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