Loading...
Searching...
No Matches
15#ifndef PRIVACY_PROOFS_ZK_LIB_UTIL_PANIC_H_
16#define PRIVACY_PROOFS_ZK_LIB_UTIL_PANIC_H_
19#include "third_party/absl/log/check.h"
27inline void check(
bool truth,
const char* why) {
32 fprintf(stderr,
"%s", why);