Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/crypto/chacha
Module Name: src
Committed By: martin
Date: Wed Nov 26 16:59:05 UTC 2025
Modified Files:
src/sys/crypto/chacha [netbsd-10]: chacha_ref.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #1200):
sys/crypto/chacha/chacha_ref.c: revision 1.2
chacha: Tell the compiler to inline rol32.
Apparently gcc doesn't do this automatically, and it's noticably
faster on sparc64 (several seconds less to encrypt 128mb of data).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.20.1 src/sys/crypto/chacha/chacha_ref.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index