ext-cryptoppwin/include/cryptopp/nr.h
Alexandre Bouvier 34dc3357ad fix include path
2024-06-24 12:33:59 +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