Skip to content

Commit 35878b2

Browse files
seed doc improved
1 parent 80b133e commit 35878b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

substrate/primitives/core/src/ecdsa.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ pub const PUBLIC_KEY_SERIALIZED_SIZE: usize = 33;
4747
/// The byte length of signature
4848
pub const SIGNATURE_SERIALIZED_SIZE: usize = 65;
4949

50-
/// A secret seed (which is bytewise essentially equivalent to a SigningKey).
50+
/// The secret seed.
5151
///
52-
/// We need it as a different type because `Seed` is expected to be AsRef<[u8]>.
52+
/// The raw secret seed, which can be used to create the `Pair`.
5353
#[cfg(feature = "full_crypto")]
5454
type Seed = [u8; 32];
5555

0 commit comments

Comments
 (0)