dechiffrementL4.hpp 266 B

123456789101112
  1. #ifndef __DECHIFFREMENTL4_HPP
  2. #define __DECHIFFREMENTL4_HPP
  3. #include "BitEvalL4.hpp"
  4. #include "keygen.hpp"
  5. #include "dechiffrementL2.hpp"
  6. void dechiffrementL4(F2& bit_dechiffre, BitEvalL4 bit_chiffre, PrivateKey private_key);
  7. #endif /* __DECHIFFREMENTL4_HPP */