space monkey internal commit export

[katamari commit: b2f940b6b4cb03a3eab999f7034bc2a1db4bc710]
This commit is contained in:
Andrew Harding
2014-04-02 11:05:41 -06:00
parent 76a5e0584d
commit b9b4dfd97b
3 changed files with 176 additions and 1 deletions

2
pem.go
View File

@@ -38,7 +38,7 @@ import (
type Method *C.EVP_MD
var (
SHA256 Method = C.EVP_sha256()
SHA256_Method Method = C.EVP_sha256()
)
type PublicKey interface {