# Functions
LoadPrivateKey loads the private key from the keystore file.
NewBLSScheme returns a new BLS scheme implementation.
ReadKeystorePasswordFromFile reads the password from the password file.
SaveKey saves the private key to the keystore file.
# Structs
Scheme is the crypto scheme implementation for BLS12-381 curve.
Scheme is the crypto scheme implementation for BN254 curve.
# Interfaces
BLSScheme is the interface for the BLS signature operations.