Creates a signature from a 256-byte array.
static Signature fromBytes(Uint8List bytes) => Signature._(ffi.RsaSignature.fromBytes(bytes: bytes));