tex0l
tex0l
The reason why I stumbled upon this is because I want to build a wrapper to order the Documents that looks like: ```ts import { ref, computed } from 'vue'...
All right, thanks for the swift reply. This is my first project with Vite!
I can indeed set the `SALT_LENGHT` by defining a new `struct`: ```cpp struct PSS_CUSTOM_478 : public SignatureStandard { typedef PSSR_MEM SignatureMessageEncodingMethod; }; ``` Then I can use this struct when...
Thank you for the quick reply @noloader: > (a) some sample code this is extracted from [react-native-cryptopp](https://github.com/JiriHoffmann/react-native-cryptopp/blob/3a4647b6588c7de3bf223182ce11b4c45096c441/cpp/public-key.cpp#L148) with some modifications to simplify it: ```cpp struct PSS_CUSTOM_478 : public SignatureStandard {...
Hi @weidai11 ! Thank you for deep diving into this issue for me :). The end goal for me is to have the same behavior as this `RSA_PSS_SALTLEN_MAX_SIGN` option of...
Hi @noloader, Thank you for digging into this! I'll be honest, I'm not familiar enough with Cryptopp nor with Cpp in general to be able to help you on exactly...
@noloader I wanted to follow up on this, were you able to use the test vectors I produced?
I hadn't seen this related issue here: https://github.com/georgemarshall/django-cryptography/issues/36. However, the proposal of just adding an extra argument to the `encrypt` wrapper, and leave the rest up to the developer seems...
As I understand the code & the docs, the `key` argument of the `encrypt` field wrapper is [then used as the first argument of `FernetBytes`](https://github.com/georgemarshall/django-cryptography/blob/c8215695924ef54d9c08ade723ec5ed03e28adea/django_cryptography/fields.py#L104), which is in turn used...
I was actually hoping @georgemarshall would agree with my suggestion first, and then if he does not have the time to make the modification himself, I would indeed make a...