Emmanuel Odeke 62115b55ef CRandHex: fix up doc to mention length of digits
The previous doc seemed misleading and was out of date i.e.
RandHex(24)
not
CRandHex.

Anyways provide a doc of what the function does in relation to
the length of digits of the hex value returned i.e.
  floor(numDigits / 2) * 2
so the even lowest number
  e.g:
  * len(CRandHex(5)) = 4
  * len(CRandHex(4)) = 4
2017-12-22 23:16:34 -07:00
2017-10-04 18:27:35 -04:00
2017-10-27 22:04:22 -04:00
2017-10-24 11:56:37 +02:00
2017-06-19 17:07:12 +02:00
2017-10-27 22:17:34 -04:00
2017-06-19 17:52:45 +02:00
2017-04-19 16:55:15 +02:00
2017-09-15 17:35:33 -06:00
2017-10-23 08:30:18 -04:00
2017-10-10 17:33:51 -04:00
2017-10-27 18:46:21 +02:00
2017-10-04 18:16:48 -04:00
2017-04-19 16:55:15 +02:00
2017-12-21 19:51:57 -05:00
2017-10-27 22:17:34 -04:00

go-crypto GoDoc

go-crypto is the cryptographic package adapted for Tendermint's uses

Importing it

import "github.com/tendermint/go-crypto"

Description
No description provided
Readme Apache-2.0 395 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%