-speed: note that XChaCha20 is not selectable

This is unclear to users, as seen on
https://github.com/rfjakob/gocryptfs/issues/452#issuecomment-828836651
This commit is contained in:
Jakob Unterwurzacher 2021-05-18 09:53:23 +02:00
parent c33c7aaf0d
commit 5da20da977
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ func Run() {
}
if b.preferred {
fmt.Printf("\t(selected in auto mode)\n")
} else if b.name == "XChaCha20-Poly1305-Go" {
fmt.Printf("\t(benchmark only, not selectable yet)\n")
} else {
fmt.Printf("\t\n")
}