type vendor/golang.org/x/crypto/chacha20.Cipher
10 uses
vendor/golang.org/x/crypto/chacha20 (current package)
chacha_generic.go#L36: type Cipher struct {
chacha_generic.go#L61: var _ cipher.Stream = (*Cipher)(nil)
chacha_generic.go#L72: func NewUnauthenticatedCipher(key, nonce []byte) (*Cipher, error) {
chacha_generic.go#L76: c := &Cipher{}
chacha_generic.go#L80: func newUnauthenticatedCipher(c *Cipher, key, nonce []byte) (*Cipher, error) {
chacha_generic.go#L152: func (s *Cipher) SetCounter(counter uint32) {
chacha_generic.go#L184: func (s *Cipher) XORKeyStream(dst, src []byte) {
chacha_generic.go#L256: func (s *Cipher) xorKeyStreamBlocksGeneric(dst, src []byte) {
chacha_noasm.go#L12: func (s *Cipher) xorKeyStreamBlocks(dst, src []byte) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |