crypto: add key loading functions

This commit is contained in:
Felix Lange
2015-02-10 12:29:50 +01:00
parent f1ebad2508
commit 0c7df37351
2 changed files with 30 additions and 1 deletions

View File

@ -25,11 +25,12 @@ package crypto
import (
"bytes"
"code.google.com/p/go-uuid/uuid"
"crypto/ecdsa"
"crypto/elliptic"
"encoding/json"
"io"
"code.google.com/p/go-uuid/uuid"
)
type Key struct {