index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rust
/
crypto
Age
Commit message (
Expand
)
Author
2018-06-20
Disable doctests in src/rust/crypto module.
Nick Mathewson
2018-06-20
Fix bugs in rust digest tests
Nick Mathewson
2018-06-20
Merge branch 'rust_build_script_v3' into additional_rust_test_fixes
Nick Mathewson
2018-06-20
rust: Remove redundant "testing" feature from tor_log crate.
Isis Lovecruft
2018-06-19
Fix compilation of Rust crypto doctests
Taylor Yu
2018-06-19
Use a rust build script to set linker options correctly for tests.
Nick Mathewson
2018-06-18
Revert "Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a"
Nick Mathewson
2018-06-18
Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a
Nick Mathewson
2018-06-16
Changes to make the rust crypto::mod tests compile
Nick Mathewson
2018-06-16
Merge remote-tracking branch 'isis/bug26267' into maint-0.3.4
Nick Mathewson
2018-06-15
rust: Expose rand module from crypto crate.
Isis Lovecruft
2018-06-15
Set default-features = false for rand_core
Taylor Yu
2018-05-16
Merge remote-tracking branch 'isis-github/bug26106'
Nick Mathewson
2018-05-15
rust: Update rand_core dependency to 0.2.0-pre.0.
Isis Lovecruft
2018-05-15
rust: Update rand dev-dependency to 0.5.0-pre.2.
Isis Lovecruft
2018-05-15
rust: Export digests subcrate from our crypto crate.
Isis Lovecruft
2018-05-15
rust: Move rand crate into crypto parent crate.
Isis Lovecruft
2018-05-08
rust: Add crypto crate and implement Rust wrappers for SHA2 code.
Isis Lovecruft