EncryptionOverhead returns the tag size (if any) in bytes.
()
| 40 | Encrypt(dst, plaintext []byte) ([]byte, error) |
| 41 | // EncryptionOverhead returns the tag size (if any) in bytes. |
| 42 | EncryptionOverhead() int |
| 43 | // Decrypt decrypts ciphertext and verifies the tag (if any). If successful, |
| 44 | // this function appends the resulting plaintext to dst, returning the |
| 45 | // updated slice. dst and ciphertext may alias exactly or not at all. To |
no outgoing calls