Corrections to prior commit

This commit is contained in:
Luke Parker 2023-07-14 13:10:30 -04:00
parent f0ce6e6388
commit 2bebe0755d
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -41,14 +41,14 @@ jobs:
-p flexible-transcript \
-p ff-group-tests \
-p dalek-ff-group \
-p ed448 \
-p minimal-ed448 \
-p ciphersuite \
-p multiexp \
-p schnorr \
-p dleq \
-p dkg \
-p frost \
-p schnorrkel
-p modular-frost \
-p frost-schnorrkel
test-coins:
runs-on: ubuntu-latest

2
Cargo.lock generated
View file

@ -8690,7 +8690,7 @@ dependencies = [
]
[[package]]
name = "serai-no-std"
name = "serai-no-std-tests"
version = "0.1.0"
dependencies = [
"ciphersuite",

View file

@ -5,7 +5,7 @@ description = "A crate to test no-std builds of Serai crates work"
license = "MIT"
repository = "https://github.com/kayabaNerve/serai/tree/develop/tests/no-std"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["nostd", "no_std", "alloc", "io"]
keywords = ["nostd", "no_std", "alloc"]
edition = "2021"
publish = false

View file

@ -19,4 +19,4 @@ pub use frost_schnorrkel;
*/
pub use monero_generators;
// pub use monero_serai;
pub use monero_serai;