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}} `))