Bump a date

This commit is contained in:
Alex Ford
2021-12-22 12:50:33 +00:00
parent a2104de8a0
commit 3da98ecb73
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/**
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
*
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
*/
private import internal.CryptoAlgorithmNames

View File

@@ -5,7 +5,7 @@
*
* The names are inspired by the names used in real world crypto libraries.
*
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
*/
/**