Files
core/Common/3dParty/cryptopp/nr.h
Elena.Subbotina a91c5767dc update cryptopp to actual
update test projects
fix same warnings
2023-03-24 11:29:53 +03: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