Anthony Scarpino wrote: > Please take a look at the code and submit comments by Oct 24th for bug: > > 4911870 pkcs11_softtoken crypto should be factored out into a new > library to support $PLATFORM & $HWCAP > > http://cr.opensolaris.org/~izick/softcrypto/ > > This moves aes, arcfour, des, bignum, and nylon modes out of > pkcs11_softtoken and into libsoftcrypto; as well as, create > platform-specific libraries for sun4u, sun4v, and i386 SSE/MMX. > > thanks... > > Tony > _______________________________________________ > crypto-discuss mailing list > crypto-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/crypto-discuss >
Tony, Why was the mode code factored out? It has no platform-specific code. Otherwise, LGTM. Mark