solana-native-sigverify 0.2.0

A library for interacting with Solana signature programs.
Documentation
solana-native-sigverify-0.2.0 has been yanked.

Utilities for creating and parsing native signature verification program instruction data.

Solana runtime provides native programs for performing signature verification (henceforth referred to as native signature verification programs). Unfortunately, interface for interfacing with those programs is rather lacking.

This crate offers functions for creating instruction calling the native signature verification programs as well as parsing their instruction data.