mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
12 lines
230 B
C
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
|