From 2e124d5618a1f4fa956019f29d98c7c22f861202 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 21:49:00 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index ecd3df4ec..6e5da5a24 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -32,7 +32,7 @@ void ed25519_key_exchange(uint8_t *,uint8_t *,uint8_t *); uint256 DiceHashEntropy(uint256 &entropy,uint256 txidseed) // assumes little endian CPU { - int32_t i; uint8_t tmp256[32],tmpseed[32],txidpub[32],txidpriv[32],mypriv[32],mypub[32],myseed[32],ssecret[32],ssecret2[32]; uint256 hentropy,tmp256; + int32_t i; uint8_t tmp256[32],tmpseed[32],txidpub[32],txidpriv[32],mypriv[32],mypub[32],myseed[32],ssecret[32],ssecret2[32]; uint256 hentropy; memset(&hentropy,0,32); ed25519_create_keypair(txidpub,txidpriv,txidseed); Myprivkey(tmp256);