8 buildPythonPackage rec {
9 pname = "cryptography-vectors";
10 # The test vectors must have the same version as the cryptography package
11 inherit (cryptography) version;
15 pname = "cryptography_vectors";
17 hash = "sha256-gN4EUsSzT1b1UY6B69dba5BfVyiq7VIdQuQfTryKQ/s=";
27 pythonImportsCheck = [
28 "cryptography_vectors"
32 description = "Test vectors for the cryptography package";
33 homepage = "https://cryptography.io/en/latest/development/test-vectors/";
34 downloadPage = "https://github.com/pyca/cryptography/tree/master/vectors";
35 license = with licenses; [ asl20 bsd3 ];
36 maintainers = with maintainers; [ SuperSandro2000 ];