mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
Calling `promisify(generateKeyPair)` didn't work as expected. It requires a custom promisify implementation. This was easy to fix thanks to the excellent debugging investigation in https://github.com/denoland/deno/issues/26910 Fixes https://github.com/denoland/deno/issues/26910 Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| crypto_cipher_gcm_test.ts | ||
| crypto_cipher_test.ts | ||
| crypto_hash_test.ts | ||
| crypto_hkdf_test.ts | ||
| crypto_import_export.ts | ||
| crypto_key_test.ts | ||
| crypto_misc_test.ts | ||
| crypto_pbkdf2_test.ts | ||
| crypto_scrypt_test.ts | ||
| crypto_sign_test.ts | ||
| ec_private_secp256r1.pem | ||
| gcmEncryptExtIV128.json | ||
| gcmEncryptExtIV256.json | ||
| generate_fixture.mjs | ||
| generate_keys.mjs | ||