mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 09:25:04 +01:00
finish off ecdsa
This commit is contained in:
parent
06c1f31dca
commit
d5794d3ef0
12 changed files with 582 additions and 542 deletions
|
|
@ -14,3 +14,8 @@ useless_format = "allow"
|
|||
[workspace.dependencies]
|
||||
tracing = "0.1.40"
|
||||
eyre = "0.6.12"
|
||||
|
||||
# Blowfish (bcrypt) is the critical path for private key encryption (KDF),
|
||||
# and not optimizing it makes the test suite a lot slower.
|
||||
[profile.dev.package.blowfish]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue