We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b133e commit 35878b2Copy full SHA for 35878b2
substrate/primitives/core/src/ecdsa.rs
@@ -47,9 +47,9 @@ pub const PUBLIC_KEY_SERIALIZED_SIZE: usize = 33;
47
/// The byte length of signature
48
pub const SIGNATURE_SERIALIZED_SIZE: usize = 65;
49
50
-/// A secret seed (which is bytewise essentially equivalent to a SigningKey).
+/// The secret seed.
51
///
52
-/// We need it as a different type because `Seed` is expected to be AsRef<[u8]>.
+/// The raw secret seed, which can be used to create the `Pair`.
53
#[cfg(feature = "full_crypto")]
54
type Seed = [u8; 32];
55
0 commit comments