summary refs log tree commit diff
path: root/crypto/src/security/CipherUtilities.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵David Hook2021-05-241-0/+10
|\ | | | | | | fabiogermann-master
| * added an implementation of RSA/ECB/OAEPWithSHA-256AndMGF1Padding as it is ↵Fabio Germann2016-02-181-0/+10
| | | | | | | | implemented in java as: RSA/ECB/OAEPWithSHA-256AndMGF1WithSHA-1Padding
* | 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
|/ | | | - mark AesFastEngine obsolete and replace all usages with AesEngine
* 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
| | | | - The new TnepresEngine was added to retain the historical behaviour of SerpentEngine
* 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 ↵Peter Dettman2013-12-171-4/+0
| | | | assembly.
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+739