grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 3 forks source link

Refactor naming to follow Go naming conventions #46

Closed oleiade closed 1 year ago

oleiade commented 1 year ago

This PR renames most structs and constants involving an acronym or cipher name following the Go convention of holding to acronyms as capitalised strings.

closes #39