Example #1
0
func init() {
	var err error
	block3DES, err = des.NewTripleDESCipher(make([]byte, 24))
	if err != nil {
		panic(err)
	}
	planbuilder.Register("hash", NewHashVindex)
}
Example #2
0
func init() {
	planbuilder.Register("lookup_hash_unique", NewLookupHashUnique)
}