nr.h 219 B

1234567891011
  1. // nr.h - originally written and placed in the public domain by Wei Dai
  2. /// \file nr.h
  3. /// \brief Classes for Nyberg-Rueppel signature scheme
  4. #ifndef CRYPTOPP_NR_H
  5. #define CRYPTOPP_NR_H
  6. #include "gfpcrypt.h"
  7. #endif