Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/RustCrypto/crypto-bigint

Last synced: about 5 hours ago

Repository metadata:

Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas


Owner metadata:


Committers metadata

Last synced: 1 day ago

Total Commits: 576
Total Committers: 30
Avg Commits per committer: 19.2
Development Distribution Score (DDS): 0.372

Commits in past year: 357
Committers in past year: 16
Avg Commits per committer in past year: 22.313
Development Distribution Score (DDS) in past year: 0.235

Name Email Commits
Tony Arcieri b****e@g****m 362
dependabot[bot] 4****] 58
Bogdan Opanchuk b****n@o****t 54
Andrew Whitehead c****f@g****m 29
daxpedda d****a@g****m 12
haslersn s****r@s****e 9
Aaron Feickert 6****t 6
Yehonatan Cohen Scaly s****7@g****m 5
Michael Lodder r****7@g****m 4
Dirk Stolle s****v@w****e 4
David d****m@g****m 4
haslersn s****r@g****t 3
Jelle Vos g****b@j****l 3
Bruce x****u@b****u 3
Friedel Ziegelmayer me@d****m 2
Dustin Ray 4****a 2
PopcornPaws 4****s 2
Thomas Coratger 6****r 2
rickwebiii r****i@g****m 1
aumetra a****a@c****t 1
Sam Tay s****y@p****e 1
Heorhii Azarov 1****h 1
Ola Bini 5****2 1
Y5 1****3 1
skaunov 6****v 1
NoCtrlZ p****n@g****m 1
Luke Parker l****2@g****m 1
Kert k****t@g****m 1
James Peraire j****e@g****m 1
Artyom Pavlov n****v@g****m 1

Issue and Pull Request metadata

Last synced: 1 day ago


Package metadata

cargo: crypto-bigint

Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics.

  • Homepage:
  • Documentation: https://docs.rs/crypto-bigint/
  • Licenses: Apache-2.0 OR MIT
  • Latest release: 0.5.5 (published 12 months ago)
  • Last Synced: 2024-11-08T19:32:01.920Z (1 day ago)
  • Versions: 59
  • Dependent Packages: 52
  • Dependent Repositories: 5,196
  • Downloads: 51,559,714 Total
  • Docker Downloads: 26,042,877
  • Rankings:
    • Downloads: 0.339%
    • Dependent repos count: 0.485%
    • Docker downloads count: 0.713%
    • Dependent packages count: 1.047%
    • Average: 4.029%
    • Forks count: 9.814%
    • Stargazers count: 11.777%
  • Maintainers (1)

Dependencies

Cargo.lock cargo
  • autocfg 1.0.1
  • base16ct 0.1.1
  • bincode 1.3.3
  • bit-set 0.5.2
  • bit-vec 0.6.3
  • bitflags 1.3.2
  • byteorder 1.4.3
  • bytes 1.1.0
  • cfg-if 1.0.0
  • der 0.6.0
  • fnv 1.0.7
  • generic-array 0.14.5
  • getrandom 0.2.3
  • hex-literal 0.3.4
  • lazy_static 1.4.0
  • libc 0.2.102
  • num-bigint 0.4.3
  • num-integer 0.1.44
  • num-traits 0.2.15
  • ppv-lite86 0.2.10
  • proptest 1.0.0
  • quick-error 1.2.3
  • quick-error 2.0.1
  • rand 0.8.4
  • rand_chacha 0.3.1
  • rand_core 0.6.3
  • rand_hc 0.3.1
  • rand_xorshift 0.3.0
  • redox_syscall 0.2.10
  • regex-syntax 0.6.25
  • remove_dir_all 0.5.3
  • rlp 0.5.1
  • rustc-hex 2.1.0
  • rusty-fork 0.3.0
  • serde 1.0.136
  • serdect 0.1.0
  • subtle 2.4.1
  • tempfile 3.2.0
  • typenum 1.14.0
  • version_check 0.9.3
  • wait-timeout 0.2.0
  • wasi 0.10.2+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • zeroize 1.5.6
Cargo.toml cargo
  • der 0.6
  • generic-array 0.14
  • rand_core 0.6
  • rlp 0.5
  • serdect 0.1
  • subtle 2.4
  • zeroize 1
.github/workflows/crypto-bigint.yml actions
  • actions-rs/cargo v1 composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/security-audit.yml actions
  • actions-rs/audit-check v1 composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
dudect/Cargo.lock cargo
  • ansi_term 0.12.1
  • atty 0.2.14
  • autocfg 1.1.0
  • bitflags 1.3.2
  • cfg-if 1.0.0
  • clap 2.34.0
  • ctrlc 3.2.3
  • dudect-bencher 0.5.0
  • getrandom 0.2.7
  • hermit-abi 0.1.19
  • libc 0.2.132
  • nix 0.25.0
  • ppv-lite86 0.2.16
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.3
  • strsim 0.8.0
  • subtle 2.4.1
  • textwrap 0.11.0
  • unicode-width 0.1.9
  • vec_map 0.8.2
  • wasi 0.11.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
dudect/Cargo.toml cargo
.github/workflows/dudect.yml actions
  • actions/checkout v4 composite
  • dtolnay/rust-toolchain master composite