microsoft / go-crypto-winnative

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

Fix for few formatting issues on repo. #69

Closed mertakman closed 2 weeks ago

mertakman commented 2 weeks ago

We used "any" word as a variable in here , but now Golang has "any" as a type. Also added missing comment dot at end and made a little simplfication with bytes.ReplaceAll , instead of old school way of passing negative integer for fixing all occurences.