Skip to content

Commit

Permalink
Fix typo (#31)
Browse files Browse the repository at this point in the history
ChaC*ah* ->*ha*
  • Loading branch information
pjw91 authored and Andreas Auernhammer committed Dec 22, 2018
1 parent a794c2c commit d86b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ncrypt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func init() {

var supportedCiphers = map[string]string{
"AES256": "AES-256 GCM",
"C20P1305": "ChaCah20 Poly1305",
"C20P1305": "ChaCha20 Poly1305",
}

func main() {
Expand Down

0 comments on commit d86b148

Please sign in to comment.