From 231aedb8ad4a66344f94b445c9d8ee958269b01f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 3 May 2017 19:05:23 +0200 Subject: Add HMAC --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d83d58..0ff2dcd 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ Tanya consists of the following packages: * `async`: Event loop (epoll, kqueue and IOCP). * `container`: Queue, Vector, Singly linked list, buffers. +* `crypto`: HMAC. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocator, reference counting, helper functions). -* `network`: URL-Parsing, sockets. +* `network`: URL-Parsing, sockets, utilities. ### Supported compilers @@ -43,15 +44,12 @@ stable. Following modules are coming soon: -| Feature | Build status | -|--------------|:-----------------------------------------------------------------------------------------------------------------------:| -| UTF-8 string | [![utf8string](https://travis-ci.org/caraus-ecms/tanya.svg?branch=utf8string)](https://travis-ci.org/caraus-ecms/tanya) | -| BitVector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) | -| Hash table | N/A | - -`math` package contains an arbitrary precision integer implementation that -needs more test cases, better performance and some additional features -(constructing from a string and an ubyte array, and converting it back). +| Feature | Branch | Build status | +|--------------|:----------:|:-----------------------------------------------------------------------------------------------------------------------:| +| UTF-8 string | utf8string | [![utf8string](https://travis-ci.org/caraus-ecms/tanya.svg?branch=utf8string)](https://travis-ci.org/caraus-ecms/tanya) | +| BitVector | bitvector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) | +| TLS | crypto | [![crypto](https://travis-ci.org/caraus-ecms/tanya.svg?branch=crypto)](https://travis-ci.org/caraus-ecms/tanya) | +| Hash table | N/A | N/A | ### Further characteristics @@ -62,6 +60,10 @@ is being tested on Windows and FreeBSD as well. * The library isn't thread-safe. Thread-safity should be added later. +## Release management + +4-week release cycle. + ## Contributing Since I'm mostly busy writing new code and implementing new features I would -- cgit v1.2.3