Ejemplo n.º 1
0
 // Serialize (for public key distribution)
 public byte[] Serialize() => Support.SerializeBytes(new byte[][] { e.ToByteArray(), n.ToByteArray() });
Ejemplo n.º 2
0
 // De/-serializes the key (the method is just here for compatibility)
 public byte[] Serialize() => Support.SerializeBytes(new byte[][] { key });