microsoft / go-crypto-winnative

Go crypto backend for Windows using CNG
MIT License
28 stars 3 forks source link

Implement encoding.BinaryAppender for all CNG-backed crypto hashes #56

Closed dagood closed 1 month ago

dagood commented 2 months ago

I believe we need to do this here, too:

qmuntal commented 1 month ago

BCrypt doesn't support getting nor setting the hash inner state, so we can't implement encoding.BinaryAppender. Note that we already don't implement encoding.BinaryMarshaller. Our Go toolchain patches will have to deal with this.