Friedel Ziegelmayer
Friedel Ziegelmayer
yes to 1, it is empty no encryption, this db was last used before that was a thing
I did not import in the dc sense, I copied over my whole storage, through iOS, as I switched phones
xcode is currently not willing to start debug mode anymore on my iphone -.-
As long as we add some prefix, ensuring it hashes to something differently than the Public Key.
no, this is likely a carry over from the fact thah originally it was not possible to specify a custom exponent. So this should be fixed
hey, much appreciate the interest and would love the help. I‘ll try and get some answers in here tomorrow. In the meantime you can look at the go lang std...
> * Why is the Hash an Option? (Same question for verify). I assume passing None there means the "hashed" value is actually the raw message rather than a hash?...
> * When is it necessary to call this function? What happens if a key is used without being valid? Why do the constructors not ensure validity? As far as...
> * [RSAPrivateKey.precompute](https://docs.rs/rsa/0.1.3/rsa/struct.RSAPrivateKey.html#method.precompute) Again, why not do this in `new()`? When is it necessary to call this function? It already is part of the construction, should just be marked as...
> * What does "blinding" the decryption process mean? When is it useful? (Probably want to put a link to wikipedia or something here, but having some documentation about it...