Skip to content

Commit

Permalink
Silent initialization of RELIC
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterl committed Mar 17, 2020
1 parent 8ce4652 commit dbf57e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions petrelic/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def __init__(self):
RelicInitializer.initialized = True

def __initialize_relic(self):
print("Initializing RELIC")

if _C.core_init() != RLC_OK:
raise RuntimeError("Could not initialize RELIC core")

Expand Down

0 comments on commit dbf57e8

Please sign in to comment.