summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-23 15:04:34 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-23 15:04:34 +0700
commit8ee18ba2819496466df6740016f782c7ba7f02f5 (patch)
treee6dd3657626cc43de4fa8053a5fe4f620c11d3d3 /crypto/test
parentRewrite some tests to avoid (obsoleted) explicit field element construction (diff)
downloadBouncyCastle.NET-ed25519-8ee18ba2819496466df6740016f782c7ba7f02f5.tar.xz
Update test data
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/asn1/test/X9Test.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/test/src/asn1/test/X9Test.cs b/crypto/test/src/asn1/test/X9Test.cs
index 92342315e..e310811ea 100644
--- a/crypto/test/src/asn1/test/X9Test.cs
+++ b/crypto/test/src/asn1/test/X9Test.cs
@@ -19,13 +19,13 @@ namespace Org.BouncyCastle.Asn1.Tests
     public class X9Test
         : SimpleTest
     {
-        private static readonly byte[] namedPub = Base64.Decode("MBowEwYHKoZIzj0CAQYIKoZIzj0DAQEDAwADAQ==");
+        private static readonly byte[] namedPub = Base64.Decode("MDcwEwYHKoZIzj0CAQYIKoZIzj0DAQEDIAADG5xRI+Iki/JrvL20hoDUa7Cggzorv5B9yyqSMjYu");
         private static readonly byte[] expPub = Base64.Decode(
-              "MIHfMIHXBgcqhkjOPQIBMIHLAgEBMCkGByqGSM49AQECHn///////////////3///////4AAAA"
+              "MIH8MIHXBgcqhkjOPQIBMIHLAgEBMCkGByqGSM49AQECHn///////////////3///////4AAAA"
             + "AAAH///////zBXBB5///////////////9///////+AAAAAAAB///////wEHiVXBfoqMGZUsfTL"
             + "A9anUKMMJQEC1JiHF9m6FattPgMVAH1zdBaP/jRxtgqFdoahlHXTv6L/BB8DZ2iujhi7ks/PAF"
             + "yUmqLG2UhT0OZgu/hUsclQX+laAh5///////////////9///+XXetBs6YFfDxDIUZSZVECAQED"
-            + "AwADAQ==");
+            + "IAADG5xRI+Iki/JrvL20hoDUa7Cggzorv5B9yyqSMjYu");
 
         private static readonly byte[] namedPriv = Base64.Decode("MCICAQAwEwYHKoZIzj0CAQYIKoZIzj0DAQEECDAGAgEBBAEK");
         private static readonly byte[] expPriv = Base64.Decode(