crypto-bigint icon indicating copy to clipboard operation
crypto-bigint copied to clipboard

Optimized assembly acceleration

Open tarcieri opened this issue 1 year ago • 1 comments

Though we should definitely maintain a baseline profile which is pure Rust, it would be nice to be able to leverage optimized assembly implementations, and ideally formally verified ones which have been mechanically extracted from upstream sources.

One possible source of such assembly is the s2n-bignum project: https://github.com/awslabs/s2n-bignum

tarcieri avatar Feb 07 '24 20:02 tarcieri

I wonder how it compares to Jasmin's https://github.com/haslab/libjbn

spitters avatar Mar 11 '24 20:03 spitters