Go to file
kayos@tcp.direct 29cd4aee68
Feat[pool]: Add new interfaces for compatibility
2023-10-29 20:18:23 -07:00
.github Bump actions/checkout from 3 to 4 2023-09-05 10:14:16 +00:00
entropy entropy: fix race condition, massive performance boost (#17) 2023-09-06 23:45:44 -07:00
hash Reduce: remove external `github.com/pkg/errors` package dependency 2023-05-02 22:21:49 -07:00
linux Chore[build]: Missed a build tag directive 2023-10-29 19:19:27 -07:00
list !!! BREAKING !!! [list]: Pop() pops from the front of the list, not the back 2023-05-05 14:04:33 -07:00
pool Feat[pool]: Add new interfaces for compatibility 2023-10-29 20:18:23 -07:00
squish Paranoid checks 2022-08-25 04:11:02 -07:00
.gitignore Update .gitignore 2022-12-31 10:53:03 -08:00
LICENSE Make godoc happy.. harder 2022-01-01 23:48:31 -08:00
README.md Docs: Add documentation, update README.md 2023-02-05 20:03:24 -08:00
common_test.go Coverage: fix regression 2022-09-28 01:20:56 -07:00
go.mod Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#18) 2023-10-08 02:41:36 -07:00
go.sum Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#18) 2023-10-08 02:41:36 -07:00
ifaces.go Feat: Dialer interface (why is this not in stdlib) 2023-10-28 14:28:00 -07:00
ifaces_test.go Feat: Dialer interface (why is this not in stdlib) 2023-10-28 14:28:00 -07:00
util.go Debloat: Get rid of zerolog dependency 2022-11-22 13:33:08 -08:00

common

GoDoc codecov

Welcome to things. Here are some of the aforementioned:


Dependencies

skeeto's amazing RNG for optimized entropy is the sole dependency save for stdlib++.