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

Unified Diff: src/pkg/crypto/md5/md5block_decl.go

Issue 10624044: code review 10624044: crypto/md5: provide a top-level Sum function (Closed)
Patch Set: diff -r 4724e59b3b85 https://code.google.com/p/go Created 10 years, 9 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/crypto/md5/md5_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/crypto/md5/md5block_decl.go
===================================================================
--- a/src/pkg/crypto/md5/md5block_decl.go
+++ b/src/pkg/crypto/md5/md5block_decl.go
@@ -6,4 +6,6 @@
package md5
+//go:noescape
+
func block(dig *digest, p []byte)
« no previous file with comments | « src/pkg/crypto/md5/md5_test.go ('k') | no next file » | no next file with comments »

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