Remove cryptoppwin submodule (#754)

This commit is contained in:
wheremyfoodat
2025-06-10 00:16:19 +03:00
committed by GitHub
parent 5591606177
commit 6182d4cfe9
198 changed files with 51291 additions and 4 deletions

View 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