Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2 #3

Open
wants to merge 98 commits into
base: main
Choose a base branch
from
Open

v0.2 #3

wants to merge 98 commits into from

Commits on Jun 13, 2024

  1. start on v2

    tiptenbrink committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1705083 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. login ref value

    tiptenbrink committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c98130c View commit details
    Browse the repository at this point in the history
  2. some work

    tiptenbrink committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    15fbb1a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. login and register

    tiptenbrink committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    aca2ae7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. crypto

    tiptenbrink committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9844e34 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    b85a15a View commit details
    Browse the repository at this point in the history
  2. basic core finished

    tiptenbrink committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eff4f2d View commit details
    Browse the repository at this point in the history
  3. clippy, format

    tiptenbrink committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ad40e7e View commit details
    Browse the repository at this point in the history
  4. to lib

    tiptenbrink committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    10a99b7 View commit details
    Browse the repository at this point in the history
  5. worksapce

    tiptenbrink committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d258921 View commit details
    Browse the repository at this point in the history
  6. modules

    tiptenbrink committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    07bcfe8 View commit details
    Browse the repository at this point in the history
  7. entries and nonces

    tiptenbrink committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a382641 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8417c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    19b33fe View commit details
    Browse the repository at this point in the history
  2. delete user

    tiptenbrink committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    92044c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. multithreaded state

    tiptenbrink committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a400653 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    797f370 View commit details
    Browse the repository at this point in the history
  2. proof during register

    tiptenbrink committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8904826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311d4da View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. more experimenting

    tiptenbrink committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    00c89ec View commit details
    Browse the repository at this point in the history
  2. finish lazy experiment

    tiptenbrink committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    669d771 View commit details
    Browse the repository at this point in the history
  3. use lazy

    tiptenbrink committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f8ec10a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. proof experiments

    tiptenbrink committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    34f07b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65fc50 View commit details
    Browse the repository at this point in the history
  3. new proof tests working

    tiptenbrink committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    565b445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3cfbe View commit details
    Browse the repository at this point in the history
  5. clippy, fmt

    tiptenbrink committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7cb4c05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0f6f1f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    6a62843 View commit details
    Browse the repository at this point in the history
  2. napi works

    tiptenbrink committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    1e67380 View commit details
    Browse the repository at this point in the history
  3. some benchmarks

    tiptenbrink committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f4d414b View commit details
    Browse the repository at this point in the history
  4. benchmark experiments

    tiptenbrink committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3f1e1bd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. benchmarking full

    tiptenbrink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    933f2a3 View commit details
    Browse the repository at this point in the history
  2. continue with experiments

    tiptenbrink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e85c0d2 View commit details
    Browse the repository at this point in the history
  3. to ed25519_compact

    tiptenbrink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6fe6363 View commit details
    Browse the repository at this point in the history
  4. get rid of openssl

    tiptenbrink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    97eaa29 View commit details
    Browse the repository at this point in the history
  5. cleanup, restructure

    tiptenbrink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    18fba7d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. keyerror, fix napi

    tiptenbrink committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8aab69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81053f9 View commit details
    Browse the repository at this point in the history
  3. wasm readme

    tiptenbrink committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    17cd50b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. wasm works for claims

    tiptenbrink committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8ef1de1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28322ea View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. rkyv doesn't work

    tiptenbrink committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    02b631b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    2881f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef711b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c0aa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    48fc3e7 View commit details
    Browse the repository at this point in the history
  2. try unsafe ref

    tiptenbrink committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    38fe99d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca4b78 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. test proof verify works

    tiptenbrink committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    73a3552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892e212 View commit details
    Browse the repository at this point in the history
  3. remove order

    tiptenbrink committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f128c1c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    6437c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8b0df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b248ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a377b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65feed2 View commit details
    Browse the repository at this point in the history
  6. code cleanup

    tiptenbrink committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1aaf938 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fb85db View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    dabab42 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. better read user

    tiptenbrink committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    75e1115 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. get user tests

    tiptenbrink committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    baecab0 View commit details
    Browse the repository at this point in the history
  2. start on governor

    tiptenbrink committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    95c90f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    9bd76a0 View commit details
    Browse the repository at this point in the history
  2. python client

    tiptenbrink committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b283681 View commit details
    Browse the repository at this point in the history
  3. client in rust

    tiptenbrink committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3bac197 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    bff5b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5b0a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. work on new ephemeral

    tiptenbrink committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7741952 View commit details
    Browse the repository at this point in the history
  2. keystate new

    tiptenbrink committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e1bc7bc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    6f0ad5a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    4e4ef59 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    4060c05 View commit details
    Browse the repository at this point in the history
  2. clippy, fmt

    tiptenbrink committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8715d26 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. eph work, experiments

    tiptenbrink committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fa78b4b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    e208eb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    60aad00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ebf7b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. small docs

    tiptenbrink committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3f4ed26 View commit details
    Browse the repository at this point in the history
  2. merge range

    tiptenbrink committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    eb607a8 View commit details
    Browse the repository at this point in the history
  3. merge range vecdeque

    tiptenbrink committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    311f433 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. compact set mostly done

    tiptenbrink committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9bd7731 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    a37bbe2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. eph now encrypted

    tiptenbrink committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a52a68f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. eph and session renewed

    tiptenbrink committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f163cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5c1b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c6f8fc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    667ed9f View commit details
    Browse the repository at this point in the history
  2. work on fixing server

    tiptenbrink committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7f37450 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    be59fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e486eee View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    f9f8688 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. appendonlymap

    tiptenbrink committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9f6ad6f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    4476a07 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    f0c8edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee7758 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    292af7e View commit details
    Browse the repository at this point in the history
  2. session verify, uv for py

    tiptenbrink committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    658aea4 View commit details
    Browse the repository at this point in the history