Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1203)

Side by Side Diff: src/pkg/crypto/sha1/sha1block_decl.go

Issue 56900043: crypto/sha1: native ARM assembler version (Closed)
Patch Set: diff -r 54a5513d9d6a https://code.google.com/p/go Created 10 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/crypto/sha1/sha1block_arm.s ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Go Authors. All rights reserved. 1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 // +build amd64 386 5 // +build amd64 386 arm
6 6
7 package sha1 7 package sha1
8 8
9 //go:noescape 9 //go:noescape
10 10
11 func block(dig *digest, p []byte) 11 func block(dig *digest, p []byte)
OLDNEW
« no previous file with comments | « src/pkg/crypto/sha1/sha1block_arm.s ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b