Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:55:05

0001 // nr.h - originally written and placed in the public domain by Wei Dai

0002 
0003 /// \file nr.h

0004 /// \brief Classes for Nyberg-Rueppel signature scheme

0005 
0006 #ifndef CRYPTOPP_NR_H
0007 #define CRYPTOPP_NR_H
0008 
0009 #include "gfpcrypt.h"
0010 
0011 #endif