Age | Commit message (Expand) | Author |
---|---|---|
2018-06-20 | Fix memory leak in CryptoDigest type | Nick Mathewson |
2018-06-15 | rust: Remove unused N_DIGEST_ALGORITHMS constant from crypto_digest.rs. | Isis Lovecruft |
2018-06-15 | rust: Add comment and pragma on "unused" smartlist_t type. | Isis Lovecruft |
2018-05-15 | rust: Export crypto_rand::* functions from our external crate. | Isis Lovecruft |
2018-05-08 | rust: Add crypto crate and implement Rust wrappers for SHA2 code. | Isis Lovecruft |
2018-05-02 | rust: Expose crypto_rand() as an impl of rand_core::RngCore. | Isis Lovecruft |
2018-04-20 | rust: Expose our (P)RNGs in Rust and provide safe wrappers. | Isis Lovecruft |
2018-03-21 | maint: Update Rust libc dependency from 0.2.22 to 0.2.39. | Isis Lovecruft |
2017-10-27 | Add missing copyright/license statements on all .rs files | Nick Mathewson |
2017-10-27 | use tor allocator for string allocation in rust | Chelsea Holland Komlo |
2017-10-27 | minimize scope for unsafe | Chelsea Holland Komlo |
2017-10-27 | rust implementation of protover | Chelsea Holland Komlo |