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

Issue 6856077: crypto: provide PublicKey interface

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by jsing
Modified:
13 years, 1 month ago
Reviewers:
Visibility:
Public.

Description

crypto: provide PublicKey interface Provide a PublicKey interface analogous to the PrivateKey interface. Replace uses of interface{} in crypto/x509 with crypto.PrivateKey.

Patch Set 1 #

Patch Set 2 : diff -r f2755950769b https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 107e46216b58 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -8 lines) Patch
M src/pkg/crypto/crypto.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/crypto/x509/x509.go View 1 2 7 chunks +9 lines, -8 lines 0 comments Download

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