Kitson Kelly
711caea67d
feat(crypto): add subtle.timingSafeEqual() ( #2503 )
2022-08-11 20:06:26 +10:00
Bartek Iwańczuk
c2a8951c04
chore: update to changes in spawn API ( #2448 )
2022-07-19 02:35:19 +02:00
David Sherret
e72e13db63
refactor: use wasmbuild ( #2319 )
2022-06-08 11:19:50 -04:00
Lucas Henrique
c5589ef4d1
feat(crypto): add fnv algorithms ( #2200 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-06-01 14:42:32 +09:00
Leo Kettmeir
852968f631
refactor: switch the Deno.spawn ( #2161 )
2022-05-25 11:08:27 +02:00
like-nanhai
c75454c44b
docs: add module level docs ( #2190 )
2022-05-04 19:34:37 +09:00
Eliaz Bobadilla
d135c8874d
chore(crypto): migrate from testing/bench to Deno.bench ( #2173 )
2022-05-03 22:09:11 +09:00
Bartek Iwańczuk
14a0dcc1e6
chore(node): change .js extensions to .mjs ( #1955 )
...
This commit changes extensions in multiple files mainly
in "node/" directory. This is necessary for CJS/ESM interop,
as ".js" extensions are considered to be CommonJS modules
instead of ES modules.
2022-02-24 16:42:01 +01:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +09:00
Bartek Iwańczuk
dc7e0f2495
crypto: remove type definitions ( #1818 )
2022-01-12 12:30:39 +01:00
Bartek Iwańczuk
d7bdbfa3ef
feat(crypto): add md4 hash ( #1799 )
2022-01-09 17:32:54 +01:00
Luca Casonato
a2a2cb58aa
chore(crypto): export interface for docs ( #1781 )
2022-01-03 16:17:25 +01:00
lmx-Hexagram
74b12a5c77
docs(crypto): change example from print array to Uint8Array ( #1775 )
2022-01-02 00:04:56 +09:00
lmx-Hexagram
52793e515d
docs(crypto): add supported algorithms ( #1771 )
2021-12-31 20:46:10 +09:00
Kevin Ennis
6b4ba7c925
feat(crypto): add Tiger hash ( #1749 )
2021-12-24 18:35:28 +09:00
ud2
5958c4bc2b
fix(crypto/digest): always return the underlying ArrayBuffer ( #1515 )
2021-11-04 20:57:40 +09:00
herkulessi
17e41d6c91
docs(crypto): update README.md exaples ( #1447 )
2021-10-23 01:07:17 +09:00
Yasser A.Idrissi
a3257fa340
fix(crypto): support length option in crypto.subtle.digest ( #1386 )
2021-10-19 11:57:06 +09:00
Ahab
0c61afed0c
perf(crypto): reduce one mircotask ( #1307 )
2021-09-25 14:30:03 +05:30
Leon Strauss
edcc477234
fix(crypto): make crypto bench depend on sibling version of testing module ( #1135 )
2021-08-16 11:53:42 +09:00
Jeremy Banks
662139c097
feat(crypto): add std/crypto wrapping and extending runtime WebCrypto ( #1025 )
2021-07-29 04:37:02 -07:00