jiminy-multisig
M-of-N signer checks. Four functions, zero allocation.
= "0.13"
count_signers counts how many accounts in a slice signed.
check_threshold asserts at least M of them did.
check_all_signers and check_any_signer do what you'd expect.
use *;
check_threshold?; // 3-of-N
#![no_std] / no_alloc / BPF-safe / Apache-2.0