Re: ANNOUNCE: Nettle-3.5

2019-09-24 Thread Niels Möller
Magnus Holmgren writes: > But surely common structs and functions are more convenient for > library users, Maybe. Incompatible changes are surely highly inconvenient, but I'd expect separate functions to fit well in most applications. There's no urgency in deleting the old functions, but I'd

Re: ANNOUNCE: Nettle-3.5

2019-09-24 Thread Magnus Holmgren
onsdag 26 juni 2019 kl. 08:21:51 CEST skrev Niels Möller: > * Functions using the old struct aes_ctx have been marked as > deprecated. Use the fixed key size interface instead, e.g., > struct aes256_ctx, introduced in Nettle-3.0. But surely common structs and functions are m

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 preferred place to point > downstream use

Re: [PATCH] Curve point decompression

2019-09-24 Thread Niels Möller
Wim Lewis writes: > Now that 3.5.1 is out, is there a chance this could be looked at? I'd like to have a closer look soon. > On Wed, May 29, 2019 at 01:25:08AM -0700, Wim Lewis wrote: >> I've pushed some work-in-progress to a git repository here: >> https://git.lysator.liu.se/wiml/nettle Is