Esempio n. 1
0
 public static string ToHex(this Fr fr, bool prefix = true)
 {
     return(fr.ToBytes().ToHex(prefix));
 }
Esempio n. 2
0
 public void Serialize(Memory <byte> bytes)
 {
     _privateKey.ToBytes().CopyTo(bytes);
 }