Danny Robson 0b85632c97 ripemd: panic rather than throw in constexpr
calculating the hash should never need to throw; all error cases should
be detectable at construction time. we should panic if we detect such an
error.

this fixes a compilation warning
2016-08-01 17:23:30 +10:00
..
2016-06-29 17:55:30 +10:00
2016-06-20 18:05:30 +10:00
2016-07-28 13:39:27 +10:00