Skip to content

Commit d42ca05

Browse files
update changelog
1 parent 6d73307 commit d42ca05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
2929
### Deprecated
3030
- old lowlevel API:
31-
* `new SivMode().encrypt(ctrKey, macKey, encrypted)`
32-
* `new SivMode().decrypt(ctrKey, macKey, ciphertext)`
31+
* `new SivMode().encrypt(key, plaintext, associatedData...)`
32+
* `new SivMode().encrypt(ctrKey, macKey, plaintext, associatedData...)`
33+
* `new SivMode().decrypt(key, ciphertext, associatedData...)`
34+
* `new SivMode().decrypt(ctrKey, macKey, ciphertext, associatedData...)`
35+
3336
3437
3538
## [1.6.1](https://github.com/cryptomator/siv-mode/compare/1.6.0...1.6.1)

0 commit comments

Comments
 (0)