Documentation
¶
Overview ¶
msfshashes (in msfshashes.go) implements msfs hash functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPKI ¶
func GetPKI(rsaName string) (*rsa.PrivateKey, []byte, error)
GetPKI retrieves 'rputn' RSA public and private key values
func Sha224base64 ¶
Sha224base64 performs a sha224 hash on a byte array and then perfroms a base64 encoding on the result.
Types ¶
type HSC ¶
type HSC struct { PrivKey *rsa.PrivateKey PubCert []byte }
HSC implements the hash store client
Click to show internal directories.
Click to hide internal directories.