We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a93b3 commit 2c8b508Copy full SHA for 2c8b508
ed25519/src/lib.rs
@@ -298,8 +298,7 @@ use zeroize::Zeroize;
298
/// Size of a single component of an Ed25519 signature.
299
const COMPONENT_SIZE: usize = 32;
300
301
-/// Size of an `R` or `s` component of an Ed25519 signature when serialized
302
-/// as bytes.
+/// Byte representation of an `R` or `s` component of an Ed25519 signature.
303
pub type ComponentBytes = [u8; COMPONENT_SIZE];
304
305
/// Ed25519 signature serialized as a byte array.
0 commit comments