aboutsummaryrefslogtreecommitdiff
path: root/util/crypto/random_bytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/crypto/random_bytes.h')
-rw-r--r--util/crypto/random_bytes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/crypto/random_bytes.h b/util/crypto/random_bytes.h
index be7381f0..3cb2fa8e 100644
--- a/util/crypto/random_bytes.h
+++ b/util/crypto/random_bytes.h
@@ -8,12 +8,10 @@
#include <array>
namespace openscreen {
-namespace crypto {
std::array<uint8_t, 16> GenerateRandomBytes16();
void GenerateRandomBytes(uint8_t* out, int len);
-} // namespace crypto
} // namespace openscreen
#endif // UTIL_CRYPTO_RANDOM_BYTES_H_