Latest patch-polkadot-sdk

This commit is contained in:
Luke Parker
2025-09-10 10:02:24 -04:00
parent 1b755a5d48
commit d0f497dc68
16 changed files with 387 additions and 424 deletions

View File

@@ -26,7 +26,7 @@ impl<C: ciphersuite::GroupIo> Ciphersuite for C {
#[cfg(feature = "alloc")]
fn read_G<R: io::Read>(reader: &mut R) -> io::Result<Self::G> {
<C as ciphersuite::GroupIo>::read_G(reader)
}
}
}
#[cfg(feature = "ed25519")]