Skip to content

Commit

Permalink
update release notes (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Jan 9, 2021
1 parent 1e3fe8c commit e743583
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to speed up AES encryption/decryption. This would be no longer necessary when [`

It's also possible to build to the `wasm32-unknown-unknown` target with the pure Rust backend. Check out [this repo](https://github.com/ecies/rs-wasm) for more details.

## Security notes
## Security

### Why AES-GCM-256 and HKDF-SHA256

Expand All @@ -79,6 +79,10 @@ Following dependencies are audited:

## Release Notes

### 0.2.1

- Revamp error handling

### 0.2.0

- Revamp documentation
Expand Down

0 comments on commit e743583

Please sign in to comment.