toED25519_V3PublicKey

@JvmStatic
@JvmName(name = "get")
fun String.toED25519_V3PublicKey(): ED25519_V3.PublicKey(source)

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 key value.

Return

ED25519_V3.PublicKey

Throws

if no key is found


@JvmStatic
@JvmName(name = "get")
fun ByteArray.toED25519_V3PublicKey(): ED25519_V3.PublicKey(source)

Transforms provided bytes into a ED25519-V3 public key.

Return

ED25519_V3.PublicKey

Throws

if array size is inappropriate