merge branch 'pr-1'
Florian Heese (1): replaced pycrypto with its successor pycryptodome LGTMs: cyphar
This commit is contained in:
commit
c42ef15984
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ Using the above example, let's say we want to only get session keys of the room
|
|||
megolm_backup.py --into > new-riot-keys.txt
|
||||
```
|
||||
|
||||
You need to have PyCrypto installed in order for this script to work.
|
||||
You need to have PyCryptodome installed in order for this script to work.
|
||||
|
||||
[riotweb-issue6454]: https://github.com/vector-im/riot-web/issues/6454
|
||||
[jq]: https://stedolan.github.io/jq/
|
||||
|
|
|
@ -1 +1 @@
|
|||
pycrypto
|
||||
pycryptodome
|
||||
|
|
Loading…
Add table
Reference in a new issue