mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Update to May's nightly
Doesn't use the PR due to the needed changes.
This commit is contained in:
@@ -35,4 +35,4 @@ ciphersuite = { path = "../ciphersuite", version = "0.3", features = ["ristretto
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde"]
|
||||
tests = []
|
||||
tests = ["rand_core/getrandom"]
|
||||
|
||||
@@ -53,4 +53,4 @@ p256 = ["ciphersuite/p256"]
|
||||
|
||||
ed448 = ["minimal-ed448", "ciphersuite/ed448"]
|
||||
|
||||
tests = ["hex", "dkg/tests"]
|
||||
tests = ["hex", "rand_core/getrandom", "dkg/tests"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![no_std]
|
||||
|
||||
///! A transcript trait valid over a variety of transcript formats.
|
||||
use zeroize::Zeroize;
|
||||
|
||||
use digest::{
|
||||
|
||||
Reference in New Issue
Block a user