flux.vision/web/content/blog/ocelli.md
2025-12-22 00:21:22 +02:00

13 lines
No EOL
920 B
Markdown

Title: Ocelli TRNG
Date: 2025-01-05 23:00
Category: software
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
* <i class="nf nf-linux-codeberg"></i> [ocelli](https://codeberg.org/randogoth/ocelli)