# 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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# 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.

# Type aliases

No description provided by the author
No description provided by the author