Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 25 and Version 26 of WikiStart

Show
Ignore:
Author:
reikon (IP: 68.205.169.37)
Timestamp:
05/14/09 21:59:54 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v25 v26  
    5656<h2 style="margin-left: 0 !important">Project status</h2> 
    5757}}} 
    58 The project is currently in beta and I encourage use of the library to aid in weeding out bugs, making the API more user friendly, and discovering which additional features are needed.  
     58The project is currently at version 0.1 and I encourage use of the library to aid in weeding out bugs, making the API more user friendly, and discovering which additional features are needed.  
    5959{{{ 
    6060#!html 
    6161<h3 style="margin-left: 0 !important">News</h3> 
    6262}}} 
    63 ||'''2009-02-14''' by '''reikon''' 
     63||'''2009-05-14''' by '''Thom''' 
     64||Several bug fixes as well as successful compilation with D2 were attained with the help of Glenn Haecker. Thanks mate!|| 
     65||'''2009-02-14''' by '''Thom''' 
    6466||I split dcrypt.misc.Util up into [wiki:dcrypt.misc.Bitwise dcrypt.misc.Bitwise] and [wiki:dcrypt.misc.ByteConverter dcrypt.misc.ByteConverter], then proceeded to make all relevant changes in dependent files. Minor change, but important for any of you who may use Util in your own code.|| 
    65 ||'''2008-11-19''' by '''reikon''' 
     67||'''2008-11-19''' by '''Thom''' 
    6668||My apologies for the gap between updates. I submitted a few bug fixes, added a base PRNG class, PBKDF2, a class which creates a PRNG given a hash function (PRNGFromHash), a base Checksum class (in dcrypt.misc) and both CRC32 as well as Adler32 (by request) and some supporting (error) classes. I'm proud to announce that I've decided to tag the latest update as 0.1 beta.|| 
    67 ||'''2008-09-13''' by '''reikon''' 
     69||'''2008-09-13''' by '''Thom''' 
    6870||Fixed two errors with ManagedBlockCipher. If you're using the library in its previous state, you should update! I might also add a makefile for use with gdc. I just need to find the time.|| 
    69 ||'''2008-08-30''' by '''reikon''' 
     71||'''2008-08-30''' by '''Thom''' 
    7072||Changed how ciphers work (again), and added ManagedBlockCipher. Check [wiki:Examples examples] for its use. Hash functions now return themselves, so you can chain call. After some feedback and the squashing of any bugs, I'd say we're pretty close to beta.|| 
    71 ||'''2008-08-21''' by '''reikon''' 
     73||'''2008-08-21''' by '''Thom''' 
    7274||Got a rough draft of the high-level API in the repo. It's not too late to make changes to ''anything'' at this point, so ''please'' if you have any suggestions, [wiki:Contact tell me].|| 
    73 ||'''2008-08-17''' by '''reikon''' 
     75||'''2008-08-17''' by '''Thom''' 
    7476||I added an implementation of AES with test vectors. Classes start soon for me, so development may slowed but it will continue.|| 
    7577