mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-23 13:38:24 +00:00
b651ebc3c4
On Mac OS M1 (ARM processor), when the GMP library is available, pycryptodome crashes with a segmentation fault during the generation of the RSA keys. Upstream issue: https://github.com/Legrandin/pycryptodome/issues/506 Upstream fix: https://github.com/Legrandin/pycryptodome/pull/541 Close #473.