diff options
Diffstat (limited to 'chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go')
| -rw-r--r-- | chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go b/chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go index e9ba153..66af868 100644 --- a/chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go +++ b/chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go @@ -641,7 +641,7 @@ func hashADDone() { // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- -// Implements the following function fignature: +// Implements the following function signature: // // func chacha20Poly1305Open(dst []byte, key []uint32, src []byte, ad []byte) bool func chacha20Poly1305Open() { @@ -2967,7 +2967,7 @@ func openAVX2Tail512HashEnd() { // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- -// Implements the following function fignature: +// Implements the following function signature: // // func chacha20Poly1305Seal(dst []byte, key []uint32, src, ad []byte) func chacha20Poly1305Seal() { |
