summaryrefslogtreecommitdiff
path: root/nr.h
blob: 101f9106e4bb4734c941f1d512a7a800824985c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// nr.h - originally written and placed in the public domain by Wei Dai

/// \file nr.h
/// \brief Classes for Nyberg-Rueppel signature scheme

#ifndef CRYPTOPP_NR_H
#define CRYPTOPP_NR_H

#include "gfpcrypt.h"

#endif