Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions rsa/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@

from __future__ import absolute_import

try:
# We'll use psyco if available on 32-bit architectures to speed up code.
# Using psyco (if available) cuts down the execution time on Python 2.5
# at least by half.
import psyco

psyco.full()
except ImportError:
pass

import binascii
from struct import pack
from rsa import common
Expand Down