Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentDir, _ = os.Getwd()
CurrentDir is the current directory where Merlin was executed from
View Source
var Debug = false
Debug puts Merlin into debug mode and displays debug messages
View Source
var Verbose = false
Verbose puts Merlin into verbose mode and displays verbose messages
Functions ¶
func DecryptJWE ¶
DecryptJWE takes provided JWE string and decrypts it using the per-agent key
func GetJWEAsymetric ¶
GetJWEAsymetric takes an input, typically a gob encoded messages.Base, and returns a compact serialized JWE using the provided input RSA public key
func GetJWESymetric ¶
GetJWESymetric takes an input, typically a gob encoded messages.Base, and returns a compact serialized JWE using the provided input key
func RandStringBytesMaskImprSrc ¶
RandStringBytesMaskImprSrc generates and returns a random string of n characters long
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.