You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
139 B

4 years ago
  1. #ifndef __UTILS_H
  2. #define __UTILS_H
  3. #include "circom.h"
  4. std::string int_to_hex( u64 i );
  5. u64 fnv1a(std::string s);
  6. #endif // __UTILS_H