This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
ursa
crashes on seed lenght shorter than 32 bytes for secp256k1
#213
Labels
Milestone
Ursa crashes if seed length is less than 32 bytes for secp256k1, but other algorithms work fine with this seed.
The problem seems to be that in other cases the input seed is hashed before being passed to the rng generator.
Minimal example that reproduce issue
The text was updated successfully, but these errors were encountered: