-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from sg2342/better_types
Better types
- Loading branch information
Showing
4 changed files
with
40 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## 1.0.1 (2024-06-24) | ||
|
||
* Bug fixes | ||
* Fix `rfc3394:wrap/3` guard (minimal `byte_size/1` of `KeyData` is 8) | ||
* Fix `rfc3394:unwrap/3` guard (minimal `byte_size/1` of `Cipertext` is 16) | ||
|
||
* Enhancements | ||
* Introduce types and size constraints for `kek()`, `iv()`, `keyData()` and `cipertext()` | ||
* Improve function documentation strings | ||
|
||
## 1.0.0 (2024-06-19) | ||
|
||
* First public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters