Attention is currently required from: laforge.
3 comments:
Patchset:
Updated as requested
File src/crypto/tetra_crypto.c:
case KSG_TEA1:
tea1_stub(iv, eck, num_bytes, ks_bytes);
break;
case KSG_TEA2:
tea2_stub(iv, eck, num_bytes, ks_bytes);
break;
case KSG_TEA3:
tea3_stub(iv, eck, num_bytes, ks_bytes);
break;
I think it's a bit weird to add the stub functions that don't do anything in a commit here. […]
Done
we typically prefer /* */ comments. […]
Done
To view, visit change 34001. To unsubscribe, or for help writing mail filters, visit settings.