Converts a 32-byte seed into a private key.
static SecretKey fromBytes(Uint8List bytes) => SecretKey._(ffi.XhpkeSecretKey.fromBytes(bytes: bytes));