CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/12/18 13:29:08
Modified files: lib/libc/hash : sha2.c sys/crypto : sha2.c Log message: only unroll on i386 and amd64 (where confirmed to be much faster). naddy found sparc64 gets a little slower when unrolled. ok deraadt