diff options
author | Fabio Germann <fabio.germann@dswiss.com> | 2016-02-17 17:31:07 +0100 |
---|---|---|
committer | Fabio Germann <fabio.germann@dswiss.com> | 2016-02-18 10:29:35 +0100 |
commit | 81ac7209ba76cd9eafbaa190288828a04cc82354 (patch) | |
tree | c7efed1c99be3fdc879ce0733de6dc6614c3790f | |
parent | Added support for repeated requests for output to Xof. (diff) | |
download | BouncyCastle.NET-ed25519-81ac7209ba76cd9eafbaa190288828a04cc82354.tar.xz |
added an implementation of RSA/ECB/OAEPWithSHA-256AndMGF1Padding as it is implemented in java as: RSA/ECB/OAEPWithSHA-256AndMGF1WithSHA-1Padding
-rw-r--r-- | crypto/src/security/CipherUtilities.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/src/security/CipherUtilities.cs b/crypto/src/security/CipherUtilities.cs |