First Commit
This commit is contained in:
11
externals/cryptopp/nr.h
vendored
Normal file
11
externals/cryptopp/nr.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user