armortal / webcrypto-go

An implementation of the W3C Web Cryptography API specification for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use pointer in RSA PublicExponent field

stevencedro opened this issue · comments

Update RSA's KeyGenParams to use a pointer in the PublicExponent field.