Function sp_io::crypto::bls377_generate
source · pub fn bls377_generate(id: KeyTypeId, seed: Option<Vec<u8>>) -> PublicExpand description
Generate an bls12-377 key for the given key type using an optional seed and
store it in the keystore.
The seed needs to be a valid utf8.
Returns the public key.