MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Swap20

Method Swap20

Libraries/unrar/crypt2.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128void CryptData::Swap20(byte *Ch1,byte *Ch2)
129{
130 byte Ch=*Ch1;
131 *Ch1=*Ch2;
132 *Ch2=Ch;
133}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected