-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:
parent
c33c7aaf0d
commit
5da20da977
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user