Logo
Explore Help
Register Sign In
devstar/devstar
14
1
Fork 0
You've already forked devstar
Code Issues 11 Pull Requests 8 Actions Packages Projects 4 Releases Wiki Activity
Files
da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2
devstar/vendor/golang.org/x/crypto/poly1305/sum_noasm.go

14 lines
343 B
Go
Raw Normal View History

Use Go1.11 module (#5743) * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
2019-03-27 19:15:23 +08:00
// 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.
update: macaron cores,gzip,session (#10522) Co-authored-by: zeripath <art27@cantab.net>
2020-02-28 10:51:18 +01:00
// +build s390x,!go1.11 !amd64,!s390x,!ppc64le gccgo purego
Use Go1.11 module (#5743) * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
2019-03-27 19:15:23 +08:00
package poly1305
update golang.org/x/crypto vendor to use acme v2 (#9056)
2019-11-20 00:30:46 -05:00
func sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
Handle CORS requests (#6289)
2019-05-13 08:38:53 -07:00
h := newMAC(key)
h.Write(msg)
h.Sum(out)
Use Go1.11 module (#5743) * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
2019-03-27 19:15:23 +08:00
}
Reference in New Issue Copy Permalink
Powered by DevStar Version: ea22437 Page: 75ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API ©Mengning Software . 2024-2025 All rights reserved. 苏ICP备2024068144号-3