@@ -177,24 +177,24 @@ is the desired output length of the KMAC algorithm in a multiple of 8 bits.
177177- ** dist/sha.js** - The minified ECMAScript 3 (ES3) compatible [ Universal Module
178178 Definition (UMD)] [ umd ] version of the library with support for all hash
179179 variants. Its accompanying source map can be found in dist/sha.js.map and its
180- TypeScript declarations in dist/sha.d.ts .
180+ TypeScript declarations in dist/sha.d.cts .
181181- ** dist/sha.mjs** - The minified ECMAScript 2015 (ES6) compatible ESM version
182182 of the library with support for all hash variants. Its accompanying source map
183183 can be found in dist/sha.mjs.map and its TypeScript declarations in
184- dist/sha.d.ts .
184+ dist/sha.d.mts .
185185- ** dist/sha1.{js,mjs}** - The minified UMD and ESM versions of the library with
186186 support for only the SHA-1 hash variant. Its accompanying TypeScript
187- declarations can be found in dist/sha1.d.ts.
187+ declarations can be found in dist/sha1.d.{c,m} ts.
188188- ** dist/sha256.{js,mjs}** - The minified UMD and ESM versions of the library
189189 with support for only the SHA-224 and SHA-256 hash variants. Its accompanying
190- TypeScript declarations can be found in dist/sha256.d.ts.
190+ TypeScript declarations can be found in dist/sha256.d.{c,m} ts.
191191- ** dist/sha512.{js,mjs}** - The minified UMD and ESM versions of the library
192192 with support for only the SHA-384 and SHA-512 hash variants. Its accompanying
193- TypeScript declarations can be found in dist/sha513.d.ts.
193+ TypeScript declarations can be found in dist/sha513.d.{c,m} ts.
194194- ** dist/sha3.{js,mjs}** - The minified UMD and ESM versions of the library with
195195 support for only the SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128,
196196 SHAKE256, cSHAKE128, cSHAKE256, KMAC128, and KMAC256 hash variants. Its
197- accompanying TypeScript declarations can be found in dist/sha3.d.ts.
197+ accompanying TypeScript declarations can be found in dist/sha3.d.{c,m} ts.
198198
199199## Contact Info
200200
0 commit comments