Add doc for split struct

pull/81/head
pagran 5 years ago
parent 0bf6e3937f
commit 80a0a7fce1

@ -12,6 +12,8 @@ const (
minCaseCount = 3 minCaseCount = 3
) )
// Split obfuscator splits data into chunks of random length and shuffles them,
// then encrypts them using xor.
type split struct{} type split struct{}
// check that the obfuscator interface is implemented // check that the obfuscator interface is implemented

Loading…
Cancel
Save