alpha
Login
or
Join now
becca.monster
/
munch
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A replacement for gleam_crypto that works on all targets.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
1
Pulls
Pipelines
๐ v1.0.1
author
rebecca
date
3 days ago
(Jul 23, 2026, 8:09 PM +0200)
commit
f96a4634
f96a463432ecf8af123915501991162dc21e5c0f
parent
4226079d
4226079ded35d6f53e13a802ab2b2e656b3d59a9
3/3
format.yml
success
28s
test-erlang.yml
success
58s
test-javascript.yml
success
40s
+8
-1
2 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
gleam.toml
+7
CHANGELOG.md
View file
Reviewed
···
1
1
+
## v1.0.1
2
2
+
3
3
+
- The `secure_compare` function now uses `crypto:hash_equals` on the Erlang target.
4
4
+
5
5
+
## v1.0.0
6
6
+
7
7
+
- Initial Release.
+1
-1
gleam.toml
View file
Reviewed
···
1
1
name = "munch"
2
2
-
version = "1.0.0"
2
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" }