mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
fix url
This commit is contained in:
parent
d964be6340
commit
bf16cf4c03
@ -37,7 +37,7 @@ def create_signing_keypair(key_size):
|
|||||||
#
|
#
|
||||||
# Another popular choice is 65537. See:
|
# Another popular choice is 65537. See:
|
||||||
# https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key
|
# https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key
|
||||||
# https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.htmlhttps://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html
|
# https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html
|
||||||
priv_key = rsa.generate_private_key(
|
priv_key = rsa.generate_private_key(
|
||||||
public_exponent=17,
|
public_exponent=17,
|
||||||
key_size=key_size,
|
key_size=key_size,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user