workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

[Feature] add support for crypto.DigestStream

Open carlsverre opened this issue 2 years ago • 0 comments
trafficstars

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

According to the docs, workers have access to a non-standard Crypto type called "DigestStream". It would be nice if this crate provided ergonomic access to this class as well as a nice way to compute the digest while doing something else with a request stream.

carlsverre avatar Sep 03 '23 22:09 carlsverre