Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
aes_ctr_prf.hpp
Go to the documentation of this file.
1 
12 #ifndef AESCTRPRF_HPP_
13 #define AESCTRPRF_HPP_
14 
16 
17 namespace libsnark
18 {
19 
21 {
22 public:
23  unsigned char key_bytes[32];
24 };
25 
26 } // namespace libsnark
27 
28 #endif // AESCTRPRF_HPP_
libsnark
Definition: accumulation_vector.hpp:18
libsnark::aesPrfKeyT::key_bytes
unsigned char key_bytes[32]
Definition: aes_ctr_prf.hpp:23
libsnark::aesPrfKeyT
Definition: aes_ctr_prf.hpp:20
r1cs_ppzkadsnark_prf.hpp