#crypto #scrypt #rust

rust-scrypt

Bindings into C for Tarsnap’s Scrypt algorithm

5 releases (stable)

Uses old Rust 2015

1.3.0 Jun 13, 2018
1.2.0 Jun 13, 2018
1.1.0 Jun 12, 2018
1.0.0 Apr 19, 2018
0.1.0 Jun 21, 2017

#1714 in Cryptography

Download history 27/week @ 2023-11-09 14/week @ 2023-11-16 18/week @ 2023-11-23 25/week @ 2023-11-30 9/week @ 2023-12-07 18/week @ 2023-12-14 22/week @ 2023-12-21 11/week @ 2023-12-28 9/week @ 2024-01-04 14/week @ 2024-01-11 23/week @ 2024-01-18 12/week @ 2024-01-25 11/week @ 2024-02-01 21/week @ 2024-02-08 63/week @ 2024-02-15 133/week @ 2024-02-22

230 downloads per month
Used in 4 crates (2 directly)

Apache-2.0

55KB
1K SLoC

C 1K SLoC // 0.3% comments Rust 118 SLoC

Travis AppVeyor crates.io Software License


Rust bindings for native C Tarsnapscrypt algorithm, specified in RFC 7914


lib.rs:

C bindings to Scrypt key derivation function

specified in (RPC 7914)https://tools.ietf.org/html/rfc7914)

Dependencies

~74KB