From 6d890264680471dd472b1519bd97d2f7fb2c0121 Mon Sep 17 00:00:00 2001 From: Fang Date: Thu, 25 Oct 2018 13:22:18 -0700 Subject: [PATCH] Use argon2u salt from the spec --- lib/keygen.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keygen.hoon b/lib/keygen.hoon index 906c3b37ca..5d3263d0f8 100644 --- a/lib/keygen.hoon +++ b/lib/keygen.hoon @@ -18,7 +18,7 @@ |= inp=byts ^- @ %- (argon2-urbit:argon2:crypto 32) - [inp (to-byts 'urbitkeygen')] + [inp (to-byts 'urbitwallet')] :: ++ child-node-from-seed |= [seed=@ met=meta pass=(unit @t)]