Issue I am looking for the fastest algorithm, where I can verify a digital signature of a blob. The algorithm shouldn’t necessarily be cryptographically secure, just make sure that it’s not trivially fakable. Signing time neither counts in my case.
Continue reading