Files
m2dev-client-src/vendor/cryptopp/nr.h
2025-08-19 00:20:40 +02:00

12 lines
219 B
C

// 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