-speed: note that -xchacha is selectable

This commit is contained in:
Jakob Unterwurzacher 2021-08-24 14:02:12 +02:00
parent ab7308639b
commit 5f1094b164
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func Run() {
if b.preferred {
fmt.Printf("\t(selected in auto mode)\n")
} else if b.name == cryptocore.BackendXChaCha20Poly1305.Name {
fmt.Printf("\t(benchmark only, not selectable yet)\n")
fmt.Printf("\t(use via -xchacha flag)\n")
} else {
fmt.Printf("\t\n")
}