@@ -26,20 +26,22 @@ aes = { version = "0.8", features = ["zeroize"], default-features = false }
2626ctr = { version = " 0.9" , features = [" zeroize" ], default-features = false }
2727digest = { version = " 0.10" , default-features = false }
2828document-features = " 0.2"
29- frost-core = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , features = [" internals" ], default-features = false }
30- frost-ed25519 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
31- frost-ed448 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
32- frost-p256 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
33- frost-ristretto255 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
34- frost-secp256k1 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
35- frost-secp256k1-evm = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
36- frost-secp256k1-tr = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std" , default-features = false }
29+ frost-core = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , features = [" internals" ], default-features = false }
30+ frost-ed25519 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
31+ frost-ed448 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
32+ frost-p256 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
33+ frost-ristretto255 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
34+ frost-secp256k1 = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
35+ frost-secp256k1-evm = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
36+ frost-secp256k1-tr = { version = " 2.1" , git = " https://github.com/StackOverflowExcept1on/frost" , branch = " frost-secp256k1-evm-crates-io-no-std-codec " , default-features = false }
3737hkdf = { version = " 0.12" , default-features = false }
3838rand = { version = " 0.8" , default-features = false }
3939rand_core = { version = " 0.6" , default-features = false }
4040sha2 = { version = " 0.10" , default-features = false }
4141sha3 = { version = " 0.10" , default-features = false }
4242thiserror = { version = " 2.0" , default-features = false }
43+ parity-scale-codec = { version = " 3.6" , default-features = false }
44+ scale-info = { version = " 2.11" , features = [" derive" ], default-features = false }
4345
4446roast-core = { path = " roast-core" , default-features = false }
4547roast-ed25519 = { path = " roast-ed25519" , default-features = false }
0 commit comments