Skip to content

Instantly share code, notes, and snippets.

@kpfleming
Created May 13, 2024 19:15
Show Gist options
  • Save kpfleming/26179edda79556a7b47134bb87aaf22e to your computer and use it in GitHub Desktop.
Save kpfleming/26179edda79556a7b47134bb87aaf22e to your computer and use it in GitHub Desktop.
rust-aegis
processor : 0
vendor_id : AuthenticAMD
cpu family : 23
model : 96
model name : AMD Ryzen 5 4500U with Radeon Graphics
stepping : 1
microcode : 0x8600103
cpu MHz : 1400.000
cache size : 512 KB
physical id : 0
siblings : 6
core id : 0
cpu cores : 6
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso
bogomips : 4740.94
TLB size : 3072 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]
Running benches/benchmark.rs (target/release/deps/benchmark-1b6e25ee60ef38fd)
* MACs:
aegis128x4-mac : 11.72 G/s
aegis128x2-mac : 20.34 G/s
aegis128l-mac : 21.57 G/s
sthash : 11.01 G/s
hmac-sha256 (boring): 1.95 G/s
blake3 : 4.63 G/s
* Encryption:
aegis128x4 : 8.57 G/s
aegis128x2 : 12.94 G/s
aegis128l : 16.26 G/s
aegis256x2 : 13.18 G/s
aegis256x4 : 6.74 G/s
aegis256 : 9.85 G/s
aes128-gcm (aes-gcm): 1.37 G/s
aes128-gcm (boring) : 4.24 G/s
aes256-gcm (aes-gcm): 1.29 G/s
aes256-gcm (boring) : 3.88 G/s
chacha20-poly1305 : 1.46 G/s
ascon128a : 499.41 M/s
Running benches/benchmark.rs (target/release/deps/benchmark-1b6e25ee60ef38fd)
* MACs:
aegis128x4-mac : 12.64 G/s
aegis128x2-mac : 20.73 G/s
aegis128l-mac : 20.84 G/s
sthash : 11.03 G/s
hmac-sha256 (boring): 1.95 G/s
blake3 : 4.63 G/s
* Encryption:
aegis128x4 : 8.90 G/s
aegis128x2 : 15.26 G/s
aegis128l : 16.38 G/s
aegis256x2 : 12.84 G/s
aegis256x4 : 6.75 G/s
aegis256 : 10.33 G/s
aes128-gcm (aes-gcm): 1.37 G/s
aes128-gcm (boring) : 4.20 G/s
aes256-gcm (aes-gcm): 1.29 G/s
aes256-gcm (boring) : 3.85 G/s
chacha20-poly1305 : 1.45 G/s
ascon128a : 499.73 M/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment