diff --git a/aezeed/README.md b/aezeed/README.md index be910f23..71d9c1f1 100644 --- a/aezeed/README.md +++ b/aezeed/README.md @@ -1,8 +1,7 @@ # aezeed -[https://github.com/lightningnetwork/lnd/pull/773](In this PR), -we add a new package implementing the aezeed cipher -seed scheme (based on [http://web.cs.ucdavis.edu/~rogaway/aez/](aez) ). +[In this PR](https://github.com/lightningnetwork/lnd/pull/773) we add a new package implementing the aezeed cipher +seed scheme (based on [aez](http://web.cs.ucdavis.edu/~rogaway/aez/) ). 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 @@ -100,4 +99,4 @@ HD key chain. offline tools can be provided to decipher using the old params, and encipher using the new params. In the future if we change ciphers, change scrypt, or just the parameters of scrypt, then users can easily -upgrade their seed with an offline tool. \ No newline at end of file +upgrade their seed with an offline tool.