pygost/utils.py | 3 --- diff --git a/pygost/utils.py b/pygost/utils.py index 7d930da4b8c2eadf120e25e01cd704e4267cce8faef025d8cda29754a924e533..559122b4f9f005059f3eef10be515bee96f5f1a21296ade8ebfdc94669a3d17d 100644 --- a/pygost/utils.py +++ b/pygost/utils.py @@ -14,9 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from codecs import getdecoder -from codecs import getencoder - def strxor(a: bytes, b: bytes) -> bytes: """XOR of two strings