Skip to content

Releases: stnolting/neoTRNG

neoTRNG v3.3

06 Jun 06:12
4f84edf
Compare
Choose a tag to compare

Based on the excelent feedback from @MaartenBaert in #6 this PR improves some aspects of the post-processing logic:

  • add new generic NUM_RAW_BITS to configure the number of raw random bits that get sampled in order to generate one final output byte (has to be a power of two)
  • add a more elaborated sampling unit to improve entropy compression (based on CRC-8)

neoTRNG v3.2

04 Oct 15:13
Compare
Choose a tag to compare
  • minor code and documentation cleanups
  • add GitHub actions workflow (for testing the simulation mode)
  • replace explicit propagation delay by a simple flip flop (simulation mode-only)

neoTRNG v3.1

16 Aug 08:48
Compare
Choose a tag to compare

A cleaned-up version with more understandable code.

neoTRNG V3

04 Nov 09:59
Compare
Choose a tag to compare

All-new design 🚀

  • smaller hardware footprint
  • simpler configuration (less generics)
  • better documentation
  • improved random quality

neoTRNG V2

06 May 17:10
Compare
Choose a tag to compare

🚀 The all-new neoTRNG v2