-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/hs-crypton: Update to 1.0.0
1.0.0 Versions follow the standard version policy. Removing pthread stuff. #32 0.34 Hashing getRandomBytes before using as Seed for ChaChaDRG #24 Add support for XChaCha and XChaChaPoly1305 #18 Strict byteArray of IV c #16
- Loading branch information
1 parent
0af5c2b
commit b3f82df
Showing
4 changed files
with
16 additions
and
18 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,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2023/11/02 06:37:20 pho Exp $ | ||
# $NetBSD: Makefile,v 1.4 2024/04/29 09:35:01 pho Exp $ | ||
|
||
DISTNAME= crypton-0.33 | ||
PKGREVISION= 1 | ||
DISTNAME= crypton-1.0.0 | ||
CATEGORIES= security | ||
|
||
MAINTAINER= [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2023/10/27 10:58:52 pho Exp $ | ||
$NetBSD: distinfo,v 1.2 2024/04/29 09:35:01 pho Exp $ | ||
|
||
BLAKE2s (crypton-0.33.tar.gz) = 733734b6ea1fbe4220dda57cc43eae016e544110335f354dfc53909f13e8d9b1 | ||
SHA512 (crypton-0.33.tar.gz) = 4f2c99cf097286cd8bbbd1ed60e1df5bca6fbd040f51a4c8d17a434b65c50ff17b14bd677b5f90af2e73cfe175b9ab80153ac52d09a88998ccbab661cc4e7b7b | ||
Size (crypton-0.33.tar.gz) = 618064 bytes | ||
BLAKE2s (crypton-1.0.0.tar.gz) = 30bce67d8923c6737b5a36cd841cedb29d32789ccd791129f4ee16bb4f965378 | ||
SHA512 (crypton-1.0.0.tar.gz) = 87a9631913ac27eeba2d1752bc80914097596f3a7c9f01cd9285f91a081d331a3008797de9910fabe3a114807a3a0e88d738aa8c5562caed3b730754b94c9b96 | ||
Size (crypton-1.0.0.tar.gz) = 622568 bytes |