File: f1600x4_amd64.go

package info (click to toggle)
golang-github-cloudflare-circl 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,352 kB
  • sloc: asm: 20,491; ansic: 1,292; makefile: 68
file content (7 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
package keccakf1600

import "github.com/cloudflare/circl/internal/sha3"

func permuteSIMDx4(state []uint64, turbo bool) { f1600x4AVX2(&state[0], &sha3.RC, turbo) }

func permuteSIMDx2(state []uint64, turbo bool) { permuteScalarX2(state, turbo) }