summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/crypto/IEntropySource.cs (renamed from crypto/src/crypto/prng/IEntropySource.cs)2
-rw-r--r--crypto/src/crypto/IEntropySourceProvider.cs (renamed from crypto/src/crypto/prng/IEntropySourceProvider.cs)2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/crypto/prng/IEntropySource.cs b/crypto/src/crypto/IEntropySource.cs

index 90b9e61af..62e3bc76c 100644 --- a/crypto/src/crypto/prng/IEntropySource.cs +++ b/crypto/src/crypto/IEntropySource.cs
@@ -1,6 +1,6 @@ using System; -namespace Org.BouncyCastle.Crypto.Prng +namespace Org.BouncyCastle.Crypto { /// <summary> /// Base interface describing an entropy source for a DRBG. diff --git a/crypto/src/crypto/prng/IEntropySourceProvider.cs b/crypto/src/crypto/IEntropySourceProvider.cs
index 643f92ef8..756414171 100644 --- a/crypto/src/crypto/prng/IEntropySourceProvider.cs +++ b/crypto/src/crypto/IEntropySourceProvider.cs
@@ -1,6 +1,6 @@ using System; -namespace Org.BouncyCastle.Crypto.Prng +namespace Org.BouncyCastle.Crypto { /// <summary> /// Base interface describing a provider of entropy sources.