Hi all,
    assume I have to provide abstract RNG functionalities as a pair of
methods (such as in PKCS#11):

seed(inputByteBlock)
outputByteBlock = getBlock()

within a service of mine. And this has to be portable across Windows and
Unix (AIX, Solaris, Linux).
Which is the best strategy to use - among those several Crypto++ classes -
also to use if possible what's offered by the underlying OS ? Should I go
along with explicit #ifdefs or can I rely on Crypto++ doing this ?
Thanks,

Renzo Tomaselli


Reply via email to