1use anyhow::Result; 2 3/// A struct for BLS utility functions which acts as a convenient wrapper for solana_alt_bn128_bls 4pub struct BlsUtils;