Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ECCRSAKeySize = map[float64]float64{
160: 1024,
224: 2048,
256: 3072,
384: 7680,
512: 15360,
}
ECCRSAKeySize is used to translate ECC keys length to their corresponding RSA ones
Functions ¶
Types ¶
type EvaluationResults ¶
type EvaluationResults struct { Grade float64 `json:"grade"` LetterGrade string `json:"lettergrade"` Failures []string `json:"failures"` }
EvaluationResults contains the results of the mozillaEvaluationWorker
Click to show internal directories.
Click to hide internal directories.