Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
/ themis.rs Public archive

Rust implementation of Themis cryptographic framework core

License

Notifications You must be signed in to change notification settings

ilammy/themis.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

themis.rs

Rust implementation of Themis cryptographic framework. It's meant to provide C bindings compatible with existing Themis core written in C, as well as native Rust API compatible with existing Rust-Themis wrapper over the C library.

Why?

Because memory management in C is hard and not safe. And because it's fun to rewrite stuff in Rust, obviously.

License

The code is distributed under Apache License 2.0, unless noted otherwise.