Crypto++  8.8
Free C++ class library of cryptographic schemes
nr.h
Go to the documentation of this file.
1 // nr.h - originally written and placed in the public domain by Wei Dai
2 
3 /// \file nr.h
4 /// \brief Classes for Nyberg-Rueppel signature scheme
5 
6 #ifndef CRYPTOPP_NR_H
7 #define CRYPTOPP_NR_H
8 
9 #include "gfpcrypt.h"
10 
11 #endif
Classes and functions for schemes based on Discrete Logs (DL) over GF(p)