mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add no_std support to transcript, dalek-ff-group, ed448, ciphersuite, multiexp, schnorr, and monero-generators
transcript, dalek-ff-group, ed449, and ciphersuite are all usable with no_std alone. The rest additionally require alloc. Part of #279.
This commit is contained in:
@@ -8,6 +8,9 @@ culminating in commit
|
||||
[669d2dbffc1dafb82a09d9419ea182667115df06](https://github.com/serai-dex/serai/tree/669d2dbffc1dafb82a09d9419ea182667115df06).
|
||||
Any subsequent changes have not undergone auditing.
|
||||
|
||||
This library is usable under no_std. The `alloc` and `std` features enable
|
||||
reading from the `io::Read` trait, shimmed by `std-shims` under `alloc`.
|
||||
|
||||
### Secp256k1/P-256
|
||||
|
||||
Secp256k1 and P-256 are offered via [k256](https://crates.io/crates/k256) and
|
||||
|
||||
Reference in New Issue
Block a user