Hello, I don’t think it’s a Good idea to introduce native dependencies to formerly pure Java projects. So i think native optimized hash implementations would fit better in commons-crypto. So I would say go for it, keep in mind license clearance and portability.
Gruß Bernd -- https://Bernd.eckenfels.net ________________________________ From: Gary Gregory <[email protected]> Sent: Saturday, February 27, 2021 6:45:12 PM To: Commons Developers List <[email protected]> Subject: Re: [crypto] Interest in adding support for cryptographic hash function? See also https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html Gary On Sat, Feb 27, 2021, 09:58 Gilles Sadowski <[email protected]> wrote: > Hi. > > Le sam. 27 févr. 2021 à 15:51, Alex Remily <[email protected]> a > écrit : > > > > I'm working on a project that makes heavy use of hashing, and I'd like to > > use the OpenSSL implementation. Thoughts on adding support for the SHA-2 > > > http://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Sha2Crypt.html > > > and/or Blake2 family into commons crypto? > > [Codec] seems to be the appropriate component. > > > I'm happy to do the work > > Thanks! > > > if > > there's someone out there willing to review and advise. > > > > Alex > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
