type crypto/aes.aesCipher
7 uses
crypto/aes (current package)
cipher.go#L17: type aesCipher struct {
cipher.go#L47: c := aesCipher{make([]uint32, n), make([]uint32, n)}
cipher.go#L52: func (c *aesCipher) BlockSize() int { return BlockSize }
cipher.go#L54: func (c *aesCipher) Encrypt(dst, src []byte) {
cipher.go#L67: func (c *aesCipher) Decrypt(dst, src []byte) {
cipher_asm.go#L27: aesCipher
cipher_asm.go#L38: c := aesCipherAsm{aesCipher{make([]uint32, n), make([]uint32, n)}}
![]() |
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. |