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

[DRAFT] Add BLSCache struct / pyobject #408

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

[DRAFT] Add BLSCache struct / pyobject #408

wants to merge 23 commits into from

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    277f7bc View commit details
    Browse the repository at this point in the history
  2. add to lib

    matt-o-how committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a8963f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d178ac View commit details
    Browse the repository at this point in the history
  4. swap to usize for capacity

    matt-o-how committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bb495da View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. move to using lru crate

    matt-o-how committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e92670a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fix compiler errors

    matt-o-how committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1f02c04 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix more errors

    matt-o-how committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d23ce14 View commit details
    Browse the repository at this point in the history
  2. add first test that passes

    matt-o-how committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    23bd4e4 View commit details
    Browse the repository at this point in the history
  3. test aggregate_verify

    matt-o-how committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    472e3bb View commit details
    Browse the repository at this point in the history
  4. add more tests

    matt-o-how committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fcae8cc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. implement <Borrow>

    matt-o-how committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1618e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058a343 View commit details
    Browse the repository at this point in the history
  3. test cache limit

    matt-o-how committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7628e19 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. python bindings partial

    matt-o-how committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6ad6c31 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    cb09152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89a199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bcd74 View commit details
    Browse the repository at this point in the history
  4. add BLSCache to pyi file

    matt-o-how committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4a17154 View commit details
    Browse the repository at this point in the history
  5. fix test (for now)

    matt-o-how committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a37a83d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Mar 8, 2024

  1. cargo fmt

    matt-o-how committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6a7015d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. tweaks

    richardkiss committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    205e871 View commit details
    Browse the repository at this point in the history