mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
Correctly serialize zero as an SSH mpint
This should never happen for our current uses of mpint, but let's fix it while we're here.
This commit is contained in:
parent
a7651bf001
commit
ec6c52f385
3 changed files with 10 additions and 2 deletions
|
@ -26,6 +26,7 @@ hkdf = "0.8"
|
|||
hmac = "0.7"
|
||||
nom = "5"
|
||||
num-bigint-dig = "0.4"
|
||||
num-traits = "0.2"
|
||||
rand = "0.6"
|
||||
rsa = { git = "https://github.com/lucdew/RSA", branch = "oaep" }
|
||||
scrypt = { version = "0.2", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue