kostaleonard / leocoin

Leo's cryptocurrency
MIT License
4 stars 1 forks source link

Add test for too long keys #19

Open kostaleonard opened 11 months ago

kostaleonard commented 11 months ago

As an investor, I want to have a test that the program won't allow keys that are too long so that I am confident that the program isn't vulnerable to buffer overflow attacks.

I already added the protection in the main file, but it's important to test these things.