üApp Crypto Library

I have a question about crypto libraries. in the rpi3 variant, there is an xmhfcrypto library that is built. Is there a comparable library for x86?

Moving to a new topic.

Yes, there is libxmhfcrypto within uberspark/uberspark.git:develop within src/libs which is available to be used by üApps. libxmhfcrypto currently contains a SHA-1 implementation, but you could migrate some of the rpi3 crypto implementation there as a starting point.

Awesome! Are there any special calling conventions that need to be used when invoking these?
And is this library automatically generated when building uberspark?

@amitvasudevan, initial PR created. I’m not sure if it is missing pieces to support integrating it with uberspark.PR