libDwmCredence-0.1.32
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NDwm
 NCredence
 NXChaCha20Poly1305
 CInBufferThis class is a helper for encrypted stream input
 CIstreamThis class is essentially a filter for an istream
 COstreamThis class is essentially a filter for an existing ostream, allowing the user to encrypt data to that ostream using any of the usual ostream interface
 COutBufferThis class is a helper for encrypted stream output
 CAuthenticatorUsed by Dwm::Credence::Peer for authentication
 CChallengeEncapsulate a challenge sent to a client or server to verify their idendity during authentication
 CChallengeResponseEncapsulates a challenge response
 CEd25519KeyPairEncapsulates an Ed25519 key pair
 CGenericHashClass template that wraps sodium's crypto_generichash_* functions
 CKeyStashEncapsulates storage of an Ed25519KeyPair in a filesystem
 CKnownKeysEncapsulates the storage of a set of known public keys
 CKXKeyPairEncapsulates a key exchange key pair
 CNonceEncapsulates a nonce for encryption
 CPeerEncapsulate a network peer
 CShortStringEncapsulates a string that is restricted to 255 bytes or less
 CSignerEncapsulates message signing and opening of signed messages
 CX25519KeyPairEncapsulates an X25519 key pair