toED25519_V3PublicKey

Parses a String for an ED25519-V3 public key.

String can be a URL containing a v3 .onion address, the v3 .onion address itself, or Base 16/32/64 encoded raw value.

Return

ED25519_V3.PublicKey

Throws

if no key is found


Transforms provided bytes into a ED25519-V3 public key.

Return

ED25519_V3.PublicKey

Throws

if byte array size is inappropriate