sphincs / pyspx

Python bindings for SPHINCS+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proposal to update README.md

illucent opened this issue · comments

NameError: name 'seed' is not defined
NameError: name 'sphincs' is not defined

import pyspx.shake256_128f as sphincs
import os, binascii

# Key generation: private + public key
seed = os.urandom(sphincs.crypto_sign_SEEDBYTES)

as in here

commented

Don't know what you are trying to tell me.