Rust bindings

2019-07-16 Thread Justus Winter
Hello :) I just wanted to say hi, and announce the availability of bindings for the Rust programming language. As it is idiomatic for bindings to foreign code, there are two packages. First, there is the almost completely autogenerated crate (crate is Rust-lingo for library) 'nettle-sys', which

Re: Rust bindings

2019-07-17 Thread Niels Möller
think it would be useful with some level of pgp-support in the Nettle library? Regarding the Rust bindings, what's the best place to point other Rust users? https://crates.io/crates/nettle, or https://sequoia-pgp.gitlab.io/nettle-rs/nettle/, or somewhere else? Regards, /Niels -- Niels Mölle

Re: Rust bindings

2019-07-17 Thread Justus Winter
I can think of would be signature verification, and even that requires the ability to correctly canonicalize TPKs, which is somewhat involved. Encryption and safe decryption requires streaming, consumption of arbitrary OpenPGP messages requires decompression support, it just goes on and on... > Regardin

Re: Rust bindings

2019-09-24 Thread Justus Winter
Justus Winter writes: >> Regarding the Rust bindings, what's the best place to point other Rust >> users? https://crates.io/crates/nettle, or >> https://sequoia-pgp.gitlab.io/nettle-rs/nettle/, or somewhere else? > > https://crates.io/crates/nettle is the preferre

Re: Rust bindings

2019-09-26 Thread Niels Möller
Justus Winter writes: > Do we need to do anything else to be listed on > https://www.lysator.liu.se/~nisse/nettle/ ? If you want to make it really easy for me, please send a patch, the file on the web should be a straight copy of https://git.lysator.liu.se/nettle/nettle/blob/master/index.html R

[PATCH 2/2] Link to Rust bindings.

2019-10-02 Thread justus
Scheme bindings by Marco Maggi, supporting multiple R6RS implementations. + Rust + Rust bindings by Kai Michaelis. TCL Included in the chiark-tcl debian package by Ian Jackson (not sure if/how it's distributed outside of debian).

Dead links to bindings (was: Rust bindings)

2019-10-02 Thread Justus Winter
ni...@lysator.liu.se (Niels Möller) writes: > Justus Winter writes: > >> Do we need to do anything else to be listed on >> https://www.lysator.liu.se/~nisse/nettle/ ? > > If you want to make it really easy for me, please send a patch, the file > on the web should be a straight copy of > https://g