rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 94d0b723fbd5e22197573cbc2b33eca5c8149c2d
parent c101f834ab62cc7b0a57b0bcc9caf4e2052d6c6a
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 11 Jun 2015 21:21:39 +0300

Linking rustlang

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # rusty-diceware - a password generator using the diceware word lists -Commandline [[diceware, sans dice, written in rust. +Commandline [Diceware][diceware], sans dice, written in [rustlang][rustlang]. Inspired by the great passphrase generating solution [Diceware][diceware] invented by [Arnold G. Reinhold][arnold] and by Randall Monroe’s [xkcd#936][https://xkcd.com/936/]: @@ -17,3 +17,4 @@ Inspired by the great passphrase generating solution [Diceware][diceware] invent [github-mirror]: <https://github.com/yuvallanger/rusty-diceware/> [arnold]: <http://world.std.com/~reinhold/> [diceware]: <http://world.std.com/~reinhold/diceware.html> +[rustlang]: <http://rust-lang.org>