tux

Results 29 issues of 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...

enhancement

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.

Enhancement
Network
Style :sparkles:
Node Discovery

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...

Enhancement
Alice 👩
Revoke

Additionally, this should also have an option to specify _where_ a file that contains some policy-related information should be written after a `grant`.

Enhancement
CLI
Demos
Alice 👩
Revoke

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...

documentation
enhancement
good first issue
Rust
Python
No external validation required

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....

enhancement
Cryptography
Rust

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...

enhancement
Rust