index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hscrypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-hscrypto: Implement Display and FromStr for Seed.
Wesley Aptekar-Cassels
2025-05-27
2
-1
/
+29
*
tor-hsservice: Initial parts of PowManager.
Wesley Aptekar-Cassels
2025-05-27
2
-2
/
+2
*
./maint/cargo_sort: Run cargo-sort on the entire workspace.
Gabriela Moldovan
2025-05-27
1
-5
/
+9
*
All crates: bump rust-version to 1.83.
Nick Mathewson
2025-05-13
1
-1
/
+1
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-9
/
+9
*
Update rand requirement to 0.9.1
Nick Mathewson
2025-04-29
1
-1
/
+1
*
Run cargo update.
Wesley Aptekar-Cassels
2025-04-29
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-9
/
+9
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2025-03-31
1
-2
/
+2
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
3
-4
/
+4
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-8
/
+7
*
tor-hscrypto: Implement Display for TimePeriod
hjrgrn
2025-03-13
2
-2
/
+25
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-9
/
+9
*
Upgrade to derive_more 2
Nick Mathewson
2025-02-26
1
-1
/
+1
*
Update to derive-deftly 1.0
Ian Jackson
2025-02-12
1
-1
/
+1
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-9
/
+9
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-9
/
+9
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
Merge branch 'upgrades' into 'main'
Nick Mathewson
2025-01-06
1
-1
/
+1
|
\
|
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
|
Run "fixup-features" in preparation for release.
Nick Mathewson
2025-01-06
1
-1
/
+1
|
/
*
tor-hscrypto: Move encodable key trait impls from tor-key-forge.
Gabriela Moldovan
2024-12-11
2
-0
/
+112
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Remove semver.md files post-release.
Gabriela Moldovan
2024-12-02
1
-1
/
+0
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-8
/
+8
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-2
/
+2
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
3
-14
/
+5
*
tor-hscrypto: Add Verifier::seed() helper function.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+7
*
tor-hscrypto: Add Seed::new.
Wesley Aptekar-Cassels
2024-11-25
1
-0
/
+43
*
tor-netdoc: Support writing pow-params line.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
tor-hscrypto: Abolish the HasKind impl of HsIdParseError.
Gabriela Moldovan
2024-11-04
2
-15
/
+1
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-9
/
+9
|
\
|
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-1
/
+1
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-8
/
+8
*
|
cargo: Run fixup-features (formatting)
Ian Jackson
2024-10-30
1
-1
/
+3
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-3
/
+4
*
|
cargo: tor-hscrypto: Declare pow-* experimental
Ian Jackson
2024-10-30
2
-0
/
+18
*
|
cargo: tor-hscrypto: Move `full` earlier in README.md
Ian Jackson
2024-10-30
1
-2
/
+2
|
/
*
tor-hscrypto: Document Cargo features
Ian Jackson
2024-10-22
1
-1
/
+18
*
Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCost
Ian Jackson
2024-10-16
2
-4
/
+4
*
hs-pow: Effort type improvements.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+35
*
tor-hscrypto: Fixup broken doc links.
Wesley Aptekar-Cassels
2024-10-09
3
-4
/
+4
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
5
-11
/
+19
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
12
-0
/
+1135
*
fix Cargo.toml typo with `no_default_features = true`
Steven Engler
2024-10-03
1
-1
/
+1
*
tor-hscrypto: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-1
/
+1
[prev]
[next]