add seb-m/common.rsx

pull/4/head
kud1ing 10 years ago
parent 8020658190
commit 0c7a4ee708

@ -59,6 +59,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — cryptographic algorithms in Rust [<img src="https://travis-ci.org/DaGenix/rust-crypto.png?branch=master">](https://travis-ci.org/DaGenix/rust-crypto)
* [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings
* [klutzy/suruga](https://github.com/klutzy/suruga) — Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246)
* [seb-m/common.rs](https://github.com/klutzy/suruga) — Common Rust crypto utilities
* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — OpenSSL bindings [<img src="https://travis-ci.org/sfackler/rust-openssl.png?branch=master">](https://travis-ci.org/sfackler/rust-openssl)
### Database

@ -6,6 +6,10 @@ def md_link(name, url):
DATA = \
{
"seb-m/common.rs": {
"url": 'https://github.com/klutzy/suruga',
"descr": 'Common Rust crypto utilities'
},
"klutzy/suruga": {
"url": 'https://github.com/klutzy/suruga',
"descr": 'Rust implementation of ' + md_link('TLS 1.2', 'http://tools.ietf.org/html/rfc5246')
@ -452,6 +456,7 @@ add( '\n### Cryptography\n', rows_stable, rows_unstable )
entry( '* ', 'DaGenix/rust-crypto', rows_stable, rows_unstable )
entry( '* ', 'dnaq/sodiumoxide', rows_stable, rows_unstable )
entry( '* ', 'klutzy/suruga', rows_stable, rows_unstable )
entry( '* ', 'seb-m/common.rs', rows_stable, rows_unstable )
entry( '* ', 'sfackler/rust-openssl', rows_stable, rows_unstable )
add( '\n### Database\n', rows_stable, rows_unstable )

Loading…
Cancel
Save