libcryfs/vendor/cryptopp/vendor_cryptopp/nr.h

12 lines
230 B
C
Raw Normal View History

// nr.h - originally written and placed in the public domain by Wei Dai
/// \file nr.h
/// \brief Classes for Nyberg-Rueppel signature scheme
2018-05-19 20:22:51 +02:00
#ifndef CRYPTOPP_NR_H
#define CRYPTOPP_NR_H
#include "gfpcrypt.h"
#endif