Releases: armortal/webcrypto-go
Releases · armortal/webcrypto-go
v0.1.0
What's Changed
- fix(#36): fixed importKey, added unit tests, copyright notice updates by @stevencedro in #37
Full Changelog: v0.1.0-alpha.1...v0.1.0
v0.1.0-alpha.1
Description
This is the first pre-release and includes the following supported algorithms:
ECDSA
HMAC
RSA-OAEP
SHA
What's Changed
- Hmac implementation by @stevencedro in #1
- feat(#12) Create JsonWebKey struct. Modified hmac. by @stevencedro in #13
- Feat/rsa oaep generate key by @stevencedro in #14
- Feat/combine sha algorithms by @stevencedro in #16
- Feat/rsa oaep export key by @stevencedro in #17
- Feat/rsa oaep import key by @stevencedro in #18
- Feat/rsa oaep encryption by @stevencedro in #19
- Feature/2 ecdsa implementation by @stevencedro in #30
- 29 refactor by @stevencedro in #33
- fix(#34): use pointer by @stevencedro in #35
New Contributors
- @stevencedro made their first contribution in #1
Full Changelog: https://github.com/armortal/webcrypto-go/commits/v0.1.0