in reply to Re^2: Would Like Recommendation for an SHA256 module
in thread Would Like Recommendation for an SHA256 module

If you can't compile the module, then that only leaves you with (the slow) Digest::SHA::PurePerl. The three others are all written in C.
  • Comment on Re^3: Would Like Recommendation for an SHA256 module

Replies are listed 'Best First'.
Re^4: Would Like Recommendation for an SHA256 module
by TheEnigma (Pilgrim) on Aug 01, 2006 at 04:38 UTC
    Practically speaking, it shouldn't matter, there will be less than a dozen users of this script. My main concern is the quality of the module I pick (does it implement the algorithm properly).

    TheEnigma