Update orchard_sinsemilla.py

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Taylor Hornby 2021-04-22 14:16:44 -06:00 committed by GitHub
parent 57c2894522
commit a5579bab84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import math
import orchard_iso_pallas
from pyblake2 import blake2b, blake2s
from pyblake2 import blake2b
from orchard_pallas import Fp, p, q, PALLAS_B, Point
from orchard_iso_pallas import PALLAS_ISO_B, PALLAS_ISO_A
from sapling_utils import i2beosp, cldiv, beos2ip, i2leosp, lebs2ip