From 1c80f1aa7a35d15c41d015c4501f088a42974f37 Mon Sep 17 00:00:00 2001 From: Jairus Tanaka Date: Mon, 8 Jun 2026 20:43:42 -0700 Subject: [PATCH] Add as-blake to Crypto (non-blockchain) --- src/built-with-assemblyscript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/built-with-assemblyscript.md b/src/built-with-assemblyscript.md index aa0e57676..2a8fdcede 100644 --- a/src/built-with-assemblyscript.md +++ b/src/built-with-assemblyscript.md @@ -142,6 +142,8 @@ A place for all things AssemblyScript. Feel free to add your projects and applic Rabin fingerprinting implemented in WASM _\(used by js-ipfs\)_. * [xoroshiro128starstar](https://github.com/krisselden/xoroshiro128starstar)
An AssemblyScript port of xoroshiro128starstar.c +* [as-blake](https://github.com/JairusSW/as-blake)
+ Portable, SIMD-accelerated BLAKE3 for AssemblyScript. ## Fixed & Arbitrary Precision Arithmetics