Skip to content

Add support for RustCrypto's crypto-bigint #177

@ycscaly

Description

@ycscaly

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions