ocelli
This commit is contained in:
parent
dc22c58f0c
commit
fe6f41cfd6
1 changed files with 13 additions and 0 deletions
13
web/content/blog/ocelli.md
Normal file
13
web/content/blog/ocelli.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Title: Ocelli TRNG
|
||||
Date: 2025-01-05 23:00
|
||||
Category: code
|
||||
Slug: ocelli
|
||||
Summary: Rust library with FFI bindings built for Randonautica that can be used to generate high-quality entropy using a camera feed.
|
||||
|
||||
Inspired by a [previous attempt](https://github.com/awasisto/camrng) at creating a True Random Number Generator based on pixel fluctuations of the mobile phone camera by [Andika Wasisto](https://github.com/awasisto) I implemented a Rust library with FFI bindings that uses a different approach with higher bandwidth entropy outcome based on an [IEEE Southeastcon research paper](https://ieeexplore.ieee.org/document/7132901).
|
||||
|
||||
It has been successfully tested on several mobile phones and will be implemented into the Randonautica app in the near future to provide a high quality on-device randomness source.
|
||||
|
||||
## Repository
|
||||
|
||||
* [ocelli](https://codeberg.org/randogoth/ocelli)
|
||||
Loading…
Add table
Add a link
Reference in a new issue