Chien Wong
Chien Wong
### Summary `mbedtls_ecp_mul()` is rejecting legal input R that is used to store result of point multiplication on Curve25519/Curve448. ### System information Mbed TLS version: at least latest development branch...
At least current stable toolchain(1.74.0) is complaining: ``` error: assigning to `&T` is undefined behavior, consider using an `UnsafeCell` --> /home/user/gd32vf103xx-hal/src/serial.rs:422:17 | 422 | ptr::write_volatile(&(*USART::ptr()).data as *const _ as *mut...
Instruction like UMAAL rd1, rd2, rs1, rs2 which sets the register pair rd1, rd2 to rs1 * rs2 + rd1 + rd2 will help multi precision multiplication a lot. Current...
Hello everyone! I am an engineer from Bouffalo Lab, and I wanted to express my gratitude for your excellent work! Recently, we have been working on BL808 Linux, which is...
## Description Fixes #9599 The doc of some GCM API is out-dated. The replaced content is true for initial GCM implementation but not for now. ### When did the wrong...