- removed TODO in comment

v1.6_develop_329_GOOSE_signatures
Michael Zillgith 5 months ago
parent baba27cd9e
commit 8ccb14123e

@ -833,7 +833,7 @@ encodePacket(RSession self, uint8_t payloadType, uint8_t* buffer, int bufPos, RS
/* IV */ /* IV */
if (self->secAlgo != R_SESSION_SEC_ALGO_NONE) { if (self->secAlgo != R_SESSION_SEC_ALGO_NONE) {
/* TODO get and encode IV (initialization vector) */ /* get and encode IV (initialization vector) */
buffer[bufPos++] = 12; buffer[bufPos++] = 12;

Loading…
Cancel
Save