← Back to team overview

dolfin team mailing list archive

Re: Dependence on OpenSSL

 

On Tue, Oct 06, 2009 at 09:26:22PM +0200, Johan Hake wrote:
> On Tuesday 06 October 2009 21:18:56 Anders Logg wrote:
> > I'm contemplating adding a dependency to OpenSSL for computing hashes
> > of things like element signatures.
>
> Is it not possible to compare the two finite_element.signatures()?
>
> Johan

I want something faster. The signatures can be very long and this
needs to be extremely fast.

So I'm thinking about adding a hash() function to FiniteElement which
returns a precomputed hash from the signature() string.

--
Anders

Attachment: signature.asc
Description: Digital signature


References