On Nov 28, Perl Authors Upload Server wrote:
> The following module was proposed for inclusion in the Module List:
>
> modid: Crypt::Elliptic
> DSLIP: cdpOg
> description: Implementation of the Elliptic Curve cipher.
> userid: ALIZTA (Alistair Mills)
> chapterid: 14 (Security_and_Encryption)
> communities:
>
> similar:
>
> rationale:
>
> I have used this method of cryptology in various projects, however,
> I have never managed to find a Perl implementation of Elliptical
> Curve Cryptography (ECC).
>
> I have written some libs which implement some aspects of this
> algorithm and I am at present extending these libs to create a
> complete Crypto ECC module.
There are quite a few elliptic curve algorithms. Which one(s) does
this support? It would be nice to see the algorithm name in the class
name.
- Kurt