-
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done
-
Implemented pipeline around sph sha calls using standard test vectors for full-byte values. Did not test or support partial byte values.
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done
Implemented pipeline around sph sha calls using standard test vectors for full-byte values. Did not test or support partial byte values.