Elliptic Curve Library

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Tammerman

    Elliptic Curve Library

    Hi,

    I need an elliptic curve library that can be used by python. I googled
    but couldn't find a one. I'll appreciate, if you could show me.

    Mike

  • vasudevram

    #2
    Re: Elliptic Curve Library


    Mike Tammerman wrote:
    Hi,
    >
    I need an elliptic curve library that can be used by python. I googled
    but couldn't find a one. I'll appreciate, if you could show me.
    >
    Mike
    What is the library you need supposed to do?

    Vasudev Ram
    Dancing Bison Enterprises


    Comment

    • Mike Tammerman

      #3
      Re: Elliptic Curve Library


      I will try to implement an ID-Based Cryptography. I also need bilinear
      pairing operations.

      Mike

      vasudevram wrote:
      Mike Tammerman wrote:
      Hi,

      I need an elliptic curve library that can be used by python. I googled
      but couldn't find a one. I'll appreciate, if you could show me.

      Mike
      >
      What is the library you need supposed to do?
      >
      Vasudev Ram
      Dancing Bison Enterprises
      www.dancingbison.com

      Comment

      • Jaap Spies

        #4
        Re: Elliptic Curve Library

        Mike Tammerman wrote:
        I need an elliptic curve library that can be used by python. I googled
        but couldn't find a one. I'll appreciate, if you could show me.
        >
        You could look at http://sage.scipy.org/sage/


        Jaap

        Comment

        • vasudevram

          #5
          Re: Elliptic Curve Library


          Jaap Spies wrote:
          Mike Tammerman wrote:
          >
          I need an elliptic curve library that can be used by python. I googled
          but couldn't find a one. I'll appreciate, if you could show me.
          >
          You could look at http://sage.scipy.org/sage/

          >
          Jaap
          Sorry, don't know about those areas. Hope the other reply is of help.

          Vasudev


          Comment

          • Piet van Oostrum

            #6
            Re: Elliptic Curve Library

            >>>>"Mike Tammerman" <mtammerman@gma il.com(MT) wrote:
            >MTHi,
            >MTI need an elliptic curve library that can be used by python. I googled
            >MTbut couldn't find a one. I'll appreciate, if you could show me.
            OpenSSL contains elliptic curve stuff (donated by SUN). M2Crypto is a
            Python interface to SSL.
            --
            Piet van Oostrum <piet@cs.uu.n l>
            URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C 4]
            Private email: piet@vanoostrum .org

            Comment

            Working...