From 700f2770b6143083f36d5145ce940e2434048a26 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 29 Dec 2024 23:50:20 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e23681d..5a41dee 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ocelli: Camera-Based TRNG -**Ocelli** is a Rust application that generates high-quality entropy using a camera feed. The application supports two entropy generation methods (`get_entropy` and `chop_and_stack`) and optionally applies Van Neumann whitening for enhanced randomness. Generated entropy is saved as a binary file. +**Ocelli** is a Rust application that generates high-quality entropy using a camera feed. The application supports two entropy generation methods (`chop_and_tack` and `pick_and_flip`) and optionally applies Van Neumann whitening for enhanced randomness. Generated entropy is saved as a binary file. ## Features - **Entropy Methods**: - - `get_entropy`: Compares pixel values between frames. - - `chop_and_stack`: Combines and processes pixel data with reversed rows. + - `chop_and_tack`: Compares pixel values between frames. + - `pick_and_flip`: Processes pixel data and flips bits every second frame. - **Van Neumann Whitening**: Optional, enabled via the `-w` flag. - **Shannon Entropy Test**: Ensures the randomness quality of generated entropy. @@ -19,10 +19,10 @@ cargo run --release --