Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Algorithm struct + KeySize int + Name string + Security int + Type string + func KnownAlgorithms() []Algorithm + type Assessment struct + Algorithms []Algorithm + Protocol string + Risk string + Suggestions []string + func Assess(protocol string) *Assessment + func (a *Assessment) Describe() string