jw
09/14/2021, 1:14 AMspierce7
09/14/2021, 1:20 AMCipherSource and a DigestSource (I think). I didn’t see any of that on multiplatform though.
I’m just getting MD5 checksums.spierce7
09/14/2021, 1:26 AMjw
09/14/2021, 2:10 AMspierce7
09/14/2021, 2:19 AMspierce7
09/14/2021, 2:22 AMByteString because the files are potentially very large, and I can’t load the entire file into memory.
I want to read a file contents and get the hash. What can I use as the Sink when I don’t actually want to do anything with the data? Is there a NoOpSink or an EmptySink?jw
09/14/2021, 2:29 AMspierce7
09/14/2021, 2:31 AMHashingSource in the common layer too.spierce7
09/14/2021, 2:32 AM