Oleg Yukhnevich

Results 285 comments of Oleg Yukhnevich

Proposed expected behaviour could be found in KEEP: https://github.com/Kotlin/KEEP/blob/kdoc/extension-links/proposals/kdoc/links-to-extensions.md

Not at this moment, please take a look at: https://github.com/Kotlin/dokka/issues/621#issuecomment-1978753299

Hey, @adam-enko, is it possible to finish this PR? (or reopen new one, as there were a lot of changes in the meanwhile) * https://github.com/Kotlin/binary-compatibility-validator/issues/117 - fixed * `keep the...

Hey, ECDSA provides `signatureVerifier`, so yes, API is similar to what RSA PSS has (RSA OAEP is for encryption, not signature verification) Which specific issue do you have, or what...

Hey @dominikkv, could you please describe a use case for AES-ECB just in case?

Thanks @dominikkv! I will add AES-ECB to plans, though, as this algorithm is some kind of "legacy/unsafe", I'm not sure yet, what will be the best way to show this...

Hey, @waltkb, thank you for the interest! That would be really nice! I've created a branch [jose](https://github.com/whyoleg/cryptography-kotlin/tree/jose) (from main), and we could start creating PR's there as a start. What...

Yeah, that't the simplest way here... But there are some usability issues with opt-in: * the declarations are still present in completion * IDEA will allow to opt-in into this...

Hey @babisRoutis ! > The branch that you mentioned (jose) is not present. Yeah, looks like I deleted it while preparing the release. Anyway, it was just the same as...

Hey @aschulz90 ! Thanks for your work and links! This is really useful. BTW, may be you do want to somehow cooperate on JWK support in `cryptography-kotlin` based on the...