hmac-sha256 icon indicating copy to clipboard operation
hmac-sha256 copied to clipboard

how to find head file?

Open rabbitdaigithub opened this issue 5 years ago • 1 comments

how to find sha256/sha256.h &apicheck.h ? I can't find it.

rabbitdaigithub avatar Mar 31 '20 08:03 rabbitdaigithub

These headers come from the dependencies. The package.json file lists them:

If you use clib install aperezdc/hmac-sha256 --save as recommended, the needed dependencies will be installed to the deps/ subdirectory.

Does this help?

aperezdc avatar Apr 01 '20 23:04 aperezdc