OrionW06 8 месяцев назад
Родитель
Сommit
d89a1d7aaf
2 измененных файлов с 2 добавлено и 6 удалено
  1. 0 4
      README.md
  2. 2 2
      flame_rng/manifest.yml

+ 0 - 4
README.md

@@ -3,10 +3,6 @@
 
 Inspired by [this repo](https://github.com/dipdowel/flipper-fire-rng) I have implemented a similar functionality entirely in the flipper zero
 
-![image info](./screenshots/SaveMessage.png)
-![image info](./screenshots/AllZeros.png)
-
-
 
 It uses the IR sensor on the Flipper Zero to gather entropy from IR sources (such as a lighter) to seed a random number generator. The idea is that fire and other similar IR sources are not predictable sources of data, and thus it can be a reliable source of entropy. Obviously the flipper doesn't gather enough data (unless you *really* like flicking a lighter near your nearly $200 toy) to get any sort of decent entropy, this is more of a PoC.
 

+ 2 - 2
manifest.yml → flame_rng/manifest.yml

@@ -2,11 +2,11 @@ sourcecode:
   type: git
   location:
     origin: https://github.com/OrionW06/Flame-RNG.git
-    commit_sha: a32a6b606ef33a603f2eda80a9bd9a01eb1e5312
+    commit_sha: bf7019d16d7b50f6a98cc3abdac38c53952a4f30
 short_description: An RNG intended for use with flames and other IR sources.
 description: "@README.md"
 changelog: "@./docs/changelog.md"
 screenshots:
   - screenshots/AllZeros.png
   - screenshots/RandomNumber.png
-  - screenshots/SaveMessage.png
+  - screenshots/SaveMessage.png