Function seed [src]

Return the seed used to generate this secret key.

Prototype

pub fn seed(self: SecretKey) [KeyPair.seed_length]u8

Parameters

self: SecretKey

Source

pub fn seed(self: SecretKey) [KeyPair.seed_length]u8 { return self.bytes[0..KeyPair.seed_length].*; }