Commit Graph

7 Commits (aaced9c5cdb7165be5fc73a9ce5249c1ce206237)

Author SHA1 Message Date
lu4p aaced9c5cd small fixes 5 years ago
Pagran 189ee23788 Fix encryptChunks 5 years ago
Pagran 5aad777a19 Small refactoring 5 years ago
Pagran 6ae6b50308 + Rename getReversedOperator and genRandOperator
+ Small refactoring
5 years ago
Pagran 5b17f66855 Add operator randomizer for split obfuscator 5 years ago
lu4p 0dd97ed0fa
math/rand.Intn(n) generates a `value`, (#83)
which has the following properties `value >=0 && value < n`.

I previously thought it was `value >=0 && value <= n`.
5 years ago
pagran c51e08ef37
Add split obfuscator (#81) 5 years ago