otrv4 / libgoldilocks

An implementation of Mike Hamburg's Ed448 (Goldilocks) curve - derived from libdecaf. This is a mirror of https://bugs.otr.im/otrv4/libgoldilocks
Other
18 stars 6 forks source link

Fix "make test" #6

Closed olabini closed 6 years ago

olabini commented 6 years ago

rc/GENERATED/include/decaf/point_448.hxx: In constructor ‘decaf::Ed448Goldilocks::Point::Point(const decaf::FixedBlock<56>&, bool)’: ../src/GENERATED/include/decaf/point_448.hxx:321:64: error: ?: using integer constants in boolean context [-Werror=int-in-bool-context] if (GOLDILOCKS_SUCCESS != decode(buffer,allow_identity ? GOLDILOCKS_TRUE : GOLDILOCKS_FALSE)) {

olabini commented 6 years ago

OK @claucece - it's done. Can you let Mike know?

claucece commented 6 years ago

@olabini yes! thanks!