vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/cipher.json

1 line
1.2 KiB
JSON

[0, [{"class": "func", "name": "NewCBCDecrypter", "type": "func(b cipher.Block, iv []byte) cipher.BlockMode"}, {"class": "func", "name": "NewCBCEncrypter", "type": "func(b cipher.Block, iv []byte) cipher.BlockMode"}, {"class": "func", "name": "NewCFBDecrypter", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewCFBEncrypter", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewCTR", "type": "func(block cipher.Block, iv []byte) cipher.Stream"}, {"class": "func", "name": "NewGCM", "type": "func(cipher cipher.Block) (cipher.AEAD, error)"}, {"class": "func", "name": "NewGCMWithNonceSize", "type": "func(cipher cipher.Block, size int) (cipher.AEAD, error)"}, {"class": "func", "name": "NewOFB", "type": "func(b cipher.Block, iv []byte) cipher.Stream"}, {"class": "type", "name": "AEAD", "type": "interface"}, {"class": "type", "name": "Block", "type": "interface"}, {"class": "type", "name": "BlockMode", "type": "interface"}, {"class": "type", "name": "Stream", "type": "interface"}, {"class": "type", "name": "StreamReader", "type": "struct"}, {"class": "type", "name": "StreamWriter", "type": "struct"}]]