-
### Version
v22.0.0
### Platform
```text
Darwin air.lan 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64
```
### Subsystem
cryp…
-
你好,flutter web项目,调用SM3.hash(data);报错“Unsupported operation: Uint64 accessor not supported by dart2js.”
When the exception was thrown, this was the stack:
dart-sdk/lib/_internal/js_dev_runtime/priva…
-
Hi,I want to test the performance of cryptographic algorithms for SM2/SM3/SM4.
Now,I tested the performance of cryptographic algorithms for SM3/SM4 by “openssl speed -evp sm3/sm4”
![image](https://u…
-
please support my device, thanks.
- Phone: Huawei Mate 60 Pro
- CPU model: Hisilicon kirin 9000s.
- Operating system: Harmony OS 4.2 (AOSP).
- The output of `cpufetch --verbose`
```shell
[ERROR]…
-
I think SM2/SM3/SM4 has already been supported in openssl library, my question is can we use these algorithm in this libaray now?
1. SM2: https://www.openssl.org/docs/manmaster/man7/SM2.html
2. S…
-
Hi there,
I'm currently using SOEM and SOES.
SOEM is running on my Windows laptop and SOES is running on stm32f407. When I test the round trip latency, I always need around 3ms to receive an upd…
-
https://github.com/intel/QAT_Engine/blob/26b4d6c34f32ac3bd21ebb78afc4c7428a70b1f8/qat_hw_sm3.c#L590C34-L590C34
此处为什么不需要把qat_from中缓存的data拷贝给qat_to呢,而仅仅是data_refs++?那么等到qat_from要cleanup时岂不是由于data_refs不…
-
/root/GmSSL-3.1.0/src/sm3_avx_bmi2.s: Assembler messages:
/root/GmSSL-3.1.0/src/sm3_avx_bmi2.s:165: Error: too many memory references for `mov'
/root/GmSSL-3.1.0/src/sm3_avx_bmi2.s:165: Error: junk …
-
看了下 似乎证书部分使用了sm2算法,其它部分没有,是否有计划继续?
-
因SM3增加对hmac的支持,导出SM3入参为2个,但是依赖中'@types/sm-crypto' 中的SM3类型定义入参为1个