Searched defs:desCipher (Results 1 – 1 of 1) sorted by relevance
24 type desCipher struct { struct25 subkeys [16]uint6439 func (c *desCipher) BlockSize() int { return BlockSize }41 func (c *desCipher) Encrypt(dst, src []byte) {54 func (c *desCipher) Decrypt(dst, src []byte) {