Files
m2dev-client-src/extern/include/cryptopp/nr.h
d1str4ught 4be475f111 init
2025-08-18 19:46:48 +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