type golang.org/x/crypto/ssh.chacha20Poly1305Cipher
4 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L643: type chacha20Poly1305Cipher struct {
cipher.go#L654: c := &chacha20Poly1305Cipher{
cipher.go#L663: func (c *chacha20Poly1305Cipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
cipher.go#L729: func (c *chacha20Poly1305Cipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, payload []byte) error {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |