mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
cleanup
This commit is contained in:
parent
40803a4dc1
commit
1b459b0560
1 changed files with 0 additions and 2 deletions
|
@ -175,7 +175,6 @@ public:
|
|||
for(unsigned int i=4;i<8;++i) ctrIv[i] ^= iv[i - 4];
|
||||
for(unsigned int i=8;i<16;++i) ctrIv[i] = iv[i - 4];
|
||||
encrypt(ctrIv,ctrIv);
|
||||
|
||||
ctr(ctrIv,in,len,out);
|
||||
}
|
||||
|
||||
|
@ -198,7 +197,6 @@ public:
|
|||
for(unsigned int i=4;i<8;++i) ctrIv[i] ^= iv[i - 4];
|
||||
for(unsigned int i=8;i<16;++i) ctrIv[i] = iv[i - 4];
|
||||
encrypt(ctrIv,ctrIv);
|
||||
|
||||
ctr(ctrIv,in,len,out);
|
||||
|
||||
gmac(iv,out,len,gmacOut);
|
||||
|
|
Loading…
Add table
Reference in a new issue