Where has std/hash/sha3.ts gone?

Basically what the title says. This was removed from std/ at some point, but I can't find the current location of the module anymore (looking it up on deno.land returns nothing).
Deno AI Helper
Deno AI Helper•17d ago
I wasn't able to find the answer to your question in the official Deno documentation. It seems that std/hash/sha3.ts may have been removed or relocated in the Deno standard library. If you're looking for SHA-3 hashing functionality and it's no longer available in the Deno standard library, you might consider looking for a third-party module that provides SHA-3 hashing capabilities. You can search for such modules on https://deno.land/x or other Deno module registries. Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of this advice and looking for any updates or community discussions that might give you more information on the status of the std/hash/sha3.ts module.
Leokuma
Leokuma•17d ago
Everything related to crypto was removed around std@0.161.0 in favor of webcrypto. Since webcrypto doesn't have SHA3, you can either keep using the old SHA3 that std had or resort to a third party module
Leokuma
Leokuma•17d ago
Sorry. It seems like it was readded to std/crypto https://jsr.io/@std/crypto/doc/~/DIGEST_ALGORITHM_NAMES
DIGEST_ALGORITHM_NAMES - @std/crypto - JSR
@std/crypto on JSR: Extensions to the Web Crypto API
jcayzac
jcayzac•16d ago
@Leokuma oh wow, I couldn't find it, thanks a lot! Even has BLAKE3 🎉
More Posts
Loading a module with `.load_main_es_module_from_code()` and TS module loader doesn't transpileWhile working on a script runtime I ran into a curious issue where the main module I load doesn't geStaticModuleLoader: why must the ModuleSpecifier be a URL?hey everyone, I'm trying to pass a `StaticModuleLoader` to my runtime to enable specific imports. EaWriting CSS in FreshAre there any alternatives in how we write CSS other than Tailwind-like (inline & abbreviated)? I pPassing C enum to function and read in TypeScriptFirst of all I am not a trained software developper, so please forgive me if I am missing some basicintergrating Flowbite with freshI want to intergrate Flowbite with Fresh. Any idea on the best way to go about this? And will I be lget file path from FsFilegiven a `Deno.FsFile`, is there a way to get its path (or at least a filename)? i can't really see bulr to rtransparent gradientI am working on reactjs project in the project it should have blur to transperant bg take a look at Streaming video from browser to deno serverTrying to stream video from Chrome to my local Deno server but having trouble understanding how to pMigrating from Deno.run to Deno.command, how to readLines?At the moment I have this: ```ts const command = new Deno.command('...'); for await (const line of rHow to abstract tests to allow running different functions against the same test suite?I've set up two suites of tests like this: https://github.com/gustwindjs/gustwind/tree/develop/htmliFresh tabler icon classHello I want to use the fresh tabler icon lib without using the npm version like this: ```ts { "iRedirection in Testing is Always Valued FalseThis is my first test in full stack framework, especially for Fresh. I'm not sure why the `redirecte