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