Skip to content

Commit

Permalink
Merge pull request #6 from costela/patch-1
Browse files Browse the repository at this point in the history
[minor] Fix example code in REAME
  • Loading branch information
schollz committed Feb 23, 2022
2 parents f3884c5 + 22982e5 commit 4a9a6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ if err != nil {

// both P and Q now have strong key generated from weak key
kA, _ := A.SessionKey()
kB, _ := A.SessionKey()
kB, _ := B.SessionKey()
fmt.Println(bytes.Equal(kA, kB))
// Output: true
```
Expand Down

0 comments on commit 4a9a6cc

Please sign in to comment.