Skip to content

Commit

Permalink
Use secure random choice function
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 30, 2022
1 parent 5eacd95 commit 87570e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iscc_core/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from os import urandom
from random import choice
from secrets import choice
from typing import List, Union
import base58
import uvarint
Expand Down

0 comments on commit 87570e2

Please sign in to comment.