tux
tux
Soooo... Has it been abandoned?
Alright, so I know that PyCryptodome is a package of low-level cryptographic primitives, but this is my favorite cryptographic library by far to use. Often times I wish there was...
When you call `Learner.start_learning_loop` it returns `False`, which isn't very clear. The return value should either change or be made clear what this is.
In our Alice's Character Control, users will be able to create a policy via `create_policy`. When the policy is created, it needs to be serialized over the wire back to...
Additionally, this should also have an option to specify _where_ a file that contains some policy-related information should be written after a `grant`.
See #1324 for a related issue.
We need documentation that's as detailed as the rust library for the PyO3 wrapper. Take note that PyO3 allows our documentation to be reachable to the end user in the...
We need a `hash_to_curve` implementation that follows the IETF hash_to_curve draft specification. The specification can be found here: https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-06. The paper referenced by the IETF spec is found here: https://eprint.iacr.org/2019/403.pdf....
When calling `recover`, the `fragment_indices` must be passed to `lambda_coeff`. Due to compile-time size restrictions, we don't know the length of `fragment_indices`. To get around this, we create a buffer...