func crypto/cipher.NewCTR
4 uses
crypto/cipher (current package)
ctr.go#L39: func NewCTR(block Block, iv []byte) Stream {
crypto/ecdsa
ecdsa.go#L454: S: cipher.NewCTR(block, []byte(aesIV)),
crypto/tls
ticket.go#L339: cipher.NewCTR(block, iv).XORKeyStream(ciphertext, state)
ticket.go#L389: cipher.NewCTR(block, iv).XORKeyStream(plaintext, ciphertext)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |