Skip to content

Commit

Permalink
fixing a typo (one too many "s) in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evainfeld authored Jan 21, 2025
1 parent 1799586 commit 11f8fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The key to understanding and using this cryptography library is to review the `S
Use our generic NIKE, KEM and Signature scheme interfaces to help you achieve cryptographic agility:

```golang
import ""github.com/katzenpost/hpqc/kem"
import "github.com/katzenpost/hpqc/kem"

func encryptMessage(publicKey kem.PublicKey, scheme kem.Scheme, message []byte) {
ct, ss, err := scheme.Encapsulate(publicKey)
Expand Down

0 comments on commit 11f8fff

Please sign in to comment.