blob: a1f3ef1940527dd4bdce269012a65a94262a1de5 (
plain)
1
2
3
4
5
6
7
8
9
|
libdir=/opt/aocl/amd-securerng/lib
includedir=/opt/aocl/amd-securerng/include
Name: AMD Secure RNG Library
Description: The AMD Secure Random Number Generator (RNG) is a library that provides APIs to access the cryptographically secure random numbers generated by AMD’s hardware-based random number generator implementation
Version: 2.0
URL: https://developer.amd.com/amd-aocl/rng-library/
Libs: -L${libdir} -lamdsecrng
Cflags: -I${includedir}
|