nemynm

Results 8 comments of nemynm

Hello, I would propose ANSI-X9.63-KDF. I have opened a dedicated issue https://github.com/RustCrypto/KDFs/issues/101.

> Sure, sounds great! > > Re: OIDs for RFC5753, that should be pretty easy to add: https://github.com/RustCrypto/formats/tree/master/const-oid/oiddbgen > > Please open a separate issue and/or PR for that Great...

Hello, I have a branch almost ready (I need to rebase), Quick question before I open the PR: right now the dependency for the key-derivation function points to the RustCrypto...

here it is, I put things into separate modules for the sake of clarity and limit conflicts as I think some other PR are working on the builder-side too.

> @nemynm can you rebase? Sure will do, I'll also mark it as draft untill changes done during initial review by @baloo have been included.

No worries, in the meantime I'll rebase the PR regularly.

@baloo rebased it is. I had a few issues solving the dependency tree: - I had to patch `async-signature` from git to bring it in sync with `signature` - patching...