- Organisation
- switck
- Evidence role
- Repository file
- Published
- continuously updated
- Source changes
- 0
- Detected differences
- 0
- Unreviewed
- 0
- Copies held
- 1
The #ifndef guard and 32-bit reseed. Still unfixed upstream as of 1 Aug 2026; this tracks whether that changes.
Every check is recorded, including checks that found no text change. A detected edit is therefore bounded between two checks. The publisher's exact save time is not observable from this record. Last checked 2 Aug 2026, 00:58 UTC.
Snapshot and diff bodies for this chain monitor are held in the local evidence archive but withheld from the public site because they can contain victim addresses. Integrity hashes, capture times and reviewed change summaries remain available below.
-
Recovered from the Internet Archive rather than captured by this project. The row records that third-party provenance separately from captures made by this project.
What changed from the previous capture 0 lines
Extracted text as captured
// // random - RNG stuff // // - common interface to TRNG specific to your chip // - whitening // - pick new privkeys // #include "py/runtime.h" #include "py/mperrno.h" #include <string.h> #include <stdlib.h> #include <stdio.h> #include "my_assert.h" // ESP32 code #ifdef ESP_PLATFORM # include "esp_system.h" # define CHIP_TRNG_SETUP() # define CHIP_TRNG_32() esp_random() #endif #ifdef MICROPY_PY_STM // ports/stm32/rng.c extern uint32_t rng_get(void); # define CHIP_TRNG_SETUP() # define CHIP_TRNG_32() rng_get() # ifndef MICROPY_HW_ENABLE_RNG # error "get a HW TRNG plz" # endif #endif #if defined(__APPLE__) || defined(__FreeBSD__) # define CHIP_TRNG_SETUP() # define CHIP_TRNG_32() arc4random() #endif #ifdef __linux__ # define CHIP_TRNG_SETUP() # define CHIP_TRNG_32() random() #endif #ifndef CHIP_TRNG_SETUP # error "need chip TRNG function" # define CHIP_TRNG_SETUP() # define CHIP_TRNG_32() 0x5a5a5a5aExcerpt only. The complete copy is held offline and backs quotations on this site. The original publication remains the canonical public source.
Each copy above is identified by the SHA-256 of its extracted text, shown beside it, and the diffs are plain unified diffs. To verify a quotation, compare it against the page itself or against the Internet Archive's copies, which are independent of this project.
Complete captures are held offline rather than mirrored here, so this page shows diffs and excerpts. If a quotation is ever disputed, the full copy can be produced. Ask.
The SHA-256 prefixes above identify each held copy without turning this page into a mirror of somebody else's post. Compare a quotation against the original. If the post has since been edited or deleted, ask and the held copy can be produced.