We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d6051 commit 499e878Copy full SHA for 499e878
README.md
@@ -32,7 +32,7 @@ go get https://github.com/trailofbits/lms-go
32
## Usage
33
34
```go
35
-seckey := lms.NewPrivateKey(common.LMS_SHA256_M32_H10, common.LMOTS_SHA256_N32_W4, /* some 16 byte id */)
+seckey := lms.NewPrivateKey(common.LMS_SHA256_M32_H10, common.LMOTS_SHA256_N32_W4)
36
pubkey := seckey.Public()
37
// The optional nil argument can be a user-chosen RNG
38
sig, err := seckey.Sign([]byte("example"), nil)
0 commit comments