From e2a44073b5be5a7a4f2a723f272edbb8a2e6af6d Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 11 Dec 2025 09:53:22 +1100 Subject: [PATCH] fix technical info --- main.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 66327d5..06b3572 100644 --- a/main.go +++ b/main.go @@ -181,7 +181,6 @@ var pageTmpl = template.Must(template.New("page").Parse(` {{.}} {{end}} - {{end}}
never logged or recorded.
  • - “All randomness is generated using Go's crypto/rand package, which uses the Linux kernel's secure random generator (same source as /dev/urandom).” + All randomness is generated using Go's crypto/rand package, which uses the Linux kernel's secure random generator (same source as /dev/urandom).
  • +
  • + Source code for this generator is available at:
    https://git.coadcorp.com/nathan/ppgen +
  • + {{end}} `))