Luke Parker

Results 58 issues of Luke Parker

Adds Serai's libraries.

Resolves https://github.com/maciejhirsz/tiny-bip39/issues/27. Not only should anyhow generally not be used in libraries, it adds no value here (it arguably makes error handling from this library worse actually). Bumps version to...

Moves from pbkdf2() to pbkdf2_hmac() as the former now returns a Result, and I didn't want to introduce an unwrap/change the API.

rtnetlink stopped re-exporting the netlink crates, hence the new crates added. They're the subset of what was prior re-exported which remain relevant. The benefit of this is just various incompatible...

It's solely exposed for DBCommon, backing DBWithThreadMode and OptimisticTransactionDB (yet not TransactionDB). The raw FFI call exists in librocksdb-sys, yet there's no safe way to get the pointer for the...

https://docs.rs/hyper-boring/ They haven't since 3.1.0, unfortunately.

This moves from 255 doubles and 255 additions to 259 doubles and 71 additions. If doubling is twice as fast, which is roughly the case as far as I can...