cryptobox-c
cryptobox-c copied to clipboard
C-FFI to cryptobox
``` $ make test cargo build warning: attribute should be applied to a free function, impl method or static --> src/lib.rs:46:1 | 46 | #[no_mangle] | ^^^^^^^^^^^^ 47 | #[derive(Clone,...
The readme says: “These debian packages are usually attached to every release and can be downloaded via github.” The tarball for 1.1.3 is missing the deb file: ``` cryptobox-c-1.1.3/.gitignore cryptobox-c-1.1.3/.travis.yml...
This pkg does not exist: https://github.com/wireapp/wire-server/tree/develop/tools/makedeb Apparently the `Makefile` needs to be edited to do `dpkg-deb --build` instead, no? Or is there a new location for makedeb?
I'm looking for a simple example: `app.exe --email xx --password yy --conv_id 111 --msg "this is a message to converasion"` The description of cryptography primitives in cbox is only useful...
Please disable _make install_ since it seems to be a dead end. Is this a viable install script for non-Debian distributions? ``` install -d ${pkgdir}/usr/include install -m 644 ./src/cbox.h ${pkgdir}/usr/include/...
Hi, when I compile cryptobox-c with `make` command, I run into such problem: ``` warning: crate-type "cdylib" was not one of lib|rlib|dylib|staticlib failed to parse lock file at: /mnt/Patriot/Others/cryptobox-c-develop/Cargo.lock To...