certificate/include/cryptopp/nr.h

12 lines
219 B
C
Raw Permalink Normal View History

2025-06-26 15:15:38 +00:00
// 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