Friedel Ziegelmayer
Friedel Ziegelmayer
I have an implementation of AES KW as defined here: https://tools.ietf.org/html/rfc339, is that of interest?
- happy to add the algo in general - I want to move this crate to crypto-bigint eventually when it has the algorithms and I figured out a nice dynamic...
> Is there any reason to preserve a dynamic allocation support? I guess some people use this for crazy key sizes in GPG, but not sure if that really ever...
> I suppose the dynamic scheme would keep the runtime key size, but separate it from a type level bound on key size? Probably, haven't really looked into it yet.
I can probably get away with supporting everything up to `15360bits`
yes, agreed this would be great to have. On 31. Jan 2019, 11:09 +0100, crocwolf , wrote: > We could add how to use this crate : > dependency to...
I added a basic example of encryption as a starting point to the readme
@builat is there a specific issue with that, you can see an example of it here: https://github.com/RustCrypto/RSA/blob/master/src/key.rs#L547
My ideal state is to have proper doc comments on the individual methods, which link to the core definitions on wikipedia + other reference material, in addition to have usage...
could you describe what you want to do in more detail, I am afraid I don’t understand what you are looking for.