go mac_noasm 源码

2022-07-15 浏览 (856)

golang mac_noasm 代码

文件路径:/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build (!amd64 && !ppc64le && !s390x) || !gc || purego
// +build !amd64,!ppc64le,!s390x !gc purego

package poly1305

type mac struct{ macGeneric }

相关信息

go 源码目录

相关文章

go bits_compat 源码

go bits_go1.13 源码

go poly1305 源码

go sum_amd64 源码

go sum_generic 源码

go sum_ppc64le 源码

go sum_s390x 源码

  • 所属分类: 后端技术
  • 本文标签: golang
  • 版权声明: 本文链接 https://seaxiang.com/blog/c9d04eda052a45b799c9af81dffd63b6