Thread: Cryptograpgic library

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    2

    Question Cryptograpgic library

    Hi guys and girls,
    I'm building a small Cryptograpgic library in pure c :it makes you do all you need in Galois Fields(multiplication,addition,cyclotomic class,trace...),it contains also some routine to manage :Boolean function,degre,ANF,unnivariate representation,walsh transform,generate random permutation,and balanced function,check benteness...
    My question is:where can i put it?
    PS: if you are working in the same field,and you want a copy(only for educational puposes,please send me a email([email protected]))
    and finally :sorry for my approximate English

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,412
    What exactly do you mean by "where can i put it"? As in, you want to ask what are your options for hosting it? If so, there are many code hosting services available, and exactly which to choose depends on your requirements and personal preference.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Sep 2009
    Posts
    3
    I recommend SourceForge.net: Download and Develop Open Source Software for Free
    You can host your project on there for free.

  4. #4
    Registered User
    Join Date
    Sep 2010
    Posts
    2
    thanks for your help,it will available soon.
    great web site

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sharing a Struct with a Library
    By sjantz0 in forum C Programming
    Replies: 1
    Last Post: 09-13-2010, 07:13 PM
  2. C problem - Create a Personal Library
    By Harliqueen in forum C Programming
    Replies: 33
    Last Post: 04-20-2010, 11:27 PM
  3. how to create an Import Library in Vs2008
    By khumayun in forum C++ Programming
    Replies: 2
    Last Post: 03-19-2010, 10:49 AM
  4. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  5. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM