Name Description Size
info.txt 73
keypair.cpp Check an encryption key pair for consistency 2142
keypair.h Tests whether the key is consistent for encryption; whether encrypting and then decrypting gives to the original plaintext. @param rng the rng to use @param private_key the key to test @param public_key the key to test @param padding the encryption padding method to use @return true if consistent otherwise false 2549