Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow initializing SigningKey from a raw key #648

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Fix botched merge
jakob committed Aug 11, 2021
commit a4e10694e097409a0a15d42975211f96e82bf075
2 changes: 0 additions & 2 deletions tests/test_signing.py
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@

import pytest

from utils import assert_equal, assert_not_equal, read_crypto_test_vectors

from nacl.bindings import (
crypto_sign_PUBLICKEYBYTES,
crypto_sign_SECRETKEYBYTES,