A replacement for gleam_crypto that works on all targets.
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ”– v1.0.1

+8 -1
+7
CHANGELOG.md
··· 1 + ## v1.0.1 2 + 3 + - The `secure_compare` function now uses `crypto:hash_equals` on the Erlang target. 4 + 5 + ## v1.0.0 6 + 7 + - Initial Release.
+1 -1
gleam.toml
··· 1 1 name = "munch" 2 - version = "1.0.0" 2 + version = "1.0.1" 3 3 4 4 description = "A replacement for gleam_crypto that works on all targets." 5 5 repository = { type = "tangled", user = "becca.monster", repo = "munch" }