EdDSAPrivateKey constructor

EdDSAPrivateKey(
  1. List<int> bytes
)

Implementation

EdDSAPrivateKey(List<int> bytes) {
  key = ed.PrivateKey(bytes);
}