Skip to content

Commit 2c8b508

Browse files
authored
ed25519: fix docs of ComponentBytes (#957)
1 parent d2a93b3 commit 2c8b508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ed25519/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ use zeroize::Zeroize;
298298
/// Size of a single component of an Ed25519 signature.
299299
const COMPONENT_SIZE: usize = 32;
300300

301-
/// Size of an `R` or `s` component of an Ed25519 signature when serialized
302-
/// as bytes.
301+
/// Byte representation of an `R` or `s` component of an Ed25519 signature.
303302
pub type ComponentBytes = [u8; COMPONENT_SIZE];
304303

305304
/// Ed25519 signature serialized as a byte array.

0 commit comments

Comments
 (0)