neoneo-go/pkg/crypto/keys
Roman Khimov a9b9c9226d *: add/fix godoc comments to satisfy golint
Fixes things like:
 * exported type/method/function X should have comment or be unexported
 * comment on exported type/method/function X should be of the form "X ..."
   (with optional leading article)

Refs. #213.
2019-09-03 17:57:51 +03:00
..
nep2.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
nep2_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
private_key.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
private_key_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
publickey.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
publickey_test.go keys: change Signature() and Address() to not return errors 2019-08-27 17:46:01 +03:00
sign_verify_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
wif.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wif_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00