Skip to content

Commit 34e02ae

Browse files
author
sammy00
committed
bootstrap v2.0
1 parent 849a2f4 commit 34e02ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
22

3+
## v2.0
4+
+ encoding structs as Gob
5+
+ export all fields of primitive types, such as public keys, private keys and signatures
6+
37
## [2017-12-23]
48
+ 1st complete LM-OTS with two parameter sets (w=2,4) provided

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Leighton-Micali One-Time Signature [LM-OTS]
22

3-
![version tag](https://img.shields.io/badge/lmots-v1.5-blue.svg)
3+
![version tag](https://img.shields.io/badge/lmots-v2.0-blue.svg)
44
![build status](https://img.shields.io/badge/build-passing-brightgreen.svg)
55
[![license tag](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
66

@@ -35,7 +35,7 @@ $ dep ensure
3535

3636
<a name="usage"></a>
3737
## Usage
38-
Please refer to `ExampleLMS()` in `example_test.go`
38+
Please refer to `ExampleLMS()` in [example_test.go](example_test.go)
3939

4040
<a name="contrib"></a>
4141
## Contributing

0 commit comments

Comments
 (0)