bean
Issues with Crypto Subtle Digest ext:deno_crypto/00_crypto.js
If anyone has more information on the error report that could also be helpful, from the looks of the logging structure it seems to be a type error with the first param but now not totally sure.
18 replies
Issues with Crypto Subtle Digest ext:deno_crypto/00_crypto.js
no modified version of
deno_crypto
which is why this is a bit concerning. unfortunately i cannot give you a way to reproduce that can audit the behavior directly as its a remote execution environment where you wont have full log context.
we just use whats included in deno_runtime
/ deno_core
and bind through our vendored deno_web
bindings.18 replies
Issues with Crypto Subtle Digest ext:deno_crypto/00_crypto.js
It contains
Hello, World!
UTF8 encoded but the error happens on attempting to deserialize SHA-256
to a enumeration type. the error looks to be around type conversion. We also tried turning SHA-256
to {name: 'SHA-256'}
but it also errors.18 replies