From 421080f248c8d10b7b34788ebb3e9408b37824fb Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 9 Aug 2018 00:33:56 -0400 Subject: [PATCH] Update progress in README Signed-off-by: Dave Henderson --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eadc5b9..3af13eb 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This is a Go port of the OneRNG tools distributed at https://onerng.info/. Much ## Roadmap -This isn't anywhere near ready for prime-time yet. Here's what I want to be able to do with it: +This is still fairly immature. Here's what I want to be able to do with it: - [x] print the version (`cmdv`) - [x] print the ID (`cmdI`) -- [ ] verify the image (`cmdX` & verify PGP signature) +- [x] verify the image (`cmdX` & verify PGP signature) - [ ] generate some amount of entropy - [ ] add extra AES128-whitening - [ ] run as a daemon and integrate with `rngd`