Tino Reichardt
Tino Reichardt
This RFC is about replacing the solaris SHA2 implementation with a public domain variant of SHA2. Also a new generic implementation API is introduced and could be used for other...
This commit removes the edonr_byteorder.h file and all unused variants of Edon-R. Signed-off-by: Tino Reichardt ### Motivation and Context Simplify the code and generate little speedups also ;-) ``` FreeBSD...
Apply similar options to BLAKE3 as it is done for zfs_fletcher_4_impl. The zfs module parameter on Linux changes from icp_blake3_impl to zfs_blake3_impl. You can check and set it on Linux...
### Motivation and Context See pull request https://github.com/openzfs/zfs/pull/14715 ### How Has This Been Tested? Compile + benchmarkingon same cpu: APM eMAG 8180 r3p2 ``` Debian 11 [debian@debian-11-2 ~/src]$ cat /proc/spl/kstat/zfs/chksum_bench...
The variants Skein-256 and Skein-1024 aren't used within OpenZFS. ### Motivation and Context Cleanup icp module - encryption and hashing. ### Description The code is public domain, so there is...
Remove the Cipher Block Chaining (CBC), Counter (CTR), Electronic Code Book (ECB) and Galois Message Authentication Code (GMAC) modes from AES code. They are not used by the cmdline utilities....
### Motivation and Context We have the need for more tests on systems != Ubuntu. ### Description This commit adds functional tests for these systems: - AlmaLinux 8, AlmaLinux 9...
Hello, of cause, this is a go-lang issue, so I asked there also: https://github.com/golang/go/issues/59614 Just for info.