crypto-helper/CHANGELOG.md

32 lines
424 B
Markdown
Raw Normal View History

2020-07-19 14:19:54 +02:00
# CHANGELOG
2023-04-04 21:52:10 +02:00
## 2.1.0
Added scrypt key derivation function
2022-08-08 13:07:06 +02:00
## 2.0.0
Signature related functions have changed to be asynchronous and to accept async
functions as key retrieving functions
## 1.3.0
asymmetric encryption and signatures
object signing: ability to use rsa keys
2020-12-13 13:09:34 +01:00
## 1.2.0
object signing:
- custom properties
- keys retrievable using functions
2020-07-19 14:19:54 +02:00
## 1.1.0
aes encryption functions
## 1.0.0
initial release