jlusPrivat / SimpleHOTP

A lightweight HOTP Generator for Arduino
MIT License
26 stars 5 forks source link

Maybe a memory leak #4

Open irineu opened 4 years ago

irineu commented 4 years ago

Hi,

For some reason, when i generate a token using: gen.generateHOTP(x), it returns the token correctly but my byte array inside my flow became crazy:

(...):D1:1:i;>@@m99@ig@n<<?hm=5n66----------------------------------------��n%}��׀�u��뜳(6��Dl ���I�ȱ

I've checked the isolated code without success until comment the HOTP line.

jlusPrivat commented 3 years ago

Thanks for your comment, unfortunately I could not confirm. Can you give a minimal working example?