# Interfaces
Decryptor is a BCCSP-like interface that provides decryption algorithms.
Encryptor is a BCCSP-like interface that provides encryption algorithms.
Hasher is a BCCSP-like interface that provides hash algorithms.
KeyDeriver is a BCCSP-like interface that provides key derivation algorithms.
KeyGenerator is a BCCSP-like interface that provides key generation algorithms.
KeyImporter is a BCCSP-like interface that provides key import algorithms.
Signer is a BCCSP-like interface that provides signing algorithms.
Verifier is a BCCSP-like interface that provides verifying algorithms.