summary refs log tree commit diff
path: root/crypto/src/security/MacUtilities.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul algorithm registriesPeter Dettman2024-01-201-75/+137
|
* Utility method for selecting AES enginePeter Dettman2022-07-171-1/+1
|
* Generics migration completePeter Dettman2022-06-291-96/+62
|
* initial support for non-default PRF with PBKDF2David Hook2020-04-181-0/+2
|
* Update registries for digests, MACs from bc-javaPeter Dettman2018-04-081-0/+10
|
* Added s box allocation to AesEnginePeter Dettman2017-06-101-1/+1
| | | | - mark AesFastEngine obsolete and replace all usages with AesEngine
* Review of culture-independent String comparison methodsPeter Dettman2015-11-121-3/+3
|
* Use culture-independent prefix-check in MacUtilities.GetMacPeter Dettman2015-11-121-1/+3
| | | | - Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch)
* Add CalculateMac utility methodPeter Dettman2015-10-181-0/+8
|
* Factor out variation of MacUtilities.DoFinalPeter Dettman2013-12-181-2/+7
|
* Clean up all the special handling for IDEA stuff, back to a single release ↵Peter Dettman2013-12-171-2/+0
| | | | assembly.
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+243