Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RustCrypto's crypto-bigint #177

Open
ycscaly opened this issue Jan 17, 2023 · 3 comments
Open

Add support for RustCrypto's crypto-bigint #177

ycscaly opened this issue Jan 17, 2023 · 3 comments

Comments

@ycscaly
Copy link

ycscaly commented Jan 17, 2023

Hey everyone,

Currently, there are two supported bigint libraries: GMP and num-bigint. However, there is another option that hasn't been discussed here: RustCrypto's crypto-bigint (repo, crate).

It is an official Rust crate that is constant-time and no-std pure Rust. I see much value in this crate and for me this would seem like the obvious default, unless there are some other considerations that you take into account, and if so please explain them.

Esp. for WASM support this makes a lot of sense.

Thanks!

@clarklee186
Copy link

sounds great.

@ycscaly
Copy link
Author

ycscaly commented Mar 28, 2023

Any feedback from maintaners?

@leontiadZen
Copy link
Contributor

Hi @ycscaly thanks for suggesting that. We are in the process of next steps for making the lib constant time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@ycscaly @clarklee186 @leontiadZen and others