#ifndef __POSTCOMPUTATION_HPP #define __POSTCOMPUTATION_HPP #include /* for CHAR_BIT */ #include "typedef.h" #include #include "zout.hpp" #include #include #include "BitEvalL3.hpp" #include "dechiffrementL3.hpp" #include "PrivateKey.hpp" void postcomputation(char& rop, char symbole, BitEvalL3 evalue, PrivateKey private_key); #endif /* __POSTCOMPUTATION_HPP */