mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
fix #303
This commit is contained in:
parent
da21c0a2e4
commit
fa74424399
@ -363,7 +363,7 @@ Value testvector(const Array& params, bool fHelp)
|
||||
Object objSec;
|
||||
objSec.push_back(Pair("key",HexStr(sec.key)));
|
||||
objSec.push_back(Pair("mac",HexStr(sec.mac)));
|
||||
objSec.push_back(Pair("orig",sec.orig));
|
||||
objSec.push_back(Pair("orig",(uint64_t)sec.orig));
|
||||
objSec.push_back(Pair("body",HexStr(sec.body)));
|
||||
obj.push_back(Pair("sec",objSec));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user