summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-15 16:51:40 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-15 16:51:40 +0700
commit538c5b19346bae32d9e901df62078d57979824c1 (patch)
tree6fb405cba19851cc4696c4afdcf6ca1773e32730
parentMerge branch 'master' of git.bouncycastle.org:bc-csharp into pcl (diff)
parentCheck in our strong name key (diff)
downloadBouncyCastle.NET-ed25519-538c5b19346bae32d9e901df62078d57979824c1.tar.xz
Merge branch 'master' of git.bouncycastle.org:bc-csharp into pcl
-rw-r--r--.gitignore3
-rw-r--r--BouncyCastle.snkbin0 -> 596 bytes
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 542f83c42..3b2c97a3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 *.psess
-*.snk
 *.suo
 *.swp
 *.user
@@ -22,4 +21,4 @@ packages/
 *.nuget.props
 *.nuget.targets
 *.project.lock.json
-project.lock.json
\ No newline at end of file
+project.lock.json
diff --git a/BouncyCastle.snk b/BouncyCastle.snk
new file mode 100644
index 000000000..f460ac3d6
--- /dev/null
+++ b/BouncyCastle.snk
Binary files differ