validateAndGetEd25519Key static method
Validate and get an ed25519 public key.
Implementation
static IPublicKey validateAndGetEd25519Key(List<int> pubKey) {
return _validateAndGetGenericKey(pubKey, EllipticCurveTypes.ed25519);
}
Validate and get an ed25519 public key.
static IPublicKey validateAndGetEd25519Key(List<int> pubKey) {
return _validateAndGetGenericKey(pubKey, EllipticCurveTypes.ed25519);
}