summary refs log tree commit diff
path: root/crypto/src/math/raw/Mod.cs (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2015-11-12Use culture-independent prefix-check in MacUtilities.GetMacPeter Dettman4-3/+50
- Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch)
2015-11-10Add sanity check on input lengthPeter Dettman1-0/+4
2015-11-10Address various compiler warningsPeter Dettman48-106/+96
2015-11-10Fix IV check for 64-bit blockSizePeter Dettman1-3/+5
2015-11-10Add BerBitString and improve "unused bit" handlingPeter Dettman26-178/+373
2015-11-10Add more PkiFailureInfo constantsPeter Dettman2-65/+102
2015-11-09Improve random prime constructorPeter Dettman1-11/+7
2015-11-09Add contributor entriesPeter Dettman1-1/+12
2015-11-09Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCLPeter Dettman15-5/+35
2015-11-09fixed argument null messageDavid Hook1-1/+1
2015-11-08Fix weird characterPeter Dettman1-1/+1
2015-11-08Remove old TODOPeter Dettman1-1/+0
2015-11-08Needs to be in Org.BouncyCastle namespace for nowPeter Dettman1-1/+1
2015-11-08A few more changes to sync up with BouncyCastle-PCLPeter Dettman8-8/+51
2015-11-08Some more PORTABLE updatesPeter Dettman3-3/+27