Boost logo

Boost :

From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-05-01 06:12:58


Gerhard Wesp wrote:

> I have an implementation of Rijndael, the new AES
> (http://csrc.nist.gov/encryption/aes/) and would gladly contribute it to
> boost if there is interest (and the necessary changes aren't too much
> work :-).

I'm not sure whether we want to have a singular implementation into
boost without thinking about the interface issues, e.g. how to
concatenate the execution of two algorithms, and have a general
design for the whole application domain.

Other non-boost libraries seem to already try to address this.

Anyway, we may as well start with one concrete implementation of
an algorithm and expand on that later. We did that with Beman's
min_rand and my random number library as wel.

Oh, btw, the interface should not be std::vector<byte>-based, but
be iterator-based instead.

Jens Maurer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk