Creates a private key from a 64-byte seed.
static SecretKey fromBytes(Uint8List bytes) => SecretKey._(ffi.XdsaSecretKey.fromBytes(bytes: bytes));