Skip to content

Commit

Permalink
Remove cryptobox-c which got its own repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
twittner committed Nov 6, 2015
1 parent 6d42fff commit 7c22f15
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 1,844 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,7 +1,6 @@
target
test/target
Cargo.lock
!cryptobox-c/Cargo.lock
*.swp
*.swo
tags
Expand Down
14 changes: 4 additions & 10 deletions .travis.yml
@@ -1,13 +1,7 @@
language: rust
rust: nightly

before_install:
- sudo apt-get update -qq

install:
- sudo apt-get install -y valgrind
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.3/libsodium-1.0.3.tar.gz"
- tar -xzf libsodium-1.0.3.tar.gz
- cd libsodium-1.0.3 && ./configure --prefix=/usr && make && sudo make install && cd ..

script: cd cryptobox-c && make test
before_script:
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.6/libsodium-1.0.6.tar.gz"
- tar -xzvf libsodium-1.0.6.tar.gz
- cd libsodium-1.0.6 && ./configure --prefix=/usr && make && sudo make install
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions README.md
@@ -1,10 +1,10 @@
# Cryptobox [![Build Status](https://travis-ci.org/shared-secret/cryptobox.svg?branch=develop)](https://travis-ci.org/shared-secret/cryptobox)
# Cryptobox

`Cryptobox` provides a high-level API with persistent storage for the
[proteus](https://github.com/shared-secret/proteus) implementation of the
[axolotl](https://github.com/trevp/axolotl/wiki) protocol.
[![Build Status](https://travis-ci.org/shared-secret/cryptobox.svg?branch=develop)][1]

## Modules
Cryptobox provides a high-level API with persistent storage for the
[proteus][2] implementation of the [axolotl][3] protocol.

* [cryptobox](cryptobox): Rust API
* [cryptobox-c](cryptobox-c/README.md): C API
[1]: https://travis-ci.org/shared-secret/cryptobox
[2]: https://github.com/shared-secret/proteus
[3]: https://github.com/trevp/axolotl/wiki
86 changes: 0 additions & 86 deletions cryptobox-c/Cargo.lock

This file was deleted.

22 changes: 0 additions & 22 deletions cryptobox-c/Cargo.toml

This file was deleted.

68 changes: 0 additions & 68 deletions cryptobox-c/Makefile

This file was deleted.

116 changes: 0 additions & 116 deletions cryptobox-c/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions cryptobox-c/deb/DEBIAN/control

This file was deleted.

4 changes: 0 additions & 4 deletions cryptobox-c/deb/DEBIAN/postinst

This file was deleted.

4 changes: 0 additions & 4 deletions cryptobox-c/deb/DEBIAN/prerm

This file was deleted.

0 comments on commit 7c22f15

Please sign in to comment.