go-randomx/aes
DataHoarder 36f1a90a20
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm
2024-04-23 04:33:42 +02:00
..
const.go Initialize AES S-Box directly 2024-04-17 06:45:08 +02:00
hash.go Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm 2024-04-23 04:33:42 +02:00
hash_amd64.go Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm 2024-04-23 04:33:42 +02:00
hash_generic.go Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm 2024-04-23 04:33:42 +02:00
round.go Generate constants from hashes on startup, generate LUT for aes, cleanup endianness to be all little-endian 2024-04-12 17:53:28 +02:00
round_amd64.go Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm 2024-04-23 04:33:42 +02:00
round_generic.go Support x86_64 aesenc/aesdec and roundtrip mode 2024-04-18 11:38:55 +02:00