Files
Lucina3DS/externals/cryptopp/nr.h
2025-02-06 22:24:29 +08:00

12 lines
230 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