heaths / azcrypto

Cryptography client for Azure Key Vault SDK for Go
MIT License
2 stars 1 forks source link

Rename "enums" to better align with methods #42

Closed heaths closed 1 year ago

heaths commented 1 year ago

Will be adding Managed HSM-specific method "overloads" for AES, so this is preparatory work I want to keep separate in case we want to more easily revert it later. This does break from naming of other languages' similar enums.

codecov[bot] commented 1 year ago

Codecov Report

Merging #42 (a2f0201) into main (43cff5c) will not change coverage. The diff coverage is 83.33%.

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   86.48%   86.48%           
=======================================
  Files           5        5           
  Lines         481      481           
=======================================
  Hits          416      416           
  Misses         50       50           
  Partials       15       15           
Impacted Files Coverage Δ
internal/algorithm/rsa.go 73.63% <50.00%> (ø)
client.go 87.73% <100.00%> (ø)
internal/algorithm/algorithm.go 100.00% <100.00%> (ø)
internal/algorithm/ecdsa.go 93.61% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more