aboutsummaryrefslogtreecommitdiff
path: root/src/testrand_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testrand_impl.h')
-rw-r--r--src/testrand_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testrand_impl.h b/src/testrand_impl.h
index 07564f7f3f..b84f5730a9 100644
--- a/src/testrand_impl.h
+++ b/src/testrand_impl.h
@@ -18,7 +18,7 @@
static uint64_t secp256k1_test_state[4];
SECP256K1_INLINE static void testrand_seed(const unsigned char *seed16) {
- static const unsigned char PREFIX[19] = "secp256k1 test init";
+ static const unsigned char PREFIX[] = {'s', 'e', 'c', 'p', '2', '5', '6', 'k', '1', ' ', 't', 'e', 's', 't', ' ', 'i', 'n', 'i', 't'};
unsigned char out32[32];
secp256k1_sha256 hash;
int i;