Functions
Link copied to clipboard
                  Generates a new PrivateKey using CryptoRand.Default as the source for procuring cryptographically secure random data.
@JvmStatic
@JvmOverloads
Generates a new PrivateKey using 32-bytes from provided seed, starting at index offset.
Link copied to clipboard
                  Transforms provided bytes into a ED25519-V3 private key.
Parses a String for an ED25519-V3 private key.
Link copied to clipboard
                  @JvmStatic
@JvmName(name = "getOrNull") 
Transforms provided bytes into a ED25519-V3 private key.
@JvmStatic
@JvmName(name = "getOrNull") 
Parses a String for an ED25519-V3 private key.