microsoft / go-crypto-openssl

Go crypto backend for Linux using OpenSSL
MIT License
61 stars 15 forks source link

sha: add WriteString and WriteByte method #50

Closed qmuntal closed 1 year ago

qmuntal commented 1 year ago

This PR implements WriteString and WriteByte for all supported hashers. These methods will be required by the boring API in go1.21.

See CL 483816, 483815, and CL 481478.