Skip to content

Commit 3ae803a

Browse files
Added hashing libraries
- [hasch](https://github.com/replikativ/hasch) hashes EDN data structures - [sketchy](https://github.com/bigmlcom/sketchy) implements various sketching and hashing algorithms
1 parent 8930ac1 commit 3ae803a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

projects.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ jiraph:
11391139
platforms: [clj]
11401140

11411141
clj_digest:
1142-
name: digest
1142+
name: clj-digest
11431143
url: https://github.com/tebeka/clj-digest
11441144
categories: [Cryptography, Hashing]
11451145
platforms: [clj]
@@ -2356,6 +2356,18 @@ clj_multihash:
23562356
categories: [Cryptography, Hashing]
23572357
platforms: [clj]
23582358

2359+
hasch:
2360+
name: hasch
2361+
url: https://github.com/replikativ/hasch
2362+
categories: [Hashing]
2363+
platforms: [clj, cljs]
2364+
2365+
sketchy:
2366+
name: sketchy
2367+
url: https://github.com/bigmlcom/sketchy
2368+
categories: [Hashing]
2369+
platforms: [clj]
2370+
23592371
faraday:
23602372
name: Faraday
23612373
url: https://github.com/ptaoussanis/faraday

0 commit comments

Comments
 (0)