Add a bounds check before accessing a user-provided PK string
authorMatt Corallo <git@bluematt.me>
Sat, 26 Mar 2022 20:28:57 +0000 (20:28 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 26 Mar 2022 20:33:47 +0000 (20:33 +0000)
commit147435bfe69b5ebf0af451795db84b5a25d8b383
tree6dadbdb9bebe9eda295ee631651dca02abe626c9
parent719ac734966f6e65f883059f40772101d5a255df
Add a bounds check before accessing a user-provided PK string

Fixes #53.
src/hex_utils.rs