serai/tests/no-std
Luke Parker 76a30fd572
Support no-std builds of bitcoin-serai
Arguably not meaningful, as it adds the scanner yet not the RPC, and no signing
code since modular-frost doesn't support no-std yet. It's a step in the right
direction though.
2023-08-21 08:56:37 -04:00
..
src Corrections to prior commit 2023-07-14 13:11:01 -04:00
Cargo.toml Support no-std builds of bitcoin-serai 2023-08-21 08:56:37 -04:00
LICENSE Add no_std support to transcript, dalek-ff-group, ed448, ciphersuite, multiexp, schnorr, and monero-generators 2023-04-22 04:38:47 -04:00
README.md Add no_std support to transcript, dalek-ff-group, ed448, ciphersuite, multiexp, schnorr, and monero-generators 2023-04-22 04:38:47 -04:00

no-std tests

A crate usable to test building various Serai crates in a no-std environment.