Emmanuel Odeke 3df2ca128d make PrivateKey + Signature comparisons use constant time comparisons
Fixes https://github.com/tendermint/go-crypto/issues/43

Avoid susceptibility to timing/side channel attacks by ensuring
that private key and signature comparisons use
`subtle.ConstantTimeCompare`
instead of
`bytes.Equal`
2017-10-25 19:56:13 -07:00
2017-07-28 12:21:41 -06:00
2017-09-13 14:03:28 +02:00
2017-06-19 17:07:12 +02:00
2017-04-19 16:55:15 +02:00
2017-09-22 10:22:55 -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-09-15 17:35:33 -06:00
2017-09-22 10:22:55 -04:00
2017-07-22 05:25:59 -04:00
2017-04-19 16:55:15 +02:00
2017-04-19 16:55:15 +02:00
2017-05-16 17:02:48 +02:00
2017-04-19 16:55:15 +02:00
2017-09-12 19:31:00 -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 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%