Skip to content
Snippets Groups Projects
Commit d8787137 authored by Karel Slaný's avatar Karel Slaný Committed by Ondřej Surý
Browse files

Removed assertion.

parent 43db0111
Branches
Tags
No related merge requests found
......@@ -29,7 +29,6 @@ uint16_t kr_nonce_write_wire(uint8_t *buf, uint16_t buf_len,
wire_write_u32(buf, input->rand);
wire_write_u32(buf + sizeof(uint32_t), input->time);
buf_len = 2 * sizeof(uint32_t);
assert(KR_NONCE_LEN == buf_len);
return buf_len;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment