README.md in sixword-0.0.1 vs README.md in sixword-0.1.0

- old
+ new

@@ -7,10 +7,12 @@ parity bits. It is ideal for transmitting binary data such as cryptographic keys where humans must communicate or enter the values. ## Comparison to other encodings +See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32 + - Bubble Babble does not use full words, so it is more difficult for humans to type or communicate over the phone. - The PGP Word List is optimized for communicating fingerprints, so it uses much longer and more distinct words. This is less convenient when you @@ -25,11 +27,9 @@ desired. It is not very convenient for humans, and has no parity built in. - Base32 is somewhat better for humans than Base64 because it is case insensitive and doesn't include 0 or 1. However it is still not very convenient for humans to type or visually inspect. - -See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32 ## Installation Add this line to your application's Gemfile: