cisco / libacvp

The libacvp library is a client-side implementation of the draft ACVP protocol (github.com/usnistgov/ACVP).
Apache License 2.0
67 stars 69 forks source link

Added sleep API that is platform indepedent #782

Closed abkarcher closed 1 year ago

abkarcher commented 1 year ago

Since libacvp runs on many different types of platforms, adding an acvp_sleep API to make things a bit cleaner and avoid extra ifdefs. application code can use as well.

Also included a small optimization to the just added alg name logging code.