TODO: add link to explanation for where `RS` comes from.
-```
-temp = clmul((RA), (RB)) ^ (RC)
-(RT) = temp
-(RS) = temp
+```
+(RT) = RC ^ clmul((RA), (RB))
+(RS) = RA ^ RC
```
## `cldivrem` Carry-less Division and Remainder
TODO: add link to explanation for where `RS` comes from.
-```
-temp = gfbmadd((RA), (RB), (RC))
-(RT) = temp
-(RS) = temp
+```
+(RT) = gfbmadd((RA), (RB), (RC))
+(RS) = RA ^ RC
```
## `gfbinv` -- Binary Galois Field `GF(2^m)` Inverse