summary refs log tree commit diff
path: root/crypto/src/security/CipherUtilities.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to use Enum.TryParsePeter Dettman2024-05-131-92/+67
* Overhaul algorithm registriesPeter Dettman2024-01-201-134/+199
* Use correct OIDPeter Dettman2022-10-291-1/+1
* Use generics in EnumsPeter Dettman2022-10-051-6/+6
* Separate out new IBlockCipherMode from IBlockCipherPeter Dettman2022-09-121-13/+19
* Utility method for selecting AES enginePeter Dettman2022-07-171-3/+3
* Generics migration completePeter Dettman2022-06-291-442/+396
* Add support for ARIAPeter Dettman2021-05-241-6/+52
* Merge branch 'master' of https://github.com/fabiogermann/bc-csharp into fabio...David Hook2021-05-241-0/+10
|\
| * added an implementation of RSA/ECB/OAEPWithSHA-256AndMGF1Padding as it is imp...Fabio Germann2016-02-181-0/+10
* | Add ChaCha ciphers to factory classesPeter Dettman2019-09-101-1/+25
* | Port of SM4 from Java APIPeter Dettman2018-09-251-0/+5
* | Added s box allocation to AesEnginePeter Dettman2017-06-101-3/+3
|/
* Add Threefish entries to factories to get tests passingPeter Dettman2015-11-211-0/+15
* BMA-52 Fix SerpentEngine byte-orderingPeter Dettman2015-11-211-0/+5
* Review of culture-independent String comparison methodsPeter Dettman2015-11-121-3/+3
* Clean up all the special handling for IDEA stuff, back to a single release as...Peter Dettman2013-12-171-4/+0
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+739