EdDSAPublicKey constructor

EdDSAPublicKey(
  1. List<int> bytes
)

Implementation

EdDSAPublicKey(List<int> bytes) {
  key = ed.PublicKey(bytes);
}