Search found 1 match

by nathanmurfey
Fri Apr 29, 2022 3:08 am
Forum: Programs, Libraries and Tools
Topic: HMAC with digestmode SHA1
Replies: 5
Views: 8113

Re: HMAC with digestmode SHA1

If people are interested in this thread currently, it seems that the micropython-lib hashlib will import sha algorithms from itself if it doesn't find the implementation algorithm in uhashlib . Sha1 is in uhashlib so then it is not imported. sha256 is in uhashlib therefore is not imported, but 244 i...