aezeed: fix README links

This commit is contained in:
Ron Gross 2018-05-10 02:36:40 +03:00 committed by Olaoluwa Osuntokun
parent 03a7c027e4
commit 941e0fb9bb

View File

@ -1,8 +1,7 @@
# aezeed # aezeed
[https://github.com/lightningnetwork/lnd/pull/773](In this PR), [In this PR](https://github.com/lightningnetwork/lnd/pull/773) we add a new package implementing the aezeed cipher
we add a new package implementing the aezeed cipher seed scheme (based on [aez](http://web.cs.ucdavis.edu/~rogaway/aez/) ).
seed scheme (based on [http://web.cs.ucdavis.edu/~rogaway/aez/](aez) ).
This is a new scheme developed that aims to overcome the This is a new scheme developed that aims to overcome the
two major short comings of BIP39: a lack of a version, and a lack of a two major short comings of BIP39: a lack of a version, and a lack of a
@ -100,4 +99,4 @@ HD key chain.
offline tools can be provided to decipher using the old params, and offline tools can be provided to decipher using the old params, and
encipher using the new params. In the future if we change ciphers, encipher using the new params. In the future if we change ciphers,
change scrypt, or just the parameters of scrypt, then users can easily change scrypt, or just the parameters of scrypt, then users can easily
upgrade their seed with an offline tool. upgrade their seed with an offline tool.