12 lines
230 B
C
Raw Normal View History

2020-12-15 03:52:56 -05:00
// nr.h - originally written and placed in the public domain by Wei Dai
/// \file nr.h
/// \brief Classes for Nyberg-Rueppel signature scheme
2015-11-05 01:59:46 -05:00
#ifndef CRYPTOPP_NR_H
#define CRYPTOPP_NR_H
#include "gfpcrypt.h"
#endif