-
# Integrate SHA and AES Intrinsics
**Describe the Feature Request**
Integrate SHA and AES intrinsics to increase throughput of crypto algorithms.
**Describe Preferred Solution**
Replace SHA-1…
-
Some new target features were added to Rust
- rust-lang/rust#126617 `avxifma`, `avxvnni`, `avxvnniint8`, `avxvnniint16` and `avxneconvert`
- rust-lang/rust#126639 `amx-tile`, `amx-int8`, `amx-bf…
-
The following code fails on my machine when compiling (ldc) with -mattr=+avx2
```
unittest …
-
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/147251?tab=1
```
stderr: [openjdk version "17.0.6" 2023-01-17
OpenJDK Runtime Environment (Alibaba Dragonwell Standard Edition)-17.0.6.0.6+9-G…
-
We need to prove secret-independence for the code in libcrux-ml-kem and libcrux-ml-dsa
This will require merging some ongoing work in https://github.com/hacspec/hax/tree/karthik/secret-integers
-
Apparently, during the mass non-x86 SIMD work in GSoC 2015 we got extensive support for AltiVec as available on POWER8, but at the same time broke the more limited support we had (and still have in th…
-
Most modern CPUs offer specialized instructions for computing the SHA family of functions. For optimal power usage and maximum throughput in SSZ merkleization, we can benefit from such a hardware-acce…
-
HW intrinsics project is approaching a point where it will be possible to write real life code using available ISAs. This should allow to validate intrinsics implementation using complex functionality…
-
1、GenericTestCaseForOtherCPU.java 需要增加支持riscv64
2、需要增加 hotspot/test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForSupportedRISCV64.java
3、
![image](https://user-images.githubusercont…
-
I have built cryptopp and profiled cryptest. Seeing a number coding issues that can be improved.
See: https://github.com/noloader/SHA-Intrinsics/issues/5#issuecomment-609078061
Posting here as I…