invisal / god_crypto

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
MIT License
93 stars 16 forks source link

Export key types #42

Closed HPaulson closed 1 year ago

HPaulson commented 2 years ago

Exporting types such as RSAKey would be useful in development, this was functions and objects can accept these values as inputs without the need to recreate the type manually.