File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v2.0
4
+ + encoding structs as Gob
5
+ + export all fields of primitive types, such as public keys, private keys and signatures
6
+
3
7
## [ 2017-12-23]
4
8
+ 1st complete LM-OTS with two parameter sets (w=2,4) provided
Original file line number Diff line number Diff line change 1
1
# The Leighton-Micali One-Time Signature [ LM-OTS]
2
2
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 )
4
4
![ build status] ( https://img.shields.io/badge/build-passing-brightgreen.svg )
5
5
[ ![ license tag] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
6
6
@@ -35,7 +35,7 @@ $ dep ensure
35
35
36
36
<a name =" usage " ></a >
37
37
## Usage
38
- Please refer to ` ExampleLMS() ` in ` example_test.go `
38
+ Please refer to ` ExampleLMS() ` in [ example_test.go] ( example_test.go )
39
39
40
40
<a name =" contrib " ></a >
41
41
## Contributing
You can’t perform that action at this time.
0 commit comments