diff --git a/src/public_include/decaf/crypto.hxx b/src/public_include/decaf/crypto.hxx index 2db2323..ceb1db9 100644 --- a/src/public_include/decaf/crypto.hxx +++ b/src/public_include/decaf/crypto.hxx @@ -65,7 +65,7 @@ public: return typename Group::Point(ser); } - /** @brief Verify a sig. TODO: nothrow version? */ + /** @brief Verify a sig. TODO: nothrow version? FIXME: doesn't check reduction of scalar! */ inline void verify_shake(const SHAKE &ctx_, const FixedBlock &sig) throw(CryptoException) { SHAKE ctx(ctx_); ctx << ser << sig.slice(0,Group::Point::SER_BYTES);