-
Notifications
You must be signed in to change notification settings - Fork 10
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 #50 from hannesm/use-digestif-no-cryptokit
yocaml_unix: use digestif for SHA256 computation instead of cryptokit
- Loading branch information
Showing
4 changed files
with
8 additions
and
4 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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
### dev (unreleased) | ||
|
||
#### yocaml_unix | ||
- Use digestif instead of cryptokit (#50 @hannesm, review by @xvw) | ||
|
||
### v1.0.0 2023-11-15 Paris (France) | ||
|
||
- First release of YOCaml |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(library | ||
(name yocaml_unix) | ||
(public_name yocaml_unix) | ||
(libraries cryptokit unix yocaml logs cohttp-lwt-unix conduit-lwt)) | ||
(libraries digestif unix yocaml logs cohttp-lwt-unix conduit-lwt)) | ||
|
||
(documentation | ||
(package yocaml_unix)) |
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