2025-03-17 10:27.33: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/261/head (086709753460dedd2bf411e08107e361ef7caf7f) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-crypto.git" && cd "mirage-crypto" && git fetch origin "refs/pull/261/head" && git reset --hard 08670975 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098 # debian-12-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./ RUN opam pin add -yn mirage-crypto.dev './' && \ opam pin add -yn mirage-crypto-rng.dev './' && \ opam pin add -yn mirage-crypto-rng-mirage.dev './' && \ opam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ opam pin add -yn mirage-crypto-pk.dev './' && \ opam pin add -yn mirage-crypto-ec.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.3 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cstruct.3.0.0 digestif.1.2.0 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0~beta1 mirage-sleep.4.0.0 mirage-unix.5.0.0 mmap.1.1.0 mtime.2.0.0 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 yojson.1.6.0 zarith.1.13" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-03-17 10:27.33: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098-debian-12-4.14_opam-2.3-439e4f89e05d62943ba5c3d81d441a46" 2025-03-17 10:27.33: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098) (comment debian-12-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-crypto.dev './' && \ \nopam pin add -yn mirage-crypto-rng.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.3 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cstruct.3.0.0 digestif.1.2.0 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0~beta1 mirage-sleep.4.0.0 mirage-unix.5.0.0 mmap.1.1.0 mtime.2.0.0 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 yojson.1.6.0 zarith.1.13") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build")) ) 2025-03-17 10:27.33: Waiting for resource in pool OCluster 2025-03-17 17:32.21: Waiting for worker… 2025-03-17 17:35.31: Got resource from pool OCluster Building on x86-bm-c6.sw.ocaml.org All commits already cached HEAD is now at 0867097 Define fill_bytes for MSVC (from ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098' locally docker.io/ocaml/opam@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098: Pulling from ocaml/opam abf49717bc35: Pulling fs layer abf49717bc35: Verifying Checksum abf49717bc35: Download complete abf49717bc35: Pull complete Digest: sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098 Status: Downloaded newer image for ocaml/opam@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098 2025-03-17 17:35.31 ---> using "fd8c1dcac8c3a6cd3ee8edd679de5f3384de62d6f587d449e00238111470ab75" from cache /: (comment debian-12-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-17 17:35.31 ---> using "de47a80829174b96ecc55e5aa5c48b21162bcdcc9d09651e27d103ea9cfd06c8" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-17 17:35.31 ---> using "666b9634e6fcf4c22cc0fae2fecb2f79b9404975453b221efa9a2ed7f04a10d6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-03-17 17:35.31 ---> using "3c364749e3d90cc79494b6fe167f04d46c3f9c16044620efc072b1c4dc563758" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-17 17:35.31 ---> using "06370703ea7514d3b2a452b602d6b963cc28a7a73faf50c2c02db393c46869a1" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 94514fa0d0..4f8517f5b7 master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-03-17 17:35.31 ---> using "96e575b2877f1e46c715d9fbdf8d08097146cf70fb1cba90acf5ec4dfad05194" from cache /src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) 2025-03-17 17:35.31 ---> using "d91bf4ffae579478c319c14efd47ae34dac7f74014026b060e8a5eec39b305ca" from cache /src: (run (network host) (shell "opam pin add -yn mirage-crypto.dev './' && \ \nopam pin add -yn mirage-crypto-rng.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) [mirage-crypto.dev] synchronised (file:///src) mirage-crypto is now pinned to file:///src (version dev) [mirage-crypto-rng.dev] synchronised (file:///src) mirage-crypto-rng is now pinned to file:///src (version dev) [mirage-crypto-rng-mirage.dev] synchronised (file:///src) mirage-crypto-rng-mirage is now pinned to file:///src (version dev) [mirage-crypto-rng-miou-unix.dev] synchronised (file:///src) mirage-crypto-rng-miou-unix is now pinned to file:///src (version dev) [mirage-crypto-pk.dev] synchronised (file:///src) mirage-crypto-pk is now pinned to file:///src (version dev) [mirage-crypto-ec.dev] synchronised (file:///src) mirage-crypto-ec is now pinned to file:///src (version dev) 2025-03-17 17:35.31 ---> using "a5761b26ae2ce84aa5d5ee8a6aeba89a10e2981d9abef8b3df57bd3b4a3f1b00" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-17 17:35.31 ---> using "7810eb77d87435f8c394d46627db276c04d4a5abe5ea5f3cde777c14f6ba9752" from cache /src: (env DEPS "alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.3 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cstruct.3.0.0 digestif.1.2.0 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0~beta1 mirage-sleep.4.0.0 mirage-unix.5.0.0 mmap.1.1.0 mtime.2.0.0 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 yojson.1.6.0 zarith.1.13") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [247 kB] - Fetched 9293 kB in 1s (6545 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-crypto.dev] synchronised (file:///src) [mirage-crypto-ec.dev] synchronised (file:///src) [mirage-crypto-pk.dev] synchronised (file:///src) [mirage-crypto-rng.dev] synchronised (file:///src) [mirage-crypto-rng-mirage.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18745 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... 2025-03-17 17:35.38 ---> saved as "41405ce0e4349fb89dd93df8cf32a872e5814714f9217f6fd7155e8f751e02ac" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 60 packages - install alcotest 1.0.0 - install asn1-combinators 0.3.1 - install astring 0.8.5 - install base v0.14.2 - install base-bytes base - install bigarray-compat 1.0.0 - install biniou 1.2.0 - install cmdliner 1.0.3 - install conf-gmp 1 - install conf-gmp-powm-sec 1 - install conf-pkg-config 1.0 - install conf-which 1 - install cppo 1.6.1 - install cstruct 3.0.0 - install digestif 1.2.0 - install domain-name 0.3.0 - install dune 2.8.5 - install dune-configurator 2.3.0 - install dune-private-libs 2.3.0 - install duration 0.1.0 - install easy-format 1.0.1 - install eqaf 0.8 - install fmt 0.8.7 - install functoria-runtime 4.0.0~beta1 - install io-page 2.4.0 - install ipaddr 5.0.0 - install jbuilder 1.0+beta20.1 (deprecated) - install logs 0.6.3 - install lwt 5.4.0 - install macaddr 5.0.0 - install mirage-mtime 5.0.0 - install mirage-runtime 4.0.0~beta1 - install mirage-sleep 4.0.0 - install mirage-unix 5.0.0 - install mmap 1.1.0 - install mtime 2.0.0 - install num 1.0 - install ocaml-compiler-libs v0.11.0 - install ocamlbuild 0.14.0 - install ocamlfind 1.9.1 - install ocplib-endian 1.0 - install ohex 0.2.0 - install ounit2 2.2.0 - install parsexp v0.14.1 - install ppx_derivers 1.0 - install ppx_deriving 5.2 - install ppx_deriving_yojson 3.6.1 - install ppxlib 0.24.0 - install ptime 0.8.6 - install randomconv 0.2.0 - install re 1.7.2 - install result 1.5 - install seq 0.3 - install sexplib v0.14.0 - install sexplib0 v0.14.0 - install stdlib-shims 0.1.0 - install topkg 1.0.3 - install uuidm 0.9.6 - install yojson 1.6.0 - install zarith 1.13 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved asn1-combinators.0.3.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved biniou.1.2.0 (cached) -> retrieved base.v0.14.2 (cached) -> retrieved conf-gmp.1 (cached) -> retrieved conf-gmp-powm-sec.1 (cached) -> retrieved alcotest.1.0.0 (cached) -> retrieved cmdliner.1.0.3 (cached) -> retrieved cppo.1.6.1 (cached) -> installed conf-gmp.1 -> installed conf-pkg-config.1.0 -> installed conf-which.1 -> retrieved cstruct.3.0.0 (cached) -> retrieved domain-name.0.3.0 (cached) -> installed conf-gmp-powm-sec.1 -> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0 (cached) -> retrieved digestif.1.2.0 (cached) -> retrieved dune.2.8.5 (cached) -> retrieved duration.0.1.0 (cached) -> retrieved easy-format.1.0.1 (cached) -> retrieved eqaf.0.8 (cached) -> retrieved fmt.0.8.7 (cached) -> retrieved io-page.2.4.0 (cached) -> retrieved ipaddr.5.0.0, macaddr.5.0.0 (cached) -> installed cmdliner.1.0.3 -> retrieved functoria-runtime.4.0.0~beta1, mirage-runtime.4.0.0~beta1 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved logs.0.6.3 (cached) -> retrieved lwt.5.4.0 (cached) -> retrieved mirage-mtime.5.0.0 (cached) -> retrieved mirage-sleep.4.0.0 (cached) -> retrieved mirage-unix.5.0.0 (cached) -> retrieved mmap.1.1.0 (cached) -> retrieved mtime.2.0.0 (cached) -> retrieved num.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.9.1 (cached) -> retrieved ocplib-endian.1.0 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved ounit2.2.2.0 (cached) -> retrieved parsexp.v0.14.1 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ppx_deriving.5.2 (cached) -> retrieved ppx_deriving_yojson.3.6.1 (cached) -> retrieved ptime.0.8.6 (cached) -> retrieved randomconv.0.2.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.0.3 (cached) -> retrieved re.1.7.2 (cached) -> retrieved sexplib0.v0.14.0 (cached) -> retrieved sexplib.v0.14.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved uuidm.0.9.6 (cached) -> retrieved yojson.1.6.0 (cached) -> retrieved ppxlib.0.24.0 (cached) -> retrieved topkg.1.0.3 (cached) -> retrieved zarith.1.13 (cached) -> installed ocamlfind.1.9.1 -> installed base-bytes.base -> installed easy-format.1.0.1 -> installed num.1.0 -> installed ocamlbuild.0.14.0 -> installed zarith.1.13 -> installed jbuilder.1.0+beta20.1 -> installed ppx_derivers.1.0 -> installed biniou.1.2.0 -> installed cppo.1.6.1 -> installed re.1.7.2 -> installed ocaml-compiler-libs.v0.11.0 -> installed dune.2.8.5 -> installed bigarray-compat.1.0.0 -> installed randomconv.0.2.0 -> installed ohex.0.2.0 -> installed mmap.1.1.0 -> installed result.1.5 -> installed macaddr.5.0.0 -> installed topkg.1.0.3 -> installed seq.0.3 -> installed stdlib-shims.0.1.0 -> installed sexplib0.v0.14.0 -> installed duration.0.1.0 -> installed uuidm.0.9.6 -> installed ounit2.2.2.0 -> installed mtime.2.0.0 -> installed fmt.0.8.7 -> installed yojson.1.6.0 -> installed ptime.0.8.6 -> installed mirage-mtime.5.0.0 -> installed functoria-runtime.4.0.0~beta1 -> installed astring.0.8.5 -> installed domain-name.0.3.0 -> installed asn1-combinators.0.3.1 -> installed alcotest.1.0.0 -> installed ipaddr.5.0.0 -> installed dune-private-libs.2.3.0 -> installed ocplib-endian.1.0 -> installed dune-configurator.2.3.0 -> installed lwt.5.4.0 -> installed mirage-sleep.4.0.0 -> installed logs.0.6.3 -> installed mirage-runtime.4.0.0~beta1 -> installed ppxlib.0.24.0 -> installed base.v0.14.2 -> installed parsexp.v0.14.1 -> installed sexplib.v0.14.0 -> installed ppx_deriving.5.2 -> installed cstruct.3.0.0 -> installed io-page.2.4.0 -> installed eqaf.0.8 -> installed mirage-unix.5.0.0 -> installed digestif.1.2.0 -> installed ppx_deriving_yojson.3.6.1 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-03-17 17:36.49 ---> saved as "0d773f3a24ddc4de236faa6e02883b5b88e47ccaa42a566b34752451205c7b90" /src: (copy (src .) (dst /src)) 2025-03-17 17:36.49 ---> saved as "08a6451db1043bd5964385c0bc6b740a9565ac2e97447dfd4c24041b13468ece" /src: (run (shell "opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build")) File "/home/opam/.opam/4.14/lib/biniou/biniou.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/cstruct/cstruct.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. test_entropy alias tests/runtest test entropy OK test_random_runner alias tests/runtest ......... Ran: 9 tests in: 0.14 seconds. OK test_symmetric_runner alias tests/runtest accel: XOR AES GHASH ................................................................ Ran: 64 tests in: 0.16 seconds. OK test_entropy_collection alias tests/runtest reseeding: 000000 0008 55fe 5f43 91b2 ec4f 0008 2c4d 5297 ..U._C...O..,MR. 000010 1e48 2d99 0008 b8a5 2724 a425 b27d 0008 .H-.....'$.%.}.. 000020 9967 58ea 306e 78ec 0008 2f4d d453 aa56 .gX.0nx.../M.S.V 000030 1c78 0008 e733 02f8 e931 9a59 0008 1f7a .x...3...1.Y...z 000040 deaa 4a32 c38f 0008 a668 6262 aa93 79a1 ..J2.....hbb..y. 000050 0008 7df5 5f84 2f1e 2b38 0008 85d4 7514 ..}._./.+8....u. 000060 c1a4 2515 0008 8807 e34b 9373 9fa0 0008 ..%......K.s.... 000070 2c15 a8c1 f80a 8a84 0008 2e71 6a62 1f09 ,..........qjb.. 000080 a8f0 0008 0cd2 9012 fd3a 68bb 0008 0639 .........:h....9 000090 2da5 6c74 b83f 0008 78af 5c2e 2ae1 e873 -.lt.?..x.\.*..s 0000a0 0008 7435 c194 643e 6641 0008 e694 da96 ..t5..d>fA...... 0000b0 1253 a569 0008 f097 5332 9ceb 3142 0008 .S.i....S2..1B.. 0000c0 79d1 4009 1208 1afa 0008 b3a1 481f fbdc y.@.........H... 0000d0 3ae0 0008 0427 c3ee 1bed 4c64 0008 8752 :....'....Ld...R 0000e0 e04c 79a8 2bd4 0008 2d27 b9ea 5f70 8772 .Ly.+...-'.._p.r 0000f0 0008 dada 360d 2252 d581 0008 398c dfb7 ....6."R....9... 000100 e8c4 6ac8 0008 1166 a31e 1eeb 580c 0008 ..j....f....X... 000110 94b4 95eb 9d22 c7cd 0008 e446 128b fb50 .....".....F...P 000120 5a6a 0008 2ceb 8c0c a52a 5ac5 0008 0b19 Zj..,....*Z..... 000130 9724 e801 9e27 0008 f525 9339 dd5b 49e9 .$...'...%.9.[I. 000140 0008 9b93 0eba 800a 218d 0008 8366 463e ........!....fF> 000150 294d 2b79 0008 fe4c 9882 7c33 273e 0008 )M+y...L..|3'>.. 000160 8097 70a1 d5c4 87aa 0008 1d23 94a4 f975 ..p........#...u 000170 df9f 0008 e6b5 1853 3b46 9f21 0008 e480 .......S;F.!.... 000180 ec58 e791 a322 0008 eb24 5f3e 4e00 ca6d .X..."...$_>N..m 000190 0008 a925 9338 3678 b438 0008 e251 80e3 ...%.86x.8...Q.. 0001a0 2caa 352d 0008 818a 6897 5ffe c4c9 0008 ,.5-....h._..... 0001b0 6d99 39c9 5588 6bed 0008 95b4 6e92 bc90 m.9.U.k.....n... 0001c0 07e8 0008 4e35 3c6d ca7d f2cb 0008 1ad0 ....N5<m.}...... 0001d0 67bc 5b1e 59f4 0008 e276 bbd3 b6f9 3626 g.[.Y....v....6& 0001e0 0008 64b1 f125 ecf4 a57b 0008 1cdd 495d ..d..%...{....I] 0001f0 a6eb 6208 0008 ea9e 3a6c 66c6 6de0 0008 ..b.....:lf.m... 000200 2e99 a9b1 e531 edfd 0008 a034 703f f672 .....1.....4p?.r 000210 593f 0008 3c69 ed55 987f 1bf4 0008 447d Y?..<i.U......D} 000220 bcd8 b8d8 06d4 0008 1e9c e398 1677 9b63 .............w.c 000230 0008 57aa 0066 a75e 4d5f 0008 ff24 eed0 ..W..f.^M_...$.. 000240 ecf6 479d 0008 7219 e01b 41d9 aee4 0008 ..G...r...A..... 000250 bc66 1572 a9f8 0e34 0008 9a1c 1ecf a23f .f.r...4.......? 000260 1347 0008 4db4 5b0e 409a 5c22 0008 3d91 .G..M.[.@.\"..=. 000270 0230 efcb 7d6d 0008 fe46 9841 8457 b0eb .0..}m...F.A.W.. 000280 0008 df3c 538a 302a 49c1 0008 12d0 8b24 ...<S.0*I......$ 000290 cc31 4d20 0008 c781 1882 e925 ecbc 0008 .1M .......%.... 0002a0 2363 d46e b438 6c55 0008 9092 158b 165f #c.n.8lU......._ 0002b0 69b1 0008 32fe 5a4c 7c5a c288 0008 7d44 i...2.ZL|Z....}D 0002c0 26e2 59ed 4c71 0008 b54f cf69 b5d3 ef19 &.Y.Lq...O.i.... 0002d0 0008 14a6 8042 943c 7f47 0008 8b9a 381f .....B.<.G....8. 0002e0 22c3 d8d4 0008 55ed e761 3a55 ae9a 0008 ".....U..a:U.... 0002f0 c06d 2d18 6c66 14f0 0008 2f40 0008 b6f1 .m-.lf..../@.... 000300 b4cc 0008 a696 ec03 2133 3f0f 0008 aab4 ........!3?..... 000310 57af 8cae 89e1 0008 9850 13ce de0f 9ea8 W........P...... 000320 0008 3242 6877 12fb 938f 0008 cd69 4cf5 ..2Bhw.......iL. 000330 998d 4b5e 0008 341f cd8f aa9c 4c34 0008 ..K^..4.....L4.. 000340 b770 cadc ff1f e74f 0008 ee73 5708 e673 .p.....O...sW..s 000350 a0ea 0008 aa2c fc20 e8bd 3560 0008 9476 .....,. ..5`...v 000360 6508 9af1 b644 0008 c2ad 4d12 7ca2 592c e....D....M.|.Y, 000370 0008 dcbb 4a95 bb48 028f 0008 f013 02b3 ....J..H........ 000380 250f 685c 0008 edd4 94f5 e7da 966b 0008 %.h\.........k.. 000390 94d9 4312 62e4 5e00 0008 c29e 4608 d256 ..C.b.^.....F..V 0003a0 0418 0008 d134 c7f1 b570 b0e3 0008 eb5c .....4...p.....\ 0003b0 7fa8 1249 16b9 0008 a44c dfed 4346 85f3 ...I.....L..CF.. 0003c0 0008 2a4b 3880 c449 62dc 0008 abd4 444a ..*K8..Ib.....DJ 0003d0 7be8 a0bb 0008 37cc b5e0 bc96 2fed 0008 {.....7...../... 0003e0 d767 d32a 3bb9 1107 0008 c60d 2f73 4d0b .g.*;......./sM. 0003f0 7dd3 0008 6459 920e ef63 5938 0008 4fe3 }...dY...cY8..O. 000400 79f2 d2ea 312b 0008 8f15 fbfc f093 f393 y...1+.......... 000410 0008 3da9 bb39 bef3 3dbf 0008 573c 8e3d ..=..9..=...W<.= 000420 bae1 c9fd 0008 7def 28d4 b761 3740 0008 ......}.(..a7@.. 000430 12b7 e03e 533a 0e84 0008 0d50 0cd2 3ac3 ...>S:.....P..:. 000440 f153 0008 4960 a5f3 3297 58eb 0008 3fab .S..I`..2.X...?. 000450 5e75 d6f5 553f 0008 8132 de5f b1dc 8591 ^u..U?...2._.... 000460 0008 ef68 b618 63f4 74ec 0008 55bd 1fa5 ...h..c.t...U... 000470 d176 b3f0 0008 7d70 7569 ea80 334a 0008 .v....}pui..3J.. 000480 b5a2 9c8a 80e7 d018 0008 8309 5ae4 306f ............Z.0o 000490 d9a6 0008 beb3 27f5 4c84 36c0 0008 8198 ......'.L.6..... 0004a0 3671 48bc c16a 0008 3671 2486 09ec 3add 6qH..j..6q$...:. 0004b0 0008 67d9 d9d3 218f a5bd 0008 9638 ad4d ..g...!......8.M 0004c0 e8c0 5101 0008 6e87 5136 21f5 c8d8 0008 ..Q...n.Q6!..... 0004d0 31a2 a9b5 1754 9fc3 0008 b435 9539 7e0d 1....T.....5.9~. 0004e0 decf 0008 87a3 7de7 e242 0769 0008 6ebb ......}..B.i..n. 0004f0 0d90 c476 dc22 0008 d473 a6bc 7c29 5f1a ...v."...s..|)_. 000500 0008 382c f386 25e5 626f 0008 168d 7bdf ..8,..%.bo....{. 000510 ad95 0078 0008 12a3 4b27 e33c 1069 0008 ...x....K'.<.i.. 000520 c133 e2e8 74a2 e86b 0008 92b7 1afe f94a .3..t..k.......J 000530 4424 0008 8f02 48e0 ed56 b3ba 0008 7e10 D$....H..V....~. 000540 eefa b846 528d 0008 08ac 6dbf 0418 5c0e ...FR.....m...\. 000550 0008 5c04 cd15 23b1 387d 0008 6c82 974d ..\...#.8}..l..M 000560 e119 bcd7 0008 b8a3 5274 e461 7bd5 0008 ........Rt.a{... 000570 7e0f 96da 5fce a519 0008 6fd5 f21c 99b2 ~..._.....o..... 000580 115f 0008 2487 e5d4 b34a 9fbe 0008 c817 ._..$....J...... 000590 a513 366d 31cf 0008 6aaf c089 cfbe 699e ..6m1...j.....i. 0005a0 0008 d9f0 adca c158 7388 0008 3387 23a7 .......Xs...3.#. 0005b0 a95c 1bcb 0008 3b9c 63c6 c348 a503 0008 .\....;.c..H.... 0005c0 fabb 812f 754d 05db 0008 847b 722b 6c77 .../uM.....{r+lw 0005d0 2cda 0008 1194 1560 2e37 c4fb 0008 5a54 ,......`.7....ZT 0005e0 148d ad35 e896 0008 e856 68d9 2983 34cc ...5.....Vh.).4. 0005f0 0008 0c4b 604b bcd5 e768 0008 5dff c212 ...K`K...h..]... 000600 5d38 8895 0008 ecd9 6a9d d477 adc1 0008 ]8......j..w.... 000610 2c90 d51c e2a0 1228 0008 f01d d19a eb19 ,......(........ 000620 a180 0008 7f51 c1c0 c530 a0e5 0008 29e3 .....Q...0....). 000630 dd55 cb06 35c4 0008 9216 9f4a 4f0a 9a53 .U..5......JO..S 000640 0008 8f45 14b7 0392 32c9 0008 21f6 6b9b ...E....2...!.k. 000650 eab9 d81b 0008 5eba 3526 9cfc 52d1 0008 ......^.5&..R... 000660 7d0b 93c2 982a a9d7 0008 ad78 ca5d 6104 }....*.....x.]a. 000670 15cc 0008 27b3 bf23 6b4f 69d2 0008 1a0c ....'..#kOi..... 000680 359a 269a 4462 0008 14f0 698f 7a49 b217 5.&.Db....i.zI.. 000690 0008 513f acde 1c2b 1d8a 0008 1ba3 5c43 ..Q?...+......\C 0006a0 0df2 4bae 0008 7682 26e8 b6d2 0b78 0008 ..K...v.&....x.. 0006b0 6c0e ba3f a709 540a 0008 e05d b103 3c57 l..?..T....]..<W 0006c0 35f1 0008 2050 129c 05b4 7c11 0008 a996 5... P....|..... 0006d0 a134 c71c 7a4f 0008 8ad1 72dc 434d d133 .4..zO....r.CM.3 0006e0 0008 60fb 4815 771a af72 0008 254f be0f ..`.H.w..r..%O.. 0006f0 9f87 87aa 0008 7df8 d626 c7c4 0b1c 0008 ......}..&...... 000700 d598 7ebc ffb5 27d1 0008 b060 f4de c257 ..~...'....`...W 000710 aeae 0008 fb47 5094 d010 f4fe 0008 6f28 .....GP.......o( 000720 66e5 b403 b548 0008 45b5 327a 9e58 40b9 f....H..E.2z.X@. 000730 0008 9194 8863 761c 77fc 0008 a7a8 5187 .....cv.w.....Q. 000740 95a0 21e3 0008 1758 5491 e026 fb4d 0008 ..!....XT..&.M.. 000750 1e5a 75a9 7bc7 6fc0 0008 034e 8f94 8bb1 .Zu.{.o....N.... 000760 d34e 0008 996d e458 2137 9354 0008 388b .N...m.X!7.T..8. 000770 cf12 9b33 722e 0008 419a cf00 fbae 5dd1 ...3r...A.....]. 000780 0008 9da3 5f5b 1afd a1ce 0008 ad93 e94b ...._[.........K 000790 c5c0 480e 0008 3d85 58de 5732 0d61 0008 ..H...=.X.W2.a.. 0007a0 290d 007f 1403 cee1 0008 7d83 6379 8938 ).........}.cy.8 0007b0 facc 0008 5fb2 d9e4 56a1 b63d 0008 cf6a ...._...V..=...j 0007c0 f0d4 9d55 c387 0008 2f67 46d3 337e 89e6 ...U..../gF.3~.. 0007d0 0008 db14 bbf0 f3df b00e 0008 bd2c 1768 .............,.h 0007e0 def5 c95e 0008 e9f8 1d53 060d 5df1 0008 ...^.....S..]... 0007f0 b6cc bcc7 30d8 2d4b 0008 94d4 483c 8fb0 ....0.-K....H<.. 000800 cf35 0008 f7fc 5085 b5b2 5745 0008 bf5d .5....P...WE...] 000810 7505 13d6 3026 0008 24bf 6fcf 5ed3 1a20 u...0&..$.o.^.. 000820 0008 ac5d eb92 1e8d 9e9c 0008 044e c80f ...].........N.. 000830 cde4 d670 0008 b742 662d 2025 c174 0008 ...p...Bf- %.t.. 000840 9d53 e66a de94 3949 0008 4081 f578 33f9 .S.j..9I..@..x3. 000850 4c40 0008 8865 8d42 bed6 163f 0008 fe91 L@...e.B...?.... 000860 49ca 4008 3a98 0008 0a01 7c11 c8aa c006 I.@.:.....|..... 000870 0008 6b3f b620 0467 e510 0008 8910 91a6 ..k?. .g........ 000880 49b8 85d6 0008 c7ab a56a 641c 4b33 0008 I........jd.K3.. 000890 2285 8bb1 cffa 22b6 0008 6a20 3ef1 03f8 "....."...j >... 0008a0 e016 0008 c96d e401 accc 2dbe 0008 8b28 .....m....-....( 0008b0 e0a5 cd81 5b66 0008 46ac 0812 c198 c4a8 ....[f..F....... 0008c0 0008 1007 6d59 ce5f 98da 0008 3dcf aef5 ....mY._....=... 0008d0 b42d a1e7 0008 2e63 be0d 3b69 026f 0008 .-.....c..;i.o.. 0008e0 0a0e bf79 9b5f 6e59 0008 f6f6 de75 995d ...y._nY.....u.] 0008f0 5e47 0008 174c 6286 9de3 ae21 0008 958e ^G...Lb....!.... 000900 ea89 9aa5 eff7 0008 adce 3864 20ac 4ce0 ..........8d .L. 000910 0008 a67d c5b8 403f d1b5 0008 d2f7 037f ...}..@?........ 000920 8f0f 140e 0008 4d58 fee4 0cba 783c 0008 ......MX....x<.. 000930 c6fd 087e e006 b3f7 0008 412c 4ab5 76c0 ...~......A,J.v. 000940 3f16 0008 3a9c 4978 1efd 15d8 0008 2858 ?...:.Ix......(X 000950 b921 bacd b615 0008 0f29 ae31 098b 173e .!.......).1...> 000960 0008 e7b1 f74f 059c 6836 0008 24b4 44ec .....O..h6..$.D. 000970 ce58 b235 0008 bac5 78f1 511d 3cff 0008 .X.5....x.Q.<... 000980 a3b8 830a 7c84 4e61 0008 a474 6008 2917 ....|.Na...t`.). 000990 591e 0008 661b 1590 2897 1903 0008 53ca Y...f...(.....S. 0009a0 33a5 4d64 d079 0008 549e 1c33 9cab 91d6 3.Md.y..T..3.... 0009b0 0008 b356 6da6 1980 5268 0008 42ef ce1e ...Vm...Rh..B... 0009c0 1009 08f7 0008 7540 db5d f773 17c7 0008 ......u@.].s.... 0009d0 55ee 7581 4ed2 e687 0008 8fe4 f48c 0cbf U.u.N........... 0009e0 1460 0008 f6be 4288 e183 b539 0008 2951 .`....B....9..)Q 0009f0 4d94 a1d1 be9b 0008 edcb 68ff e85b 3464 M.........h..[4d 000a00 0008 be12 cf31 56c4 c7ff 0008 0bf0 fd38 .....1V........8 000a10 262f 083d 0008 9bf5 374d 2b42 de93 0008 &/.=....7M+B.... 000a20 0fce dbaa da12 ffe2 0008 e258 1b52 43c9 ...........X.RC. 000a30 357c 0008 0515 8cc3 d4ef d4ac 0008 2d56 5|............-V 000a40 2fca 7a3c 95e7 0008 33bb f3d0 0a7f d77d /.z<....3......} 000a50 0008 5d2b 215d 0d37 2b4d 0008 bb91 eea2 ..]+!].7+M...... 000a60 7fb8 b5ab 0008 efe4 cfdc c4e9 d270 0008 .............p.. 000a70 278e 0024 d6de 65ce 0008 6594 9b7b 34da '..$..e...e..{4. 000a80 9afc 0008 d037 e738 d204 01b8 0008 6e46 .....7.8......nF 000a90 791b 4ee2 1692 0008 2bd9 5cb6 96b5 5792 y.N.....+.\...W. 000aa0 0008 ff94 456e c2ce 8121 0008 d703 93b0 ....En...!...... 000ab0 5014 5dec 0008 5294 ab34 3546 4b63 0008 P.]...R..45FKc.. 000ac0 2328 cb53 b546 13a7 0008 54f5 7ddc e09c #(.S.F....T.}... 000ad0 1eca 0008 b27d e914 c550 5479 0008 573e .....}...PTy..W> 000ae0 3d62 a61a 4533 0008 4c4d e897 3408 6500 =b..E3..LM..4.e. 000af0 0008 8b37 77f0 7637 ad1f 0008 96ed c5d8 ...7w.v7........ 000b00 255b ea12 0008 2812 6961 ccbd 42b9 0008 %[....(.ia..B... 000b10 50ec 4321 6f9f 310a 0008 051a f3a1 0923 P.C!o.1........# 000b20 c8b1 0008 7091 ff14 cdc4 bed9 0008 80d5 ....p........... 000b30 2517 6da1 818b 0008 e7f2 f63c feed e1ad %.m........<.... 000b40 0008 2343 23b2 c843 bfe5 0008 3ab0 3c3d ..#C#..C....:.<= 000b50 1ead b967 0008 5dd2 0df6 a936 19c4 0008 ...g..]....6.... 000b60 8297 c5da 2dd6 e869 0008 2edf 97e0 a998 ....-..i........ 000b70 623f 0008 32fc 03b2 d142 fab9 0008 30b9 b?..2....B....0. 000b80 971d de05 5349 0008 2235 cae3 9a2b 801f ....SI.."5...+.. 000b90 0008 4f10 1dec 0bf5 367f 0008 1f8f 984e ..O.....6......N 000ba0 b70e e3b9 0008 c9ad 4e3e dd37 2b50 0008 ........N>.7+P.. 000bb0 65d0 4c00 9cb0 85ff 0008 3db6 1ae3 f99f e.L.......=..... 000bc0 ad03 0008 af92 ee0f 7e8b 3c65 0008 a88e ........~.<e.... 000bd0 6e4a b6d9 6c83 0008 52a3 44fa 9551 f32a nJ..l...R.D..Q.* 000be0 0008 0c55 44c6 9669 3d00 0008 b86c a889 ...UD..i=....l.. 000bf0 6809 80a0 0008 da70 c3e6 2bec 3542 0008 h......p..+.5B.. 000c00 c14a 016b 6b21 6c38 0008 5bd4 638e 0eba .J.kk!l8..[.c... 000c10 4b9f 0008 2554 e609 9492 75de 0008 18e1 K...%T....u..... 000c20 a08e 46b9 e061 0008 bede 8c9d 827a 4f17 ..F..a.......zO. 000c30 0008 d187 f69f c4b1 9517 0008 44e8 0499 ............D... 000c40 b3a6 7f43 0008 6e96 ee12 4fa7 d9ab 0008 ...C..n...O..... 000c50 60b4 1969 59fc 77d9 0008 8c44 ff0f bca8 `..iY.w....D.... 000c60 4254 0008 971f 2489 7fbe 1a45 0008 63a1 BT....$....E..c. 000c70 0f33 0602 1b46 0008 6512 926c a082 91ed .3...F..e..l.... 000c80 0008 5df8 22aa 6956 db29 0008 6c05 5f8c ..].".iV.)..l._. 000c90 0038 fb30 0008 d1cb eb2e d052 b2c7 0008 .8.0.......R.... 000ca0 ff38 7e87 9677 83fb 0008 20f5 aa71 9c6a .8~..w.... ..q.j 000cb0 eb6c 0008 2692 f7e8 da17 c052 0008 e516 .l..&......R.... 000cc0 d20d 6b12 e889 0008 a0ea e9a7 4144 6e26 ..k.........ADn& 000cd0 0008 2cb5 3881 19fe 14f5 0008 f2bd 36ef ..,.8.........6. 000ce0 da7f 1c79 0008 ed00 c842 0ea6 de84 0008 ...y.....B...... 000cf0 be90 222d 9431 aecd 0008 a1db 9d98 1174 .."-.1.........t 000d00 b31c 0008 1a9e 183d 8a45 5524 0008 9bc8 .......=.EU$.... 000d10 6e07 7116 9484 0008 bb4d fb7d 7927 55e8 n.q......M.}y'U. 000d20 0008 6365 446d cd02 ef77 0008 2f03 ae7e ..ceDm...w../..~ 000d30 cd8f 76f6 0008 35d7 c9b7 f7ea 9ec7 0008 ..v...5......... 000d40 430a af3e 9ed5 9957 0008 04c9 d623 d745 C..>...W.....#.E 000d50 e883 0008 3542 5fd1 6b79 3c5c 0008 dc30 ....5B_.ky<\...0 000d60 a65f 0cf6 ac7a 0008 4398 52c4 f70e c7b3 ._...z..C.R..... 000d70 0008 b3e0 43cf 5711 1c95 0008 c5e6 111e ....C.W......... 000d80 246f 89f8 0008 3096 3171 b945 0c37 0008 $o....0.1q.E.7.. 000d90 e36a 24e9 ee2e 57c4 0008 9a27 b232 8493 .j$...W....'.2.. 000da0 a0ba 0008 2e8f 9df1 ff79 244b 0008 1f9f .........y$K.... 000db0 b8d6 0da9 6983 0008 ed88 484d 2ec0 c4b5 ....i.....HM.... 000dc0 0008 e150 5a74 655a 4c53 0008 5e1b 4719 ...PZteZLS..^.G. 000dd0 f9fc 77c0 0008 3702 2206 d59d 484c 0008 ..w...7."...HL.. 000de0 1dde ea0f 9c59 94d6 0008 a9f0 6ce3 2d26 .....Y......l.-& 000df0 59d7 0008 2a72 8979 48c7 e969 0008 1745 Y...*r.yH..i...E 000e00 4d69 7e01 c84b 0008 b1e3 cb37 e75e f0d7 Mi~..K.....7.^.. 000e10 0008 7963 1d88 47c5 ced0 0008 6d54 d91a ..yc..G.....mT.. 000e20 6f13 55f9 0008 4232 03a4 fffb e12a 0008 o.U...B2.....*.. 000e30 39a9 6722 6049 671f 0008 6064 13b7 ee70 9.g"`Ig...`d...p 000e40 d8e6 0008 f8e7 9827 ae4b a605 0008 bef8 .......'.K...... 000e50 0a80 58f1 e5e9 0008 d8e4 ceed 4c35 63a7 ..X.........L5c. 000e60 0008 42ea c124 6be6 4364 0008 7f0e 7432 ..B..$k.Cd....t2 000e70 8437 cd1c 0008 b172 3783 b6a8 9164 0008 .7.....r7....d.. 000e80 937a 99e4 9232 5570 0008 4aaf 65b2 180e .z...2Up..J.e... 000e90 9dc3 0008 f558 aea5 0ab4 9c1c 0008 069c .....X.......... 000ea0 7dec bd07 9504 0008 6970 7957 d68c ee72 }.......ipyW...r 000eb0 0008 e330 e6c0 292e 4b5d 0008 87e0 2f67 ...0..).K]..../g 000ec0 8fd0 10a0 0008 5b76 0968 c54c 496f 0008 ......[v.h.LIo.. 000ed0 8d08 8f5b 6e25 a58a 0008 0357 25cd 18ad ...[n%.....W%... 000ee0 29de 0008 5cfc 1959 81cb bc73 0008 ee74 )...\..Y...s...t 000ef0 06cc 69a7 ed38 0008 ebf5 9b65 f7d8 6778 ..i..8.....e..gx 000f00 0008 7844 d3b0 182c 26ab 0008 c820 f352 ..xD...,&.... .R 000f10 a668 3508 0008 b981 44c1 1bbc 7f73 0008 .h5.....D....s.. 000f20 127f 3193 b04b 8540 0008 5dc7 f1e1 a550 ..1..K.@..]....P 000f30 7018 0008 d18a 6bb2 716b a505 0008 1045 p.....k.qk.....E 000f40 a7b3 50f5 281e 0008 1ccb 2651 e13e 506e ..P.(.....&Q.>Pn 000f50 0008 71ef f76b fd13 f853 0008 27b6 a87d ..q..k...S..'..} 000f60 111e 6ba4 0008 7b24 7f86 283f 62b9 0008 ..k...{$..(?b... 000f70 b3cb a6cf db65 a7d8 0008 e8a4 99a4 c492 .....e.......... 000f80 322a 0008 d8f3 a642 06b8 fbf8 0008 953b 2*.....B.......; 000f90 ed60 e566 1ff8 0008 40be 0c82 3b6c 6f7a .`.f....@...;loz 000fa0 0008 a5af ce0e 8bb4 7926 0008 8d4e 2ca4 ........y&...N,. 000fb0 8205 3de8 0008 c49e 3a8b 12ba eb4e 0008 ..=.....:....N.. 000fc0 2d05 6eed 5a57 a795 0008 8e89 231e e32e -.n.ZW......#... 000fd0 0f9d 0008 52a8 1bdf 1f4a e771 0008 b493 ....R....J.q.... 000fe0 5334 b4ae 1c1f 0008 c076 1603 92ed 4bcb S4.......v....K. 000ff0 0008 e8da c07c 8875 267d 0008 8648 5dec .....|.u&}...H]. 001000 18c3 65f3 0008 95d6 c190 c0ee 4523 0008 ..e.........E#.. 001010 7c98 0941 791e 68c2 0008 a629 bd35 3923 |..Ay.h....).59# 001020 32de 0008 b281 5816 26c0 cebc 0008 6249 2.....X.&.....bI 001030 cae3 0a46 fdd6 0008 fc7d c700 f094 a179 ...F.....}.....y 001040 0008 d681 32ac 927a 7bb7 0008 d1d2 28c0 ....2..z{.....(. 001050 989c 70cf 0008 82f0 52e8 0c08 cde9 0008 ..p.....R....... 001060 4c2d a9a3 0380 0616 0008 b2db a55c 2e64 L-...........\.d 001070 60c4 0008 6322 a712 6910 19bd 0008 7c6d `...c"..i.....|m 001080 56e5 45fa 4f67 0008 6b69 de00 fcd3 7c6f V.E.Og..ki....|o 001090 0008 4ac0 8b51 ffd1 3eb9 0008 92ca dc9c ..J..Q..>....... 0010a0 ad53 232f 0008 88ce b07d 29df 909b 0008 .S#/.....})..... 0010b0 ef17 8bfa 2dde 810d 0008 3795 ed40 51cf ....-.....7..@Q. 0010c0 ec87 0008 ef78 5d5f 90c8 9c2b 0008 86c7 .....x]_...+.... 0010d0 c169 eed3 08a9 0008 bd12 c664 f3c1 4c12 .i.........d..L. 0010e0 0008 a856 7efd cfa9 6d0a 0008 c826 7c09 ...V~...m....&|. 0010f0 c682 d8d7 0008 4283 4523 fc5b c3e9 0008 ......B.E#.[.... 001100 9b4b b71a a972 653c 0008 a9a1 6f57 5a21 .K...re<....oWZ! 001110 7638 0008 63c6 3742 f8ac cee6 0008 4558 v8..c.7B......EX 001120 2ac1 e592 9291 0008 6547 e746 0b24 0e3f *.......eG.F.$.? 001130 0008 1fd4 828b 3b3e 0bad 0008 2911 1022 ......;>....).." 001140 dded e0e5 0008 8e9b 87a1 e7ef 575b 0008 ............W[.. 001150 ff7a 51c2 6bcb 744f 0008 c7be 592f c105 .zQ.k.tO....Y/.. 001160 9d54 0008 da4e ec8b c98d 34c1 0008 d38e .T...N....4..... 001170 7ab3 e6a7 2c83 0008 a6f1 420d 8961 fbfa z...,.....B..a.. 001180 0008 ed7c b708 06c0 ee09 0008 dc27 5a5a ...|.........'ZZ 001190 0fbb 7840 0008 4e5c 640a fbbe 2310 0008 ..x@..N\d...#... 0011a0 f9b1 3a04 965b cb38 0008 111a 8d06 01df ..:..[.8........ 0011b0 ed06 0008 20a7 846a 086c a15a 0008 32ba .... ..j.l.Z..2. 0011c0 f088 29ee cd09 0008 3f0d dddb b676 dafb ..).....?....v.. 0011d0 0008 47dd 50e1 c499 d46c 0008 a1da 1154 ..G.P....l.....T 0011e0 bb01 c412 0008 c0d2 5f55 38c2 df36 0008 ........_U8..6.. 0011f0 bb64 2f8d 8466 cca9 0008 e9c0 136f c44f .d/..f.......o.O 001200 9fac 0008 36a8 999f e7a5 6e08 0008 7498 ....6.....n...t. 001210 b365 dfc2 061e 0008 228c 2504 977b 37fc .e......".%..{7. 001220 0008 5b66 cf3f 8692 14bf 0008 5de5 a660 ..[f.?......]..` 001230 7858 c4df 0008 d06a 5b67 b994 8f57 0008 xX.....j[g...W.. 001240 6f24 3b96 6b4f 88fb 0008 94cc ed75 0f96 o$;.kO.......u.. 001250 bae9 0008 d0d9 2a25 cfec b433 0008 d68a ......*%...3.... 001260 c0da f116 c1d3 0008 88f4 b55b 8837 1a9a ...........[.7.. 001270 0008 05b2 c4e8 8f90 fa4f 0008 64ce 843d .........O..d..= 001280 58e7 cf49 0008 3ed9 2695 0624 b9ad 0008 X..I..>.&..$.... 001290 d7e5 2192 2a32 eb97 0008 cd1f d530 8e72 ..!.*2.......0.r 0012a0 bb86 0008 9c61 e195 0751 780a 0008 3348 .....a...Qx...3H 0012b0 cd1a 14ab 8d41 0008 d934 6a52 b833 79fd .....A...4jR.3y. 0012c0 0008 293c 1180 52e9 60cc 0008 e9eb be72 ..)<..R.`......r 0012d0 78c8 3160 0008 88cd 0496 b081 f29d 0008 x.1`............ 0012e0 b834 2db8 bdd7 11bc 0008 fa80 c680 9c40 .4-............@ 0012f0 eb31 0008 c63b 0271 1a7a c80d 0008 5dda .1...;.q.z....]. 001300 0e5e 77c4 2d6a 0008 9efe 3460 b9dc be03 .^w.-j....4`.... 001310 0008 b125 18bb 3e11 1a4a 0008 ac09 2036 ...%..>..J.... 6 001320 58b5 ba26 0008 85a3 ecda 2515 6777 0008 X..&......%.gw.. 001330 962b 0c50 7dd0 6ff3 0008 166c 092c b175 .+.P}.o....l.,.u 001340 915c 0008 dcb6 1129 99ac 94a5 0008 93b6 .\.....)........ 001350 7b8d a5a2 ca09 0008 c10d 7c47 678a 254b {.........|Gg.%K 001360 0008 6bca bd9c 2ad7 9a26 0008 c5f5 d411 ..k...*..&...... 001370 8cd9 291d 0008 7c00 1f8f 47be 57f9 0008 ..)...|...G.W... 001380 d9de 266d 3f2b c5c1 0008 cdcb 6164 a7ca ..&m?+......ad.. 001390 f4fe 0008 a84e 7062 f8fa 92e3 0008 0d85 .....Npb........ 0013a0 540f 7a0c 7aa9 0008 4045 d12a b869 9de6 T.z.z...@E.*.i.. 0013b0 0008 11d4 1694 902c 69bb 0008 9223 7eb3 .......,i....#~. 0013c0 0ff8 2139 0008 d199 e6e9 214d 3815 0008 ..!9......!M8... 0013d0 fa10 2ae2 58fb c41f 0008 5b32 57eb 43e9 ..*.X.....[2W.C. 0013e0 b772 0008 56e7 d737 616a a7fa 0008 1e5b .r..V..7aj.....[ 0013f0 4b3a f2b1 199b 0008 84c3 07b7 7e85 8318 K:..........~... 001400 0108 8e75 a06c e3e7 6587 0108 76a2 803a ...u.l..e...v..: 001410 72c9 1186 0108 6998 681f dc50 a0e8 0108 r.....i.h..P.... 001420 e3a2 aece 41da bd64 0108 4078 1d0e f5cd ....A..d..@x.... 001430 9539 0108 3f04 2d52 80a5 d9bd 0108 4488 .9..?.-R......D. 001440 6824 be29 3c8a 0108 4070 63f6 d144 eb9d h$.)<...@pc..D.. 001450 0108 7182 39e0 6ae0 8491 0108 873b 6661 ..q.9.j......;fa 001460 47b4 8e88 0108 dc5b 578f 464c 466b 0108 G......[W.FLFk.. 001470 ff8c 2b0a 7aa5 2791 0108 0045 725f 2037 ..+.z.'....Er_ 7 001480 5ee5 0108 91db 688c af2b ddda 0108 754c ^.....h..+....uL 001490 06ce 5057 f20c 0108 8803 5113 cb4f 14da ..PW......Q..O.. 0014a0 0108 9e6f 04db 4e05 6f37 0108 a0b3 ec43 ...o..N.o7.....C 0014b0 b555 3fe0 0108 71ee 51db d1eb 0a74 0108 .U?...q.Q....t.. 0014c0 7308 0494 aed5 c50c 0108 86e6 02b0 31a7 s.............1. 0014d0 cff1 0108 740f 1820 5a17 c521 0108 9967 ....t.. Z..!...g 0014e0 4199 db4e fe2c 0108 44ff 7dac 5c08 b26c A..N.,..D.}.\..l 0014f0 0108 0286 4140 dec5 4174 0108 7665 bfb2 ....A@..At..ve.. 001500 91db 7254 0108 0d7b a952 9347 7907 0108 ..rT...{.R.Gy... 001510 b01d 48c6 d4a8 353f 0108 40c3 a745 d44f ..H...5?..@..E.O 001520 a9b3 0108 96fe 635c e31d 3316 0108 281f ......c\..3...(. 001530 c3df 6453 8220 0108 fc19 65a1 9f7b 7f0b ..dS. ....e..{.. 001540 0108 b091 8077 fba2 6f44 0108 a5b2 767a .....w..oD....vz 001550 7e16 f57d 0108 11cb 89de 12e0 9c62 0108 ~..}.........b.. 001560 0160 c321 bfd9 6031 0108 5763 08f0 f53f .`.!..`1..Wc...? 001570 fed7 0108 9bc1 2f84 76d3 77da 0108 422b ....../.v.w...B+ 001580 a721 9414 50eb 0108 d375 8cb9 ce58 cf05 .!..P....u...X.. 001590 0108 a4ba 5168 d9b2 5a04 0108 60f3 7704 ....Qh..Z...`.w. 0015a0 9b38 9561 0108 fd24 d326 a3df 2716 0108 .8.a...$.&..'... 0015b0 0463 5ef5 e44a b42d 0108 17bb aa4b 60bd .c^..J.-.....K`. 0015c0 43e1 0108 19b7 c54b 2fa8 cf31 0108 b999 C......K/..1.... 0015d0 6d8a b3bc 9a57 0108 61b7 ad88 8442 accc m....W..a....B.. 0015e0 0108 6a0b 44bb 1360 4ce5 0108 0f35 067e ..j.D..`L....5.~ 0015f0 4c1e 2100 0108 e48f 1337 e449 220d 0108 L.!......7.I"... 001600 9356 74ed fe5a e308 0108 ceda 0623 3350 .Vt..Z.......#3P 001610 03d4 0108 3f2e 87b2 e024 2d74 0108 cab8 ....?....$-t.... 001620 5e98 55fa ccab 0108 e5b9 f6c2 7fd1 85ae ^.U............. 001630 0108 516c be56 aec6 5213 0108 700e 873d ..Ql.V..R...p..= 001640 a40e 2a0b 0108 2069 641f 9afe e1fc 0108 ..*... id....... 001650 0f0e 754a 63a4 9bf1 0108 61fe 2799 01f7 ..uJc.....a.'... 001660 0c22 0108 197c 85d5 30fc df72 0108 c12f ."...|..0..r.../ 001670 43fe c14e 2881 0108 ce26 016c aaa6 ac7c C..N(....&.l...| 001680 0108 ff35 a34d 4513 a55f 0108 c7dc f6b7 ...5.ME.._...... 001690 682a 12fd 0108 d882 c16b 7736 d6ad 0108 h*.......kw6.... 0016a0 c837 00fc 3b58 20d8 0108 41dd 5b47 942c .7..;X ...A.[G., 0016b0 b80a 0108 17af 2dc0 7b1d 5857 0108 25f0 ......-.{.XW..%. 0016c0 5642 e7c4 e34d 0108 2b54 3ce0 19a2 516a VB...M..+T<...Qj 0016d0 0108 0e22 18cf a665 05d9 0108 7c1b 1cb5 ..."...e....|... 0016e0 bcdc 9a27 0108 7a48 5420 f39b 3568 0108 ...'..zHT ..5h.. 0016f0 13a1 bb15 fcac 230b 0108 19e8 8f3e 4105 ......#......>A. 001700 7aa9 0108 5dba b704 7b6e 9ed2 0108 5fcc z...]...{n...._. 001710 9235 a740 49d9 0108 19a9 8f9e 9b65 56d0 .5.@I........eV. 001720 0108 b981 0962 f036 95b8 0108 2c9b 63d1 .....b.6....,.c. 001730 bd07 4c8e 0108 f522 6b02 baaa 6e04 0108 ..L...."k...n... 001740 60bb bfac 67e6 bd71 0108 b139 844d 2a7b `...g..q...9.M*{ 001750 b297 0108 f8ee aee0 7b7c 36fd 0108 1442 ........{|6....B 001760 2d59 23cb 01ee 0108 19a9 3cda f97d cad6 -Y#.......<..}.. 001770 0108 b19b 42c1 9b81 4ad9 0108 e7c0 1b62 ....B...J......b 001780 ca4d f2d3 0108 f974 b8eb 911c 2762 0108 .M.....t....'b.. 001790 eb42 b33e e209 7324 0108 2de0 72ae 1122 .B.>..s$..-.r.." 0017a0 69ca 0108 91a1 aec1 9acb 81de 0108 5f63 i............._c 0017b0 81b9 dc9c 6278 0108 4846 69a3 a28a a5cf ....bx..HFi..... 0017c0 0108 9921 188f 6223 106a 0108 c533 d784 ...!..b#.j...3.. 0017d0 c331 9d72 0108 19a5 684d de20 7132 0108 .1.r....hM. q2.. 0017e0 18c4 3781 9902 402d 0108 190c 779c 3ef9 ..7...@-....w.>. 0017f0 fbe3 0108 6c50 90c5 54b7 a708 0108 d05e ....lP..T......^ 001800 8025 e2b8 0715 0108 7e0b 160a 559e ea89 .%......~...U... 001810 0108 48be 298a 70b3 a907 0108 9194 d63a ..H.).p........: 001820 bfd4 aaa9 0108 050a e6b0 2e80 444f 0108 ............DO.. 001830 5d74 e794 5579 4171 0108 48e7 3a02 f155 ]t..UyAq..H.:..U 001840 40f3 0108 4964 c3dd aa8f 0304 0108 ebb7 @...Id.......... 001850 e2df 7b8e c6c2 0108 e705 7922 8fa2 218d ..{.......y"..!. 001860 0108 6015 36dc dbcd 5444 0108 d6ec fcc7 ..`.6...TD...... 001870 73ec eef1 0108 e22b 7a4b 072b d372 0108 s......+zK.+.r.. 001880 9d7c e84a 487f 8db4 0108 ebe2 acc3 7f33 .|.JH..........3 001890 16ff 0108 7513 6201 34fc 6377 0108 d955 ....u.b.4.cw...U 0018a0 59bb 24b8 1fdf 0108 688f 05c9 c448 f1bc Y.$.....h....H.. 0018b0 0108 c81f f8e6 626b 6818 0108 7d98 1bfb ......bkh...}... 0018c0 0aaa d40d 0108 e0a8 3d3a f719 e156 0108 ........=:...V.. 0018d0 bc95 b46f 08c7 aba9 0108 4cc9 85c5 50d5 ...o......L...P. 0018e0 712e 0108 3d29 8532 7ca9 2e00 0108 8371 q...=).2|......q 0018f0 f651 4fea 9f5a 0108 6849 e5a6 4ee8 e4a1 .QO..Z..hI..N... 001900 0108 5ead ac94 39f6 dbdc 0108 a460 15fb ..^...9......`.. 001910 456e d801 0108 2a8b 9efc c487 f0bb 0108 En....*......... 001920 4c07 b332 d938 25f9 0108 1a59 dc8e 0651 L..2.8%....Y...Q 001930 0062 0108 a97f 1609 0613 e430 0108 61d3 .b.........0..a. 001940 29ba eb03 86a9 0108 b8e2 4dec 22a2 f075 ).........M."..u 001950 0108 2f24 d9ec 3080 a72f 0108 be85 5cd6 ../$..0../....\. 001960 e282 52e3 0108 ff48 5934 8cb5 d45d 0108 ..R....HY4...].. 001970 5a1c 1810 8ec7 1169 0108 5550 e0a6 9e9d Z......i..UP.... 001980 e234 0108 6e47 699e c3ff cc2b 0108 a142 .4..nGi....+...B 001990 d226 00b5 58cc 0108 ded6 a68a 5486 04df .&..X.......T... 0019a0 0108 1fc5 9fec 2454 757f 0108 d4c3 634a ......$Tu.....cJ 0019b0 db7f 78c2 0108 6f78 6e65 0b15 d6ba 0108 ..x...oxne...... 0019c0 834a 5720 b431 df1f 0108 179a d231 1e78 .JW .1.......1.x 0019d0 a2d9 0108 904b d890 8eff 5a8c 0108 3733 .....K....Z...73 0019e0 dee6 bcec 611c 0108 08e5 2197 73be 358c ....a.....!.s.5. 0019f0 0108 cf7a 4170 9c49 659b 0108 df94 7f5d ...zAp.Ie......] 001a00 988e 414f 0108 8c4a 3306 5a3f 8390 0108 ..AO...J3.Z?.... 001a10 0cc5 9c34 dfa5 2273 0108 6efd f462 db48 ...4.."s..n..b.H 001a20 1ff3 0108 11ac 17fe 8a66 bb72 0108 6ba7 .........f.r..k. 001a30 2705 3d10 35e0 0108 a06f 6f8f cda8 055d '.=.5....oo....] 001a40 0108 c646 812d 6815 fc26 0108 f15f 4d7b ...F.-h..&..._M{ 001a50 efe9 e989 0108 9513 d2af b198 a364 0108 .............d.. 001a60 d6c1 4eef 4c91 2579 0108 927d 151d 4305 ..N.L.%y...}..C. 001a70 243e 0108 f39b d8fd b59a dbee 0108 25fb $>............%. 001a80 6ed8 a1ff 82de 0108 530d 4832 4f9a 82ae n.......S.H2O... 001a90 0108 25d7 64af 28fc c22a 0108 bee4 f085 ..%.d.(..*...... 001aa0 63da df01 0108 35cc 1b1e e2c9 b0fb 0108 c.....5......... 001ab0 718e d3a5 9165 f165 0108 a12f 8f92 74a6 q....e.e.../..t. 001ac0 84fc 0108 d298 63a4 13a9 da5b 0108 f2be ......c....[.... 001ad0 ec64 a7e8 2e55 0108 3d32 292a 4384 5d35 .d...U..=2)*C.]5 001ae0 0108 66fe 9bcc 1936 0e27 0108 a10b 9873 ..f....6.'.....s 001af0 6427 7fd8 0108 48df 944a 99b7 5c2f 0108 d'....H..J..\/.. 001b00 9bfe ed22 36a8 2dd5 0108 38aa f1ba 3d8d ..."6.-...8...=. 001b10 fe2a 0108 9ec2 12e8 e0f4 0063 0108 a5b7 .*.........c.... 001b20 8c8b a1ed ef08 0108 dcb7 b5d0 3c57 f91b ............<W.. 001b30 0108 7d72 1517 03e5 967c 0108 1ac1 8d97 ..}r.....|...... 001b40 0bb2 37da 0108 dbd2 ec32 5f57 e504 0108 ..7......2_W.... 001b50 ae8a 6389 0cae 5245 0108 05ac 0715 e3e9 ..c...RE........ 001b60 838e 0108 210f 51d8 2043 52dc 0108 7562 ....!.Q. CR...ub 001b70 65d6 05fc d617 0108 3f10 c54f af2a 44ae e.......?..O.*D. 001b80 0108 23d4 9465 0d72 706b 0108 8bd9 b0a0 ..#..e.rpk...... 001b90 7204 3721 0108 1c7c 33b7 dc5f ca78 0108 r.7!...|3.._.x.. 001ba0 b508 0b71 2012 a805 0108 f2d7 cb5f 8d58 ...q ........_.X 001bb0 4f04 0108 9684 1f7a 3887 bc45 0108 7251 O......z8..E..rQ 001bc0 c7cd d0ec 4a9e 0108 0f70 7a96 3c8a 7391 ....J....pz.<.s. 001bd0 0108 2b16 2614 0bec 4281 0108 a613 221f ..+.&...B.....". 001be0 e02f 2ce7 0108 07ab a3b4 1105 829d 0108 ./,............. 001bf0 f9bf 2239 0eb7 7e6a 0108 e205 76fc 3503 .."9..~j....v.5. 001c00 988a 0108 79f9 2ed5 4b9a 744a 0108 ce47 ....y...K.tJ...G 001c10 f0a7 cea5 a3cd 0108 a4b8 2d06 6d88 f85b ..........-.m..[ 001c20 0108 7ad5 78ce 9ee1 992e 0108 0226 5966 ..z.x........&Yf 001c30 f981 cdc4 0108 0ff0 ba2b 3074 9a08 0108 .........+0t.... 001c40 79da 2bf1 8e76 b387 0108 690a 36eb 0f52 y.+..v....i.6..R 001c50 eb55 0108 b2d5 6321 7566 3d28 0108 3e9b .U....c!uf=(..>. 001c60 150f c1b8 6c05 0108 6bab f47f 09a1 3c6c ....l...k.....<l 001c70 0108 92fb 86c3 411d c82f 0108 c3cf 4908 ......A../....I. 001c80 fa2b b1e4 0108 9566 f57c a08f 2d11 0108 .+.....f.|..-... 001c90 4522 3a16 5729 0938 0108 c0eb f1c4 1baf E":.W).8........ 001ca0 5520 0108 5b92 fef0 6878 4a40 0108 2eca U ..[...hxJ@.... 001cb0 653e 9046 b480 0108 24c0 f481 f191 f70f e>.F....$....... 001cc0 0108 18cb 5601 4c08 a2ec 0108 5b6b 3cad ....V.L.....[k<. 001cd0 8f84 2328 0108 0358 6c6e 4800 96be 0108 ..#(...XlnH..... 001ce0 85c2 2c1d 66a9 8dbb 0108 3e34 5793 a4c5 ..,.f.....>4W... 001cf0 23d4 0108 a0ed 8e36 8c1d 35bd 0108 4c9c #......6..5...L. 001d00 f4c6 5f94 cf29 0108 cb3e da5b dbd9 7c5d .._..)...>.[..|] 001d10 0108 1f9d 4122 375d d9ad 0108 9ea9 fea7 ....A"7]........ 001d20 21bc 0c6a 0108 74b5 f56c c3e1 9e60 0108 !..j..t..l...`.. 001d30 4fb1 a467 3fb4 cd60 0108 49d9 8dd7 dbf4 O..g?..`..I..... 001d40 2507 0108 27d7 a40d e7c6 5221 0108 d89b %...'.....R!.... 001d50 c604 81e1 f53f 0108 079e d428 3c62 023b .....?.....(<b.; 001d60 0108 5fcf b05b ad15 59b8 0108 6a83 ca17 .._..[..Y...j... 001d70 a7f0 b086 0108 224b 2a97 2d45 5e46 0108 ......"K*.-E^F.. 001d80 3885 f595 5151 f0f0 0108 b4d7 ce57 a574 8...QQ.......W.t 001d90 d729 0108 46fe 0dfd 44de 85a4 0108 3621 .)..F...D.....6! 001da0 487a c20c e538 0108 5d2d f7e1 ff30 a7a7 Hz...8..]-...0.. 001db0 0108 0cb2 b03a 10e9 ddcf 0108 0daf 3530 .....:........50 001dc0 5e7e 66c4 0108 2ab3 75f2 54ab 0474 0108 ^~f...*.u.T..t.. 001dd0 7854 6596 b795 89b7 0108 276a 6fcb f812 xTe.......'jo... 001de0 5964 0108 501f 1888 8bdd 653e 0108 4719 Yd..P.....e>..G. 001df0 6669 c3f0 44a9 0108 7c04 f980 e300 0d3a fi..D...|......: 001e00 0108 2e71 3bc6 b8e4 3231 0108 94ce f4a5 ...q;...21...... 001e10 3780 4e74 0108 ab3e e6a5 1b33 1248 0108 7.Nt...>...3.H.. 001e20 0a8a 9baf c6a6 510b 0108 120b 4a69 1bef ......Q.....Ji.. 001e30 f5cf 0108 6520 da30 6cc2 c4d7 0108 7e2d ....e .0l.....~- 001e40 fd4a 6325 b45a 0108 9259 1151 f324 5eb4 .Jc%.Z...Y.Q.$^. 001e50 0108 96aa de4d 3090 25a9 0108 f0ef 78c8 .....M0.%.....x. 001e60 d332 3b51 0108 41bf f0b3 9b75 faaa 0108 .2;Q..A....u.... 001e70 30c7 7580 ba2c c376 0108 583d 0e1d 46fc 0.u..,.v..X=..F. 001e80 2fa1 0108 62b7 c97c 3bab 98cb 0108 9997 /...b..|;....... 001e90 cf8b 142d acfc 0108 2847 79fc 2057 59c9 ...-....(Gy. WY. 001ea0 0108 9d5b e255 fb1f 6956 0108 6bdd 845c ...[.U..iV..k..\ 001eb0 14e1 76c4 0108 0a28 6e25 1784 b7e7 0108 ..v....(n%...... 001ec0 2622 d7a2 47ce 232b 0108 e3e1 f16d 360c &"..G.#+.....m6. 001ed0 2469 0108 2646 b1ce 813c 970e 0108 bbb4 $i..&F...<...... 001ee0 a126 b458 20c7 0108 f1f4 d74c d4dc 2293 .&.X ......L..". 001ef0 0108 8d33 76c1 9ff3 85da 0108 32a4 1627 ...3v.......2..' 001f00 f94c 2b35 0108 a073 e3a2 0922 d122 0108 .L+5...s...".".. 001f10 2ea7 a9dc 988c b1cc 0108 3161 8ef5 6ed0 ..........1a..n. 001f20 3ad8 0108 87b8 86d0 279c 8673 0108 565d :.......'..s..V] 001f30 ad1e afd8 2371 0108 ae8e e720 5ae9 e9af ....#q..... Z... 001f40 0108 0ee9 a3b7 0b28 91bd 0108 f0b8 8aec .......(........ 001f50 a73d ce07 0108 474c 5e17 ef50 2ffc 0108 .=....GL^..P/... 001f60 8765 a302 d32a 4bf3 0108 9863 146e 07df .e...*K....c.n.. 001f70 b08f 0108 f1fa 65f3 a05e 9b45 0108 52ee ......e..^.E..R. 001f80 d58e 1006 ab94 0108 389d f2e9 6404 6cec ........8...d.l. 001f90 0108 9ffd 9d32 00e4 3a6d 0108 ac97 1687 .....2..:m...... 001fa0 294f 7068 0108 e543 a1e3 e3da 864d 0108 )Oph...C.....M.. 001fb0 79a4 23fd 9c6e 2d0b 0108 fe00 deec 599e y.#..n-.......Y. 001fc0 b8c2 0108 0388 c8aa c4e0 8ee9 0108 8881 ................ 001fd0 431c d539 100a 0108 05c2 89be 72f9 5d7d C..9........r.]} 001fe0 0108 99a2 876a 2267 6d1f 0108 7577 d9b5 .....j"gm...uw.. 001ff0 a993 1df2 0108 dd6d 57c3 b62f a3b7 0108 .......mW../.... 002000 c8a4 0e3f 4ed7 e604 0108 71c0 0339 56d7 ...?N.....q..9V. 002010 1cef 0108 12e4 f966 e9b0 d981 0108 6540 .......f......e@ 002020 cd66 d3d7 cbc7 0108 3505 1edb 9690 c000 .f......5....... 002030 0108 a874 f107 eb60 a04e 0108 144b f201 ...t...`.N...K.. 002040 832c 5cf8 0108 5159 fc67 cb64 115f 0108 .,\...QY.g.d._.. 002050 d027 b8d9 13f2 b03b 0108 40e7 9061 e876 .'.....;..@..a.v 002060 95d3 0108 f034 bb9b 0ad8 82cb 0108 3be7 .....4........;. 002070 856e d1c2 1e6f 0108 fa62 1d83 f5a4 13e4 .n...o...b...... 002080 0108 d8c8 1c93 dd18 c7f8 0108 7c1a 53e0 ............|.S. 002090 ef70 39a0 0108 9142 6c4f cdd1 03c8 0108 .p9....BlO...... 0020a0 475c 1499 576e 35a7 0108 139b 6131 5782 G\..Wn5.....a1W. 0020b0 4e32 0108 1d1f b426 f6f8 041d 0108 1cb4 N2.....&........ 0020c0 b09a b383 4837 0108 f835 369d 6767 6951 ....H7...56.ggiQ 0020d0 0108 c708 8f29 0e95 67f3 0108 63e0 3d49 .....)..g...c.=I 0020e0 5373 8806 0108 9231 b094 3708 e1d8 0108 Ss.....1..7..... 0020f0 8be0 8fd9 e916 d427 0108 d414 1c13 447e .......'......D~ 002100 efb2 0108 11c8 90c1 6775 c0b5 0108 f4da ........gu...... 002110 1ea1 1668 43e3 0108 798e dce0 6312 9dfc ...hC...y...c... 002120 0108 f9e0 3bbc 1645 94de 0108 785f 6ee8 ....;..E....x_n. 002130 c75e 364d 0108 76da a195 12ec 0433 0108 .^6M..v......3.. 002140 be42 a744 9eac c7f5 0108 3e20 bd7b 54de .B.D......> .{T. 002150 ea81 0108 e5a5 9dcf 4504 77da 0108 b0dc ........E.w..... 002160 ca71 70b3 b49c 0108 3326 e4a6 f284 9976 .qp.....3&.....v 002170 0108 cbed eb10 9fe6 5ca1 0108 a9ce 8360 ........\......` 002180 fa76 628a 0108 f1ba f0ab c57d 15e9 0108 .vb........}.... 002190 b0bd 7d65 2036 a2e0 0108 d2e5 6215 9665 ..}e 6......b..e 0021a0 7aaa 0108 df7d 9cda d28e e821 0108 8e78 z....}.....!...x 0021b0 e6fa a125 1f3b 0108 b05d 0eab bfd0 8d68 ...%.;...].....h 0021c0 0108 f5a2 3095 10ce f2cc 0108 1b53 4313 ....0........SC. 0021d0 0666 7ce4 0108 7898 498b 917e 7b17 0108 .f|...x.I..~{... 0021e0 46d0 de42 065c c70b 0108 d2c5 4da2 a6af F..B.\......M... 0021f0 c32c 0108 aa60 af5d 5bc9 fc71 0108 c997 .,...`.][..q.... 002200 4968 eb30 2612 0108 4e3b 3bdb d176 d3e1 Ih.0&...N;;..v.. 002210 0108 526f 3509 b4ad 6ccc 0108 be0b bd74 ..Ro5...l......t 002220 d272 6e99 0108 8caf f8fd 76a1 429a 0108 .rn.......v.B... 002230 3d47 193c f4ac bc86 0108 d941 3cd2 3308 =G.<.......A<.3. 002240 9c8e 0108 ea46 1cf9 9ea8 b93f 0108 bcc7 .....F.....?.... 002250 5bb7 69d5 b0a4 0108 2318 b43e 109a 0703 [.i.....#..>.... 002260 0108 caec 0177 f689 437a 0108 ca07 b768 .....w..Cz.....h 002270 4d6e ca89 0108 6075 2ed0 1409 9cc4 0108 Mn....`u........ 002280 cb84 dd35 e3b7 f5e7 0108 a722 6d0c b63d ...5......."m..= 002290 505b 0108 d5b7 c60b c459 c8b9 0108 2c95 P[.......Y....,. 0022a0 9d3f 0704 c5cf 0108 1ea5 442a a147 13bf .?........D*.G.. 0022b0 0108 0564 8f3d 7a44 3beb 0108 1a0d 3836 ...d.=zD;.....86 0022c0 942b 2b63 0108 b17c 8bd9 e5a2 a972 0108 .++c...|.....r.. 0022d0 4ef2 be91 982c 0f5a 0108 69ec e8e5 a295 N....,.Z..i..... 0022e0 df80 0108 d631 9468 cab2 33b0 0108 cdba .....1.h..3..... 0022f0 4b79 3bf5 2179 0108 7780 cfe4 6142 5dc7 Ky;.!y..w...aB]. 002300 0108 1c89 4506 5de7 7f17 0108 8473 ab15 ....E.]......s.. 002310 4571 2d33 0108 45e7 eb4a 174e 2adc 0108 Eq-3..E..J.N*... 002320 ab0a b36f 1c5f edaf 0108 3b40 a7fe 9180 ...o._....;@.... 002330 6b4f 0108 2260 867d ef50 267e 0108 3fca kO.."`.}.P&~..?. 002340 7c81 d3c6 2103 0108 2e78 36bc 572e 0006 |...!....x6.W... 002350 0108 6aa8 e893 7dd8 1ab3 0108 ff25 3423 ..j...}......%4# 002360 af0d ceee 0108 104a 93f5 dd15 2bf3 0108 .......J....+... 002370 ea6a 1548 cbdb 7ddd 0108 39ba db36 e97e .j.H..}...9..6.~ 002380 5bff 0108 8f32 2dbf e64c 66e0 0108 f3d0 [....2-..Lf..... 002390 0326 7a76 fa64 0108 2d88 ddb3 145a 9809 .&zv.d..-....Z.. 0023a0 0108 b251 e647 b4ea a195 0108 5c9e 6576 ...Q.G......\.ev 0023b0 cff0 6b1b 0108 9f1a 968a 250f b3f1 0108 ..k.......%..... 0023c0 849a 9023 08fb e888 0108 99aa e39a 6d97 ...#..........m. 0023d0 82df 0108 0196 baad 7fd3 3362 0108 eebf ..........3b.... 0023e0 c7c1 d62f 2112 0108 787c 804c fb87 10d4 .../!...x|.L.... 0023f0 0108 8106 7652 7dd6 54f5 0108 6da3 0f29 ....vR}.T...m..) 002400 3031 3ad0 0108 4915 0b3d e03d d7db 0108 01:...I..=.=.... 002410 8c31 7bc0 3fb5 e6f2 0108 4202 165c c6c9 .1{.?.....B..\.. 002420 a559 0108 8a6f 0ca7 7e2f cb7f 0108 5597 .Y...o..~/....U. 002430 5889 03cc 00cf 0108 5191 33ad bc8c 1d98 X.......Q.3..... 002440 0108 b850 b576 26a3 1019 0108 1b88 aa4b ...P.v&........K 002450 a8b1 0584 0108 63d7 147c 41f4 9e06 0108 ......c..|A..... 002460 adec dbcb bc17 5ad8 0108 fd63 3eb4 24ed ......Z....c>.$. 002470 8dcc 0108 dc86 ed49 005b ceac 0108 1ce6 .......I.[...... 002480 1f5f 348f 71b2 0108 8f04 8130 e889 43d9 ._4.q......0..C. 002490 0108 d611 28a9 c1f7 4733 0108 0cb8 2896 ....(...G3....(. 0024a0 d5d9 c591 0108 caca 2b34 db39 a46f 0108 ........+4.9.o.. 0024b0 482a 8813 8b2e c42d 0108 67ce 9387 4a44 H*.....-..g...JD 0024c0 943c 0108 70f1 49dd b585 0845 0108 4a65 .<..p.I....E..Je 0024d0 6d2a 9979 1c23 0108 4ab8 7499 2194 87ee m*.y.#..J.t.!... 0024e0 0108 e16f cc69 1bd7 46a9 0108 f23c 4cc6 ...o.i..F....<L. 0024f0 5579 1417 0108 de95 4e68 39c3 e7bf 0108 Uy......Nh9..... 002500 df33 782c 990e 04f2 0108 4418 2c6c dc47 .3x,......D.,l.G 002510 c925 0108 8fa1 ad1d e339 2e64 0108 adfa .%.......9.d.... 002520 db75 5d67 2972 0108 79d2 d54d 4e98 0959 .u]g)r..y..MN..Y 002530 0108 a6b3 a12a b69a ae14 0108 828e 47ae .....*........G. 002540 9a81 764f 0108 c626 2ec3 155a bad7 0108 ..vO...&...Z.... 002550 62ba 23df 612d 45f7 0108 1faa a946 fbd8 b.#.a-E......F.. 002560 ab1b 0108 a2b3 f36f ebe1 ac62 0108 cb8c .......o...b.... 002570 cf86 e326 b11f 0108 4061 d7ed eff1 c6a1 ...&....@a...... 002580 0108 9656 c986 b634 527f 0108 fb96 e9e9 ...V...4R....... 002590 48dc abb4 0108 d26b 179d 28f9 35fc 0108 H......k..(.5... 0025a0 5b5f 9958 6019 1961 0108 ace9 4479 f2cc [_.X`..a....Dy.. 0025b0 2c15 0108 0097 382f 8fce b005 0108 cc00 ,.....8/........ 0025c0 092a dfc8 96c8 0108 57f2 61c2 0d89 1a18 .*......W.a..... 0025d0 0108 d410 3600 a636 d6d2 0108 d544 bfab ....6..6.....D.. 0025e0 7a95 a15f 0108 548b c6ca af2a 660e 0108 z.._..T....*f... 0025f0 76f2 c83e 3f9d 8bd2 0108 dc93 48ac 4f04 v..>?.......H.O. 002600 68a6 0108 365c 5e82 2900 f5ad 0108 436d h...6\^.).....Cm 002610 ceec 01d3 fefc 0108 d21a 047a a140 9790 ...........z.@.. 002620 0108 b516 f7b4 6279 e787 0108 3651 820d ......by....6Q.. 002630 2ae9 0d14 0108 3300 22c4 c08c d27d 0108 *.....3."....}.. 002640 29a4 39b4 2168 411a 0108 694c 0093 e35c ).9.!hA...iL...\ 002650 2ca1 0108 9868 9ed2 4964 e694 0108 f8e1 ,....h..Id...... 002660 a137 e89c 5d3f 0108 9d8c 77b0 912c d57c .7..]?....w..,.| 002670 0108 8e8f 77f6 618a 5257 0108 a654 37ee ....w.a.RW...T7. 002680 c68d 79f2 0108 49c5 be2f 0fe2 a8bb 0108 ..y...I../...... 002690 ce15 73dd f88f 7679 0108 eefd 06da cf77 ..s...vy.......w 0026a0 f091 0108 7420 24b5 d47b 6945 0108 d6f9 ....t $..{iE.... 0026b0 cc76 23a5 29b7 0108 dfba 6f64 d457 86bb .v#.).....od.W.. 0026c0 0108 2939 bf3d 0e87 7f8e 0108 d3a2 706a ..)9.=........pj 0026d0 4efe af1b 0108 40ad bfd3 fbf2 4a84 0108 N.....@.....J... 0026e0 b196 f62a c1e7 949c 0108 c970 244a baeb ...*.......p$J.. 0026f0 cbcc 0108 ad0a 5f99 730d 4e0e 0108 9857 ......_.s.N....W 002700 120c f082 f2bb 0108 c451 24e7 1ec7 9211 .........Q$..... 002710 0108 1a05 178f 0bba 7671 0108 79d8 7a3e ........vq..y.z> 002720 27ee 1207 0108 5870 0f80 d9da 773a 0108 '.....Xp....w:.. 002730 c83b 14c6 1543 ba15 0108 c0cc 85ab eabf .;...C.......... 002740 6777 0108 0e07 0f3e 8f20 b07f 0108 6e52 gw.....>. ....nR 002750 8f20 3fce f9c5 0108 6a5a 6382 9035 214b . ?.....jZc..5!K 002760 0108 1922 b3a5 9273 0bfc 0108 a999 7480 ..."...s......t. 002770 1292 0dd8 0108 4e17 12c4 2ad3 85df 0108 ......N...*..... 002780 1ebf 5cb0 d3c8 bc47 0108 fdfd a6a3 0b73 ..\....G.......s 002790 6a7b 0108 a6f2 65f7 eac7 5404 0108 e2b1 j{....e...T..... 0027a0 58a3 113e ad27 0108 7a05 e1d5 b596 ae6d X..>.'..z......m 0027b0 0108 3506 d18e 4896 c694 0108 064b 3aa0 ..5...H......K:. 0027c0 1717 73d4 0108 13e2 56d2 9403 26d1 0108 ..s.....V...&... 0027d0 019e 9e0f a1b7 6323 0108 5bac f2e3 0324 ......c#..[....$ 0027e0 4da4 0108 c272 0f80 01c6 084e 0108 d592 M....r.....N.... 0027f0 2a7c 0828 2b88 0108 a34c b441 ce9e 55b6 *|.(+....L.A..U. 002800 02c8 a06f 127e 7785 ce8a 0395 e298 1f9c ...o.~w......... 002810 dc9c 2fa0 17a1 1ba5 0fa9 50ad 27b2 64bb ../.......P.'.d. 002820 b4c6 59d0 f3d1 b0d8 0adb cee5 73ec 53ee ..Y.........s.S. 002830 ccf6 ffff 6c0b b916 ab21 b828 3a2b 5c35 ....l....!.(:+\5 002840 5439 c43f 684b 5c55 f859 cf61 aa67 6872 T9.?hK\U.Y.a.ghr 002850 f77b 4588 3d89 dc8c bd8f 7f9b 47a7 0cb3 .{E.=.......G... 002860 9cbd 29c2 ebca e8d3 a3df d1ec 91ef 4ffa ..)...........O. 002870 8b03 a20e 5716 b31d aa24 e926 2c30 e030 ....W....$.&,0.0 002880 7833 0440 6340 e141 1b48 cf48 4b4b 3355 x3.@c@.A.H.HKK3U 002890 ce5a 8763 e96d 1876 867c 5a7e bc85 ae8a .Z.c.m.v.|Z~.... 0028a0 2395 a998 079b 2ba4 d9a4 aba7 e2b4 f1b7 #.....+......... 0028b0 d2c3 74d1 9ad6 e7dd 07e6 4dec a4ed 5af3 ..t.......M...Z. 0028c0 a4fe b007 8514 7816 d81e 0308 d1dd 8766 ......x........f 0028d0 2211 a9ee 0308 dbfc 660f 9f20 b0e3 0308 ".......f.. .... 0028e0 7eac 8320 8582 6935 0308 bf70 17e9 4217 ~.. ..i5...p..B. 0028f0 752e 0308 f4ae 90c2 e32c 793b 0308 f7a5 u........,y;.... 002900 def2 caf4 4e63 0308 96c9 9ff7 1360 37ad ....Nc.......`7. 002910 0308 3390 dbb0 6366 c51a 0308 8a84 65de ..3...cf......e. 002920 42a4 c9eb 0308 596b 2a23 052b 0e3c 0308 B.....Yk*#.+.<.. 002930 ceb6 3558 b8f9 5ff4 0308 e40b bc71 cea2 ..5X.._......q.. 002940 dd5f 0308 916a da25 457c 5439 0308 e9a9 ._...j.%E|T9.... 002950 0424 bf3d 25ae 0308 fd32 1378 4c2d d5e1 .$.=%....2.xL-.. 002960 0308 16f5 cbb0 2fb8 211a 0308 7086 ba75 ....../.!...p..u 002970 eee5 3ded 0308 aff5 4819 0110 69d1 0308 ..=.....H...i... 002980 82ce 13bb cf4a e917 0308 cce8 a3ca 9f68 .....J.........h 002990 75b5 0308 ac2b 25bd 3ee3 2c20 0308 3f08 u....+%.>., ..?. 0029a0 0b21 b753 d98e 0308 73d8 36b4 e062 d403 .!.S....s.6..b.. 0029b0 0308 254a 2b38 0b1c b51f 0308 e269 8a35 ..%J+8.......i.5 0029c0 c22e 29cc 0308 02c1 12df b247 911e 0308 ..)........G.... 0029d0 9b5d 981a 7626 873a 0308 074b 5d48 0392 .]..v&.:...K]H.. 0029e0 525d 0308 4295 e4e7 a6a8 5f92 0308 9802 R]..B....._..... 0029f0 4d7e 23c2 c084 0308 f9e6 ee10 e50c 22d6 M~#...........". 002a00 0308 151c 1902 717b 2ad0 0308 787f ccb4 ......q{*...x... 002a10 78a1 603e 0308 34e8 841c b9b7 bbd3 0308 x.`>..4......... 002a20 3dc3 8d4e aa15 9a7b 0308 4259 e065 da8a =..N...{..BY.e.. 002a30 12c9 0308 f71c 9b4b f4f0 accc 0308 21b8 .......K......!. 002a40 244b 432f 1d95 0308 3321 43de 0e90 f5b0 $KC/....3!C..... 002a50 0308 ca6e feee 7b11 4596 0308 4c5e 1920 ...n..{.E...L^. 002a60 5754 199e 0308 8516 8f2b f02d 5d2e 0308 WT.......+.-]... 002a70 6a85 cbda d5f0 70cb 0308 835e c797 f3f4 j.....p....^.... 002a80 ba4f 0308 598d 9202 32c8 b30d 0308 6a6b .O..Y...2.....jk 002a90 c9ac 227d d18f 0308 0d5b a373 fb46 1213 .."}.....[.s.F.. 002aa0 0308 7dc1 0ecd 6d90 d570 0308 c1c5 5d01 ..}...m..p....]. 002ab0 5eaa 791c 0308 50b9 a81f 7d7b 5e7a 0308 ^.y...P...}{^z.. 002ac0 3f21 d90c ed8b acb4 0308 e18c f079 a280 ?!...........y.. 002ad0 f575 0308 8d8d ec3b 9dd8 6153 0308 5c75 .u.....;..aS..\u 002ae0 92ae 1b25 45f3 0308 ab0f 136b 9ce1 ca74 ...%E......k...t 002af0 0308 edbb cf57 192c 5da4 0308 178f 8796 .....W.,]....... 002b00 1de1 db6d 0308 2394 3d34 d74a c942 0308 ...m..#.=4.J.B.. 002b10 7f68 1189 92dc b476 0308 3e0b ce4e 526f .h.....v..>..NRo 002b20 81b2 0308 8ac3 0315 67c8 cbc4 0308 c0d7 ........g....... 002b30 ddb5 67d4 7dc7 0308 89ea b5f3 c56c 7441 ..g.}........ltA 002b40 0308 1659 d475 cf81 52bc 0308 3423 a802 ...Y.u..R...4#.. 002b50 2efb e4bf 0308 9b5a 5e61 4c89 d87f 0308 .......Z^aL..... 002b60 4b46 1be7 700c 2bdc 0308 d6ad 00f8 2abe KF..p.+.......*. 002b70 fbbf 0308 00ee f6bf f891 6940 0308 168f ..........i@.... 002b80 966c 0dd3 3824 0308 0ed0 02f6 3eed 1eb1 .l..8$......>... 002b90 0308 7d6e 311d c331 dfc3 0308 685a 8e17 ..}n1..1....hZ.. 002ba0 4b66 a46e 0308 bcdf 9b4e 20f7 d5b3 0308 Kf.n.....N ..... 002bb0 0919 9132 db6a 2f4c 0308 17a9 ea7f 9ca1 ...2.j/L........ 002bc0 4887 0308 624b 98f2 b088 3e15 0308 41eb H...bK....>...A. 002bd0 182b a249 ba81 0308 a3d2 8eab 1489 f562 .+.I...........b 002be0 0308 9d2e 12b6 9fb0 3e06 0308 2909 68b3 ........>...).h. 002bf0 c1df 619b 0308 0619 b2df bd13 8b9c 0308 ..a............. 002c00 6723 ab01 bda7 99e4 0308 13db a5a2 3a89 g#............:. 002c10 e024 0308 25b6 5f45 454b 170d 0308 d1d1 .$..%._EEK...... 002c20 ade8 4eb0 5327 0308 382c 0a7a ca83 7be5 ..N.S'..8,.z..{. 002c30 0308 ff87 8a59 5e17 afd1 0308 fb63 d3b2 .....Y^......c.. 002c40 64af 1af3 0308 edae 72a0 a21e 73ae 0308 d.......r...s... 002c50 920c 995f e273 c82c 0308 bfa7 f224 3009 ..._.s.,.....$0. 002c60 6dae 0308 6d4b 7148 3c52 deb7 0308 4973 m...mKqH<R....Is 002c70 5094 ddfb 5991 0308 6312 b181 309b 4530 P...Y...c...0.E0 002c80 0308 f4aa 897b 1883 19fe 0308 3b4d 7f81 .....{......;M.. 002c90 9910 cb31 0308 7b12 4c63 51a3 9112 0308 ...1..{.LcQ..... 002ca0 5b43 dff5 e1aa 2c71 0308 ad29 9ddd db52 [C....,q...)...R 002cb0 0969 0308 be61 b4b7 0381 b8ca 0308 b62b .i...a.........+ 002cc0 8118 f575 f854 0308 1ccf 2107 73fe c15c ...u.T....!.s..\ 002cd0 0308 549f 5a0b aa50 a7e0 0308 0019 68bc ..T.Z..P......h. 002ce0 3183 f775 0308 395b 5e51 85bc dd3d 0308 1..u..9[^Q...=.. 002cf0 86eb a0c9 61eb f1aa 0308 ba21 8dc7 50e1 ....a......!..P. 002d00 eff6 0308 5446 6ef1 e6ee 0ca5 0308 01b8 ....TFn......... 002d10 9ee2 2c9b 1c64 0308 eb77 add5 e246 3bad ..,..d...w...F;. 002d20 0308 292c daba 4c93 bb80 0308 42a8 f19f ..),..L.....B... 002d30 1c1d 5fb7 0308 9814 96c4 c55a 2d84 0308 .._........Z-... 002d40 247e 58c9 0de8 0a52 0308 0c78 c1b1 91d1 $~X....R...x.... 002d50 0b95 0308 12d1 15bd 7940 ca1c 0308 83b5 ........y@...... 002d60 7fd2 cb25 7eff 0308 9add 483e 137f e7ab ...%~.....H>.... 002d70 0308 bf09 1287 6eb1 83a5 0308 6aa8 f7be ......n.....j... 002d80 1787 3a44 0308 697c 70e8 49be 07dc 0308 ..:D..i|p.I..... 002d90 a789 df56 8978 c24e 0308 cd99 c408 2d61 ...V.x.N......-a 002da0 0223 0308 961b 6513 7729 4881 0308 6a65 .#....e.w)H...je 002db0 6a5b 6bcc 0a12 0308 2098 a129 e5bc 33db j[k..... ..)..3. 002dc0 0308 f8df efe3 9f2e 6022 0308 bb66 64c7 ........`"...fd. 002dd0 95e6 35da 0308 3554 9251 cfd0 6ad9 0308 ..5...5T.Q..j... 002de0 d7ab 92e3 47be 63e3 0308 8fdf 74e0 9658 ....G.c.....t..X 002df0 f8f6 0308 f45d 7778 d5bc 5a10 0308 1d41 .....]wx..Z....A 002e00 9571 d3b0 ae9f 0308 c053 6664 9f1d 6547 .q.......Sfd..eG 002e10 0308 dce8 ffce 8ca4 7f79 0308 aede 06b9 .........y...... 002e20 aa09 23a1 0308 dc4e ab70 a1ce 0997 0308 ..#....N.p...... 002e30 ba52 2937 0b6d 5337 0308 df73 470b 7180 .R)7.mS7...sG.q. 002e40 4ca5 0308 7db5 ff96 a4f3 68de 0308 7de6 L...}.....h...}. 002e50 5f80 fc08 da70 0308 797f 95b9 9090 c2d3 _....p..y....... 002e60 0308 423f 9ae9 2852 705c 0308 bc69 2343 ..B?..(Rp\...i#C 002e70 2d95 ed5b 0308 adf6 4b49 f677 5c7e 0308 -..[....KI.w\~.. 002e80 30d8 af3b 7ee3 ca91 0308 b402 0e63 b3e3 0..;~........c.. 002e90 9568 0308 db19 fee6 b150 dfbc 0308 de3e .h.......P.....> 002ea0 379f 74f5 6560 0308 18cf cfce 519a 203b 7.t.e`......Q. ; 002eb0 0308 14ed cdc8 81a7 c788 0308 ae17 46ea ..............F. 002ec0 1be2 754c 0308 c938 8519 1e0d 088c 0308 ..uL...8........ 002ed0 8762 18a0 926e a18b 0308 1378 28d5 9ed3 .b...n.....x(... 002ee0 9603 0308 a44a 8228 8fb8 ae0c 0308 2625 .....J.(......&% 002ef0 74b9 4cca c65e 0308 a47c 5f91 7640 2408 t.L..^...|_.v@$. 002f00 0308 6aab 87a2 999d f65f 0308 75d9 ca93 ..j......_..u... 002f10 6426 1ff7 0308 dc5a 9670 1c5f df7b 0308 d&.....Z.p._.{.. 002f20 cdf6 a918 f352 0f2d 0308 f0cc 2332 bd58 .....R.-....#2.X 002f30 fc7f 0308 514f 688f e0ff 64e6 0308 d7e7 ....QOh...d..... 002f40 55d9 880e 9467 0308 8735 f5de 77c0 76a1 U....g...5..w.v. 002f50 0308 1b3d 4a22 8395 eed7 0308 833f 15d8 ...=J".......?.. 002f60 ca74 5905 0308 419d 9f2b c44a a3ce 0308 .tY...A..+.J.... 002f70 0ed4 0687 e835 a86d 0308 ecff 9c03 cee4 .....5.m........ 002f80 0478 0308 3aed 586b d52c d6ca 0308 bf7f .x..:.Xk.,...... 002f90 b9a6 8967 30d0 0308 5c4b c73f 6cbf 967c ...g0...\K.?l..| 002fa0 0308 3fe0 f710 926b 0fe6 0308 9718 b0ef ..?....k........ 002fb0 0a23 ad7e 0308 3553 2b30 8219 9057 0308 .#.~..5S+0...W.. 002fc0 4f62 a34b a647 9fbf 0308 b83d a782 e5af Ob.K.G.....=.... 002fd0 50d0 0308 df24 7be1 d5ac 7f17 0308 ae43 P....${........C 002fe0 bf1f ee12 29e7 0308 5b50 be3e 780a 1c0d ....)...[P.>x... 002ff0 0308 5761 ef80 61c1 49ab 0308 5a61 73af ..Wa..a.I...Zas. 003000 8d92 267d 0308 2c65 4747 08df b9b2 0308 ..&}..,eGG...... 003010 1b2f 272a 4961 5b03 0308 319c 7690 aff4 ./'*Ia[...1.v... 003020 c40b 0308 4c2d 8720 fc2a c33b 0308 75ef ....L-. .*.;..u. 003030 aee8 0352 1958 0308 b8ce c424 4182 1b6d ...R.X.....$A..m 003040 0308 c72e 8a3b 601e c0eb 0308 8bc8 31f7 .....;`.......1. 003050 2024 68ad 0308 e187 77d6 822d 67d6 0308 $h.....w..-g... 003060 023e 813a ed81 11ba 0308 b130 9cf3 3421 .>.:.......0..4! 003070 3609 0308 9132 b422 4808 d33b 0308 af2d 6....2."H..;...- 003080 e857 1642 3363 0308 8175 699b 5758 6a5b .W.B3c...ui.WXj[ 003090 0308 5279 6dad 7da5 fb45 0308 abbe 5d9f ..Rym.}..E....]. 0030a0 7642 e1aa 0308 6724 356a 5ec3 3c32 0308 vB....g$5j^.<2.. 0030b0 19ec fcc3 02c4 bdc7 0308 4943 601c 2d83 ..........IC`.-. 0030c0 8e07 0308 b71e 85c0 fb49 d55d 0308 f700 .........I.].... 0030d0 dc58 63f2 6f3b 0308 a183 4445 9c2d 7a8a .Xc.o;....DE.-z. 0030e0 0308 6e98 78b4 2671 fc1a 0308 92e5 f4f4 ..n.x.&q........ 0030f0 8c0e 0402 0308 05f2 057f f085 341b 0308 ............4... 003100 bd30 876e f006 2685 0308 0707 5ce5 f4eb .0.n..&.....\... 003110 1332 0308 8de5 992b e42c 4d06 0308 b2fd .2.....+.,M..... 003120 a33d c116 8352 0308 cbda ce72 9903 b6ec .=...R.....r.... 003130 0308 e9e4 6a18 458c 74c9 0308 9e86 628a ....j.E.t.....b. 003140 44c2 a425 0308 ec08 6617 ed6b f7be 0308 D..%....f..k.... 003150 e954 52d3 e686 2d37 0308 5473 2985 ff00 .TR...-7..Ts)... 003160 fd4c 0308 0ef1 97ec b4cd 02cf 0308 54b0 .L............T. 003170 2107 7cc5 1500 0308 3b72 b2ef 6a9d a8e1 !.|.....;r..j... 003180 0308 b511 e23c 70ff 46b5 0308 39d2 46ee .....<p.F...9.F. 003190 2494 fe71 0308 5be4 fc5b 6ee5 c5a5 0308 $..q..[..[n..... 0031a0 21d9 257a 21ff 831b 0308 de85 9e4f 38c4 !.%z!........O8. 0031b0 fff5 0308 d607 fa8d e7cb 8cfd 0308 4e98 ..............N. 0031c0 4601 cc3b 9288 0308 d723 daed b36f bbd4 F..;.....#...o.. 0031d0 0308 bcc1 c3e9 2aef 36b6 0308 ad3a 1252 ......*.6....:.R 0031e0 03f3 0600 0308 081e 0d23 21f6 d172 0308 .........#!..r.. 0031f0 f2e1 4c08 622c 5a2b 0308 968a 2887 06de ..L.b,Z+....(... 003200 35e4 0308 63bd 11a6 e1fa 913c 0308 2a01 5...c......<..*. 003210 e5b2 1b80 cda7 0308 7c12 27f1 df31 be4c ........|.'..1.L 003220 0308 cd79 af8c fbee abee 0308 29c2 0610 ...y........)... 003230 c274 88a3 0308 7d08 b474 7058 38ad 0308 .t....}..tpX8... 003240 8afd d315 18a4 55f4 0308 3015 daa0 57aa ......U...0...W. 003250 1e7b 0308 5917 3146 e864 d1c4 0308 d23d .{..Y.1F.d.....= 003260 8180 a765 1992 0308 efc9 e444 53da 7b32 ...e.......DS.{2 003270 0308 c212 7b0a 6e8f 7dc7 0308 e308 ccc0 ....{.n.}....... 003280 5da7 8dff 0308 19f0 b570 fc5b 279e 0308 ]........p.['... 003290 69d3 6542 3e4a a1d6 0308 368a a5e7 11f2 i.eB>J....6..... 0032a0 5d6c 0308 b3af 96d5 c9d1 20d4 0308 757f ]l........ ...u. 0032b0 f4b1 0c9b af1a 0308 9bc8 e976 e83d 98ea ...........v.=.. 0032c0 0308 3c69 5484 5cf8 21a1 0308 e1e9 40a0 ..<iT.\.!.....@. 0032d0 2827 8fe1 0308 4d06 046c 4084 7d3d 0308 ('....M..l@.}=.. 0032e0 369c 1d13 8f6b 504c 0308 e6d5 9b53 ff42 6....kPL.....S.B 0032f0 faa6 0308 8574 0cb9 89f8 b6b0 0308 a2f1 .....t.......... 003300 e025 4f9d 91a6 0308 ed1c 9544 de49 e8fe .%O........D.I.. 003310 0308 2b24 72fa a831 db8c 0308 511d ce1a ..+$r..1....Q... 003320 4569 7d10 0308 c419 37c1 986b a371 0308 Ei}.....7..k.q.. 003330 f94b 3b94 9c42 d7ca 0308 fe5a 25f8 6d91 .K;..B.....Z%.m. 003340 f94d 0308 a99d 67fc 6b7a 0232 0308 463d .M....g.kz.2..F= 003350 7b95 52ae cd7d 0308 24d4 a35a 9e75 508c {.R..}..$..Z.uP. 003360 0308 4a71 848f 3543 5e0e 0308 e0fa 50f4 ..Jq..5C^.....P. 003370 1a0b 3d07 0308 8913 7261 efe7 3aba 0308 ..=.....ra..:... 003380 4ec9 a757 17ad 9bd5 0308 2120 918b 4d2e N..W......! ..M. 003390 f935 0308 8890 856a bdbc ab04 0308 e8c1 .5.....j........ 0033a0 0d07 a196 6550 0308 8953 1c37 db21 ef8c ....eP...S.7.!.. 0033b0 0308 70a1 ca20 9aa8 74a6 0308 a119 3090 ..p.. ..t.....0. 0033c0 68ba f6dc 0308 8608 75dc a9af c889 0308 h.......u....... 0033d0 df6a be1c d65b 840c 0308 930c ec78 b8fd .j...[.......x.. 0033e0 9e0f 0308 def5 cade a617 ebb7 0308 17bb ................ 0033f0 2d2e d871 a769 0308 faba 2c9b 3c87 3d16 -..q.i....,.<.=. 003400 0308 2372 04e3 fe24 ba5e 0308 4684 88f5 ..#r...$.^..F... 003410 ab5d f15b 0308 761d 7d51 0043 538b 0308 .].[..v.}Q.CS... 003420 b751 11f1 4300 0437 0308 2e2b 217e 5284 .Q..C..7...+!~R. 003430 3c1c 0308 aabc a048 dfaa 8e71 0308 af92 <......H...q.... 003440 75ed c884 e3a7 0308 5744 cf2d 919c 4380 u.......WD.-..C. 003450 0308 d347 c631 5875 70da 0308 b99c 9e57 ...G.1Xup......W 003460 0243 6c14 0308 cd9f d7b7 cc12 1bb6 0308 .Cl............. 003470 3699 42cc 422e 88a7 0308 98b8 140a 27ee 6.B.B.........'. 003480 8515 0308 a448 183c ad90 11bd 0308 096b .....H.<.......k 003490 11a5 44c9 fca0 0308 8467 a234 021f b7b6 ..D......g.4.... 0034a0 0308 8428 60cf 2db1 cc4a 0308 3931 d220 ...(`.-..J..91. 0034b0 faa8 bf44 0308 33c0 fea8 c269 c353 0308 ...D..3....i.S.. 0034c0 cfa8 343d 1559 21e5 0308 294e ed34 ce25 ..4=.Y!...)N.4.% 0034d0 ea0b 0308 2143 5b33 95fc c06f 0308 fbd3 ....!C[3...o.... 0034e0 bc72 2149 0637 0308 2b35 d2cc 0daa d746 .r!I.7..+5.....F 0034f0 0308 8e95 5266 8b01 4733 0308 fbd1 0b40 ....Rf..G3.....@ 003500 d6fe 5f03 0308 4c44 7455 80bc b5c7 0308 .._...LDtU...... 003510 060a 796b dba8 b5a1 0308 051b 858f eda3 ..yk............ 003520 6ed5 0308 e8ee 3474 d3ab 1802 0308 7954 n.....4t......yT 003530 08d6 366f 9631 0308 6de3 1734 2aef 1228 ..6o.1..m..4*..( 003540 0308 7235 3c41 0e0f aec4 0308 0353 c1b3 ..r5<A.......S.. 003550 34c1 79ec 0308 fc96 9a00 a380 28c7 0308 4.y.........(... 003560 1b67 c073 7c38 b3ad 0308 0638 d1fd e444 .g.s|8.....8...D 003570 abbd 0308 ea4f bdef d850 a9af 0308 30dd .....O...P....0. 003580 4052 ba9a d27a 0308 e87f a071 e344 a140 @R...z.....q.D.@ 003590 0308 b52e a20b d18f 53dd 0308 0e16 7862 ........S.....xb 0035a0 38c8 4d45 0308 495a e0bd 8b4c 1110 0308 8.ME..IZ...L.... 0035b0 c9e6 3a10 d5a0 d0d6 0308 e3cd 6ef0 a914 ..:.........n... 0035c0 053e 0308 2b84 9588 2a01 f94f 0308 a163 .>..+...*..O...c 0035d0 079b 7384 b63f 0308 60fc 525a 2a15 daa7 ..s..?..`.RZ*... 0035e0 0308 f036 7919 00eb 0b77 0308 4dc4 2581 ...6y....w..M.%. 0035f0 aae4 4a7e 0308 b070 96b1 c401 ca75 0308 ..J~...p.....u.. 003600 b9c2 fc51 fda1 7a44 0308 e120 0c87 d4be ...Q..zD... .... 003610 696a 0308 9c02 059a 1381 cd28 0308 8a9a ij.........(.... 003620 166c 5674 a7e4 0308 985d 6350 bb8c cc0a .lVt.....]cP.... 003630 0308 442c 04b0 25f8 2f94 0308 0474 d30f ..D,..%./....t.. 003640 8253 ae9f 0308 f75c 2c18 ff60 097c 0308 .S.....\,..`.|.. 003650 1d0d fc97 a736 c1f4 0308 5cc7 59f5 45d8 .....6....\.Y.E. 003660 d729 0308 5f14 7f5c 92e3 8358 0308 1f31 .).._..\...X...1 003670 e191 0250 6a78 0308 1bb2 b468 339f 7c60 ...Pjx.....h3.|` 003680 0308 01e7 8529 910c 286a 0308 86b4 f3c8 .....)..(j...... 003690 241d 4cd6 0308 f5f2 3e78 f3fc e50c 0308 $.L.....>x...... 0036a0 fc58 aa55 e497 cc25 0308 9ec2 c7d1 d0b8 .X.U...%........ 0036b0 f13b 0308 4825 520c 7687 5570 0308 8a40 .;..H%R.v.Up...@ 0036c0 2203 a1a1 b176 0308 733a f76f f93d 08a4 "....v..s:.o.=.. 0036d0 0308 ed53 b8e6 9120 b4b2 0308 5678 9295 ...S... ....Vx.. 0036e0 51ed a41a 0308 8044 c036 0fd4 d513 0308 Q......D.6...... 0036f0 466a 0439 a8ff 6c5f 0308 bfc2 e5d7 d727 Fj.9..l_.......' 003700 3d31 0308 934f 74a6 5c5b ba07 0308 f890 =1...Ot.\[...... 003710 b947 4e32 a07f 0308 ccab 308d a2fa 19f6 .GN2......0..... 003720 0308 19a3 a42d 728e 60ba 0308 ab1e b4df .....-r.`....... 003730 ef0e 4195 0308 7e25 241b edcf 61a3 0308 ..A...~%$...a... 003740 a22e d311 96bc 224a 0308 9d36 97d5 9945 ......"J...6...E 003750 9bbe 0308 7895 3df8 0b4d 3643 0308 f890 ....x.=..M6C.... 003760 995c e648 fdab 0308 47a7 fe2a 50aa e906 .\.H....G..*P... 003770 0308 6e96 d19e 6bce b885 0308 a4f2 4132 ..n...k.......A2 003780 2519 6ad2 0308 3386 77af 7c9b 4000 0308 %.j...3.w.|.@... 003790 5154 cef1 a2ce 67d3 0308 8ce5 2316 03ef QT....g.....#... 0037a0 fea0 0308 93a5 838d 0103 e0a1 0308 5f92 .............._. 0037b0 24e3 30e9 c6ea 0308 c72e 1524 b9d3 eb59 $.0........$...Y 0037c0 0308 4717 43a9 444c 81b5 0308 f28f 8a44 ..G.C.DL.......D 0037d0 6228 ed6a 0308 0ece 36dd e9c6 ebb9 0308 b(.j....6....... 0037e0 eae7 c865 8436 01f2 0308 b22a 3e82 34da ...e.6.....*>.4. 0037f0 5883 0308 6733 c5b7 1e6d 97ae 0308 fcf6 X...g3...m...... 003800 ef73 83e7 9a57 0308 462d ba5e 8008 29c9 .s...W..F-.^..). 003810 0308 bb0f 06f3 8f2e 87ed 0308 ac81 4eb8 ..............N. 003820 c1da 8733 0308 04ee 0734 73bf 021c 0308 ...3.....4s..... 003830 8c00 3ad4 585e 3cbe 0308 2377 5d8a fdc4 ..:.X^<...#w]... 003840 3690 0308 b4ae 391e 8e26 77d2 0308 ec6e 6.....9..&w....n 003850 79de f2d4 e8cb 0308 fc99 bae5 f3ea 2d61 y.............-a 003860 0308 db55 fda5 c56a 7d6c 0308 d536 5416 ...U...j}l...6T. 003870 dbe6 a6f1 0308 ca30 09c7 58cf 4faa 0308 .......0..X.O... 003880 2603 806c 3ab6 f455 0308 2295 9bcf d294 &..l:..U.."..... 003890 e066 0308 b2a3 1be6 210b 2faa 0308 30b9 .f......!./...0. 0038a0 a961 9183 16a0 0308 0b37 a52c 543b 9c06 .a.......7.,T;.. 0038b0 0308 4965 0d8a b935 13a1 0308 07bf 9c8c ..Ie...5........ 0038c0 f2e2 dc85 0308 b9cf 7827 3d29 a2f5 0308 ........x'=).... 0038d0 f522 5c2b 6c4d 300e 0308 cc47 c0b4 b623 ."\+lM0....G...# 0038e0 1abe 0308 8e13 5a6d 488c 24ba 0308 7f61 ......ZmH.$....a 0038f0 5e41 5070 31a4 0308 776b eae2 0a5f fcd4 ^APp1...wk..._.. 003900 0308 79af 490e 05ce 5bd5 0308 9c6e beaa ..y.I...[....n.. 003910 46b5 f20a 0308 ad2d 6819 3bf6 abea 0308 F......-h.;..... 003920 eb52 dc67 93aa 9bc9 0308 c70d ecf8 7461 .R.g..........ta 003930 0b57 0308 7759 6953 2de5 4b99 0308 0e74 .W..wYiS-.K....t 003940 7d42 9e96 6024 0308 2f4d 12f1 7b71 54dc }B..`$../M..{qT. 003950 0308 5eed 3cab 89d4 8f4d 0308 0514 d919 ..^.<....M...... 003960 7f16 2129 0308 eaef ec0f 0e0f 20f0 0308 ..!)........ ... 003970 00c6 8973 7e3e be71 0308 88c7 2f9d 6504 ...s~>.q..../.e. 003980 c87a 0308 30d9 1dbc eb64 02dd 0308 b0d3 .z..0....d...... 003990 f4ff b9ba 4535 0308 cdcf 74ba b98b 123e ....E5....t....> 0039a0 0308 8366 3cda 10e3 81f0 0308 203e 31f5 ...f<....... >1. 0039b0 e057 d7ee 0308 749e 9d71 8b64 7d49 0308 .W....t..q.d}I.. 0039c0 76ba 0d46 c7a2 3598 0308 2f5b 8918 9a53 v..F..5.../[...S 0039d0 fc2f 0308 fff3 e5ad 511c c872 0308 2cd5 ./......Q..r..,. 0039e0 179e 9263 bd8e 0308 2cc3 4f8d 31ae 395b ...c....,.O.1.9[ 0039f0 0308 0856 518f c534 f4c5 0308 9423 b596 ...VQ..4.....#.. 003a00 e4fd 202d 0308 3181 7eb2 c777 9742 0308 .. -..1.~..w.B.. 003a10 c597 08c2 5503 3097 0308 b0d2 d9b5 f87b ....U.0........{ 003a20 4b84 0308 6358 ab7a d976 b6d3 0308 a3de K...cX.z.v...... 003a30 4f38 90cb 6a9a 0308 020f 7728 d0a9 f6e9 O8..j.....w(.... 003a40 0308 9c27 2edf 9b86 c591 0308 5c4a 9094 ...'........\J.. 003a50 934e 6cd4 0308 e969 713d f5e9 03f6 0308 .Nl....iq=...... 003a60 dc8d b439 bf49 49f4 0308 3546 b7db d5eb ...9.II...5F.... 003a70 c43c 0308 cce1 937e 8a30 55a3 0308 c243 .<.....~.0U....C 003a80 0b53 1dfa d973 0308 09c7 1fd8 c93c 2663 .S...s.......<&c 003a90 0308 0544 ad90 320b 3b0e 0308 f996 36ce ...D..2.;.....6. 003aa0 b2a0 03d3 0308 f51e faab 8b42 0cd7 0308 ...........B.... 003ab0 5ed9 e8e2 c5ca d312 0308 3334 12fa 4113 ^.........34..A. 003ac0 6fc5 0308 491c 87fa cd3a bb14 0308 3cc4 o...I....:....<. 003ad0 2482 7edf 8897 0308 2b08 697e 4606 3519 $.~.....+.i~F.5. 003ae0 0308 2f10 7dfd fd0d b34e 0308 017f b353 ../.}....N.....S 003af0 142a 23b7 0308 36d7 809a 6c23 1fdd 0308 .*#...6...l#.... 003b00 9f6e 51b4 c1eb b814 0308 7a8c 2801 1d50 .nQ.......z.(..P 003b10 725d 0308 da77 7668 a0bf 4584 0308 9300 r]...wvh..E..... 003b20 6ede 7ac7 eb1b 0308 850a 911c 3123 b947 n.z.........1#.G 003b30 0308 e622 3aee db3a 1a41 0308 3fff 700d ...":..:.A..?.p. 003b40 ec38 37eb 0308 e168 a062 cb6f 87fe 0308 .87....h.b.o.... 003b50 be47 7791 35c1 ec25 0308 de31 187c 4459 .Gw.5..%...1.|DY 003b60 23b5 0308 d82e 03d2 535f ecaf 0308 7917 #.......S_....y. 003b70 c695 91b5 c05a 0308 64ce 5e6a 77e7 b29d .....Z..d.^jw... 003b80 0308 f74a 2781 b734 af9b 0308 5077 cd5b ...J'..4....Pw.[ 003b90 a809 b25a 0308 535f c320 edb8 478b 0308 ...Z..S_. ..G... 003ba0 72a6 120b 85ea ba7f 0308 45f2 4d7a 48d1 r.........E.MzH. 003bb0 1cba 0308 2e31 782f 5e9c cc8b 0308 0101 .....1x/^....... 003bc0 83ac 382c 24f6 0308 2a0f c2b9 ec1e 2633 ..8,$...*.....&3 003bd0 0308 d0d4 b710 bc82 7eca 0308 038e d4e7 ........~....... 003be0 39ca 051a 0308 b920 331e 59c8 16ee 0308 9...... 3.Y..... 003bf0 12f4 b1a6 1140 7b38 0308 e596 b11e b5ab .....@{8........ 003c00 a7cf 0308 5e32 22a4 90f0 8cbc 0308 963f ....^2"........? 003c10 6830 8c3d 1455 0308 6716 b4de 22c1 cc9b h0.=.U..g..."... 003c20 0308 7b34 15e6 ad54 9bb8 0308 434d 82a5 ..{4...T....CM.. 003c30 cea4 5fd3 0308 c6a5 7886 cd76 4dec 0308 .._.....x..vM... 003c40 8990 b2ca 984d 21f9 0308 5bad 078c 04e7 .....M!...[..... 003c50 4ce8 0308 800a 3f84 4c1a 5a72 0308 53e6 L.....?.L.Zr..S. 003c60 c5e8 5c23 91ef 0308 e6c6 7c05 1096 2c22 ..\#......|...," 003c70 0308 d72f 710b aff9 e56a 0308 fed2 b55e .../q....j.....^ 003c80 a48d e668 0308 d14a 77db 28dc 8132 0308 ...h...Jw.(..2.. 003c90 12e7 d1b1 a420 a8c7 0308 8b7c d119 b859 ..... .....|...Y 003ca0 bf5e 0308 dcd5 14e2 be89 09e1 0308 d11b .^.............. 003cb0 e588 01de 87fc 0308 ba37 5027 1f68 271f .........7P'.h'. 003cc0 0308 aeb9 7bb5 6e5d 6eef ....{.n]n. accumulate: (src: [0] rdrand) e5ff ae9e fb1c ff68 entropy sources: [0] rdrand [1] timer accumulate: (src: [1] timer) 2397 9891 accumulate: (src: [0] rdrand) f90e 3217 5616 f9df accumulate: (src: [1] timer) 7169 3a2d accumulate: (src: [0] rdrand) 6866 00c9 a193 f77c accumulate: (src: [1] timer) 885c d0c8 test_ec alias tests/runtest Testing EC. This run has ID `42C6C0EC-3DE4-4002-9B18-42078DF44A05`. ... P256 Key exchange 0 b*A. [OK] P256 Key exchange 0 b*A. ... P256 Key exchange 1 a*B. [OK] P256 Key exchange 1 a*B. ... P256 Key exchange 2 a*A. [OK] P256 Key exchange 2 a*A. ... P256 Key exchange 3 b*B. [OK] P256 Key exchange 3 b*B. ... P256 Low level scalar mult 0 Scalar mult (#0). [OK] P256 Low level scalar mult 0 Scalar mult (#0). ... P256 Low level scalar mult 1 Scalar mult (#1). [OK] P256 Low level scalar mult 1 Scalar mult (#1). ... P256 Low level scalar mult 2 Scalar mult (#2). [OK] P256 Low level scalar mult 2 Scalar mult (#2). ... P256 Low level scalar mult 3 Scalar mult (#3). [OK] P256 Low level scalar mult 3 Scalar mult (#3). ... P256 Low level scalar mult 4 Scalar mult (#4). [OK] P256 Low level scalar mult 4 Scalar mult (#4). ... P256 Low level scalar mult 5 Scalar mult (#5). [OK] P256 Low level scalar mult 5 Scalar mult (#5). ... P256 Point validation 0 Ok. [OK] P256 Point validation 0 Ok. ... P256 Point validation 1 P=0. [OK] P256 Point validation 1 P=0. ... P256 Point validation 2 (0, sqrt(b)). [OK] P256 Point validation 2 (0, sqrt(b)). ... P256 Point validation 3 out of range. [OK] P256 Point validation 3 out of range. ... P256 Scalar validation when generating 0 0. [OK] P256 Scalar validation when generating 0 0. ... P256 Scalar validation when generating 1 1. [OK] P256 Scalar validation when generating 1 1. ... P256 Scalar validation when generating 2 n-1. [OK] P256 Scalar validation when generating 2 n-1. ... P256 Scalar validation when generating 3 n. [OK] P256 Scalar validation when generating 3 n. ... ECDSA NIST 0 ECDSA gen. [OK] ECDSA NIST 0 ECDSA gen. ... ECDSA NIST 1 ECDSA sign. [OK] ECDSA NIST 1 ECDSA sign. ... ECDSA NIST 2 ECDSA verify. [OK] ECDSA NIST 2 ECDSA verify. ... ECDSA RFC 6979 P256 0 public key matches. [OK] ECDSA RFC 6979 P256 0 public key matches. ... ECDSA RFC 6979 P256 1 public key compression and decompression. [OK] ECDSA RFC 6979 P256 1 public key compression and decompression. ... ECDSA RFC 6979 P256 2 RFC 6979 A.2.5 0. [OK] ECDSA RFC 6979 P256 2 RFC 6979 A.2.5 0. ... ECDSA RFC 6979 P256 3 RFC 6979 A.2.5 1. [OK] ECDSA RFC 6979 P256 3 RFC 6979 A.2.5 1. ... ECDSA RFC 6979 P256 4 RFC 6979 A.2.5 2. [OK] ECDSA RFC 6979 P256 4 RFC 6979 A.2.5 2. ... ECDSA RFC 6979 P256 5 RFC 6979 A.2.5 3. [OK] ECDSA RFC 6979 P256 5 RFC 6979 A.2.5 3. ... ECDSA RFC 6979 P256 6 RFC 6979 A.2.5 4. [OK] ECDSA RFC 6979 P256 6 RFC 6979 A.2.5 4. ... ECDSA RFC 6979 P256 7 RFC 6979 A.2.5 5. [OK] ECDSA RFC 6979 P256 7 RFC 6979 A.2.5 5. ... ECDSA RFC 6979 P256 8 RFC 6979 A.2.5 6. [OK] ECDSA RFC 6979 P256 8 RFC 6979 A.2.5 6. ... ECDSA RFC 6979 P256 9 RFC 6979 A.2.5 7. [OK] ECDSA RFC 6979 P256 9 RFC 6979 A.2.5 7. ... ECDSA RFC 6979 P256 10 RFC 6979 A.2.5 8. [OK] ECDSA RFC 6979 P256 10 RFC 6979 A.2.5 8. ... ECDSA RFC 6979 P256 11 RFC 6979 A.2.5 9. [OK] ECDSA RFC 6979 P256 11 RFC 6979 A.2.5 9. ... ECDSA RFC 6979 P384 0 public key matches. [OK] ECDSA RFC 6979 P384 0 public key matches. ... ECDSA RFC 6979 P384 1 public key compression and decompression. [OK] ECDSA RFC 6979 P384 1 public key compression and decompression. ... ECDSA RFC 6979 P384 2 RFC 6979 A.2.6 0. [OK] ECDSA RFC 6979 P384 2 RFC 6979 A.2.6 0. ... ECDSA RFC 6979 P384 3 RFC 6979 A.2.6 1. [OK] ECDSA RFC 6979 P384 3 RFC 6979 A.2.6 1. ... ECDSA RFC 6979 P384 4 RFC 6979 A.2.6 2. [OK] ECDSA RFC 6979 P384 4 RFC 6979 A.2.6 2. ... ECDSA RFC 6979 P384 5 RFC 6979 A.2.6 3. [OK] ECDSA RFC 6979 P384 5 RFC 6979 A.2.6 3. ... ECDSA RFC 6979 P384 6 RFC 6979 A.2.6 4. [OK] ECDSA RFC 6979 P384 6 RFC 6979 A.2.6 4. ... ECDSA RFC 6979 P384 7 RFC 6979 A.2.6 5. [OK] ECDSA RFC 6979 P384 7 RFC 6979 A.2.6 5. ... ECDSA RFC 6979 P384 8 RFC 6979 A.2.6 6. [OK] ECDSA RFC 6979 P384 8 RFC 6979 A.2.6 6. ... ECDSA RFC 6979 P384 9 RFC 6979 A.2.6 7. [OK] ECDSA RFC 6979 P384 9 RFC 6979 A.2.6 7. ... ECDSA RFC 6979 P384 10 RFC 6979 A.2.6 8. [OK] ECDSA RFC 6979 P384 10 RFC 6979 A.2.6 8. ... ECDSA RFC 6979 P384 11 RFC 6979 A.2.6 9. [OK] ECDSA RFC 6979 P384 11 RFC 6979 A.2.6 9. ... ECDSA RFC 6979 P521 0 public key matches. [OK] ECDSA RFC 6979 P521 0 public key matches. ... ECDSA RFC 6979 P521 1 public key compression and decompression. [OK] ECDSA RFC 6979 P521 1 public key compression and decompression. ... ECDSA RFC 6979 P521 2 RFC 6979 A.2.7 0. [OK] ECDSA RFC 6979 P521 2 RFC 6979 A.2.7 0. ... ECDSA RFC 6979 P521 3 RFC 6979 A.2.7 1. [OK] ECDSA RFC 6979 P521 3 RFC 6979 A.2.7 1. ... ECDSA RFC 6979 P521 4 RFC 6979 A.2.7 2. [OK] ECDSA RFC 6979 P521 4 RFC 6979 A.2.7 2. ... ECDSA RFC 6979 P521 5 RFC 6979 A.2.7 3. [OK] ECDSA RFC 6979 P521 5 RFC 6979 A.2.7 3. ... ECDSA RFC 6979 P521 6 RFC 6979 A.2.7 4. [OK] ECDSA RFC 6979 P521 6 RFC 6979 A.2.7 4. ... ECDSA RFC 6979 P521 7 RFC 6979 A.2.7 5. [OK] ECDSA RFC 6979 P521 7 RFC 6979 A.2.7 5. ... ECDSA RFC 6979 P521 8 RFC 6979 A.2.7 6. [OK] ECDSA RFC 6979 P521 8 RFC 6979 A.2.7 6. ... ECDSA RFC 6979 P521 9 RFC 6979 A.2.7 7. [OK] ECDSA RFC 6979 P521 9 RFC 6979 A.2.7 7. ... ECDSA RFC 6979 P521 10 RFC 6979 A.2.7 8. [OK] ECDSA RFC 6979 P521 10 RFC 6979 A.2.7 8. ... ECDSA RFC 6979 P521 11 RFC 6979 A.2.7 9. [OK] ECDSA RFC 6979 P521 11 RFC 6979 A.2.7 9. ... X25519 0 RFC 7748. [OK] X25519 0 RFC 7748. ... ED25519 0 RFC 8032 1. [OK] ED25519 0 RFC 8032 1. ... ED25519 1 RFC 8032 2. [OK] ED25519 1 RFC 8032 2. ... ED25519 2 RFC 8032 3. [OK] ED25519 2 RFC 8032 3. ... ED25519 3 RFC 8032 4. [OK] ED25519 3 RFC 8032 4. ... ED25519 4 RFC 8032 5. [OK] ED25519 4 RFC 8032 5. ... ECDSA P521 regression 0 regreesion1. [OK] ECDSA P521 regression 0 regreesion1. The full test results are available in `/src/_build/default/tests/_build/_tests/42C6C0EC-3DE4-4002-9B18-42078DF44A05`. Test Successful in 0.000s. 64 tests run. test_pk_runner alias tests/runtest ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 2.05 seconds. OK test_ec_wycheproof alias tests/runtest Testing Wycheproof NIST curves. This run has ID `A9FFB6E4-C0CC-44B8-918B-21A7B756BA69`. ... ECDH P256 test vectors 0 1 - normal case. [OK] ECDH P256 test vectors 0 1 - normal case. ... ECDH P256 test vectors 1 2 - compressed public key. [OK] ECDH P256 test vectors 1 2 - compressed public key. ... ECDH P256 test vectors 2 3 - edge case for shared secret. [OK] ECDH P256 test vectors 2 3 - edge case for shared secret. ... ECDH P256 test vectors 3 4 - edge case for shared secret. [OK] ECDH P256 test vectors 3 4 - edge case for shared secret. ... ECDH P256 test vectors 4 5 - edge case for shared secret. [OK] ECDH P256 test vectors 4 5 - edge case for shared secret. ... ECDH P256 test vectors 5 6 - edge case for shared secret. [OK] ECDH P256 test vectors 5 6 - edge case for shared secret. ... ECDH P256 test vectors 6 7 - edge case for shared secret. [OK] ECDH P256 test vectors 6 7 - edge case for shared secret. ... ECDH P256 test vectors 7 8 - edge case for shared secret. [OK] ECDH P256 test vectors 7 8 - edge case for shared secret. ... ECDH P256 test vectors 8 9 - edge case for shared secret. [OK] ECDH P256 test vectors 8 9 - edge case for shared secret. ... ECDH P256 test vectors 9 10 - edge case for shared secret. [OK] ECDH P256 test vectors 9 10 - edge case for shared secret. ... ECDH P256 test vectors 10 11 - edge case for shared secret. [OK] ECDH P256 test vectors 10 11 - edge case for shared secret. ... ECDH P256 test vectors 11 12 - edge case for shared secret. [OK] ECDH P256 test vectors 11 12 - edge case for shared secret. ... ECDH P256 test vectors 12 13 - edge case for shared secret. [OK] ECDH P256 test vectors 12 13 - edge case for shared secret. ... ECDH P256 test vectors 13 14 - edge case for shared secret. [OK] ECDH P256 test vectors 13 14 - edge case for shared secret. ... ECDH P256 test vectors 14 15 - edge case for shared secret. [OK] ECDH P256 test vectors 14 15 - edge case for shared secret. ... ECDH P256 test vectors 15 16 - edge case for shared secret. [OK] ECDH P256 test vectors 15 16 - edge case for shared secret. ... ECDH P256 test vectors 16 17 - edge case for shared secret. [OK] ECDH P256 test vectors 16 17 - edge case for shared secret. ... ECDH P256 test vectors 17 18 - edge case for shared secret. [OK] ECDH P256 test vectors 17 18 - edge case for shared secret. ... ECDH P256 test vectors 18 19 - y-coordinate of the public key is small. [OK] ECDH P256 test vectors 18 19 - y-coordinate of the public key is small. ... ECDH P256 test vectors 19 20 - y-coordinate of the public key is small. [OK] ECDH P256 test vectors 19 20 - y-coordinate of the public key is small. ... ECDH P256 test vectors 20 21 - y-coordinate of the public key is small. [OK] ECDH P256 test vectors 20 21 - y-coordinate of the public key is small. ... ECDH P256 test vectors 21 22 - y-coordinate of the public key is large. [OK] ECDH P256 test vectors 21 22 - y-coordinate of the public key is large. ... ECDH P256 test vectors 22 23 - y-coordinate of the public key is large. [OK] ECDH P256 test vectors 22 23 - y-coordinate of the public key is large. ... ECDH P256 test vectors 23 24 - y-coordinate of the public key is large. [OK] ECDH P256 test vectors 23 24 - y-coordinate of the public key is large. ... ECDH P256 test vectors 24 25 - y-coordinate of the public key has many trailing 1's. [OK] ECDH P256 test vectors 24 25 - y-coordinate of the public key has many trailing 1's. ... ECDH P256 test vectors 25 26 - y-coordinate of the public key has many trailing 1's. [OK] ECDH P256 test vectors 25 26 - y-coordinate of the public key has many trailing 1's. ... ECDH P256 test vectors 26 27 - y-coordinate of the public key has many trailing 1's. [OK] ECDH P256 test vectors 26 27 - y-coordinate of the public key has many trailing 1's. ... ECDH P256 test vectors 27 28 - y-coordinate of the public key has many trailing 0's. [OK] ECDH P256 test vectors 27 28 - y-coordinate of the public key has many trailing 0's. ... ECDH P256 test vectors 28 29 - y-coordinate of the public key has many trailing 0's. [OK] ECDH P256 test vectors 28 29 - y-coordinate of the public key has many trailing 0's. ... ECDH P256 test vectors 29 30 - y-coordinate of the public key has many trailing 0's. [OK] ECDH P256 test vectors 29 30 - y-coordinate of the public key has many trailing 0's. ... ECDH P256 test vectors 30 31 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 30 31 - edge cases for ephemeral key. ... ECDH P256 test vectors 31 32 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 31 32 - edge cases for ephemeral key. ... ECDH P256 test vectors 32 33 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 32 33 - edge cases for ephemeral key. ... ECDH P256 test vectors 33 34 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 33 34 - edge cases for ephemeral key. ... ECDH P256 test vectors 34 35 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 34 35 - edge cases for ephemeral key. ... ECDH P256 test vectors 35 36 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 35 36 - edge cases for ephemeral key. ... ECDH P256 test vectors 36 37 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 36 37 - edge cases for ephemeral key. ... ECDH P256 test vectors 37 38 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 37 38 - edge cases for ephemeral key. ... ECDH P256 test vectors 38 39 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 38 39 - edge cases for ephemeral key. ... ECDH P256 test vectors 39 40 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 39 40 - edge cases for ephemeral key. ... ECDH P256 test vectors 40 41 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 40 41 - edge cases for ephemeral key. ... ECDH P256 test vectors 41 42 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 41 42 - edge cases for ephemeral key. ... ECDH P256 test vectors 42 43 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 42 43 - edge cases for ephemeral key. ... ECDH P256 test vectors 43 44 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 43 44 - edge cases for ephemeral key. ... ECDH P256 test vectors 44 45 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 44 45 - edge cases for ephemeral key. ... ECDH P256 test vectors 45 46 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 45 46 - edge cases for ephemeral key. ... ECDH P256 test vectors 46 47 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 46 47 - edge cases for ephemeral key. ... ECDH P256 test vectors 47 48 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 47 48 - edge cases for ephemeral key. ... ECDH P256 test vectors 48 49 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 48 49 - edge cases for ephemeral key. ... ECDH P256 test vectors 49 50 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 49 50 - edge cases for ephemeral key. ... ECDH P256 test vectors 50 51 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 50 51 - edge cases for ephemeral key. ... ECDH P256 test vectors 51 52 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 51 52 - edge cases for ephemeral key. ... ECDH P256 test vectors 52 53 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 52 53 - edge cases for ephemeral key. ... ECDH P256 test vectors 53 54 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 53 54 - edge cases for ephemeral key. ... ECDH P256 test vectors 54 55 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 54 55 - edge cases for ephemeral key. ... ECDH P256 test vectors 55 56 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 55 56 - edge cases for ephemeral key. ... ECDH P256 test vectors 56 57 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 56 57 - edge cases for ephemeral key. ... ECDH P256 test vectors 57 58 - edge cases for ephemeral key. [OK] ECDH P256 test vectors 57 58 - edge cases for ephemeral key. ... ECDH P256 test vectors 58 59 - point with coordinate x = 0. [OK] ECDH P256 test vectors 58 59 - point with coordinate x = 0. ... ECDH P256 test vectors 59 60 - point with coordinate x = 0. [OK] ECDH P256 test vectors 59 60 - point with coordinate x = 0. ... ECDH P256 test vectors 60 61 - point with coordinate x = 0. [OK] ECDH P256 test vectors 60 61 - point with coordinate x = 0. ... ECDH P256 test vectors 61 62 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 61 62 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 62 63 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 62 63 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 63 64 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 63 64 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 64 65 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 64 65 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 65 66 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 65 66 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 66 67 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 66 67 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 67 68 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 67 68 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 68 69 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 68 69 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 69 70 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 69 70 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 70 71 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 70 71 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 71 72 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 71 72 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 72 73 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 72 73 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 73 74 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 73 74 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 74 75 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 74 75 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 75 76 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 75 76 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 76 77 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P256 test vectors 76 77 - point with coordinate x = 0 in left to right addition chain. ... ECDH P256 test vectors 77 78 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 77 78 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P256 test vectors 78 79 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 78 79 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P256 test vectors 79 80 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 79 80 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P256 test vectors 80 81 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 80 81 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P256 test vectors 81 82 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 81 82 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P256 test vectors 82 83 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 82 83 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P256 test vectors 83 84 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P256 test vectors 83 84 - point with coordinate x = 0 in right to left addition chain. ... ECDH P256 test vectors 84 85 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P256 test vectors 84 85 - point with coordinate x = 0 in right to left addition chain. ... ECDH P256 test vectors 85 86 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P256 test vectors 85 86 - point with coordinate x = 0 in right to left addition chain. ... ECDH P256 test vectors 86 87 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P256 test vectors 86 87 - point with coordinate x = 0 in right to left addition chain. ... ECDH P256 test vectors 87 88 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P256 test vectors 87 88 - point with coordinate x = 0 in right to left addition chain. ... ECDH P256 test vectors 88 89 - point with coordinate y = 1. [OK] ECDH P256 test vectors 88 89 - point with coordinate y = 1. ... ECDH P256 test vectors 89 90 - point with coordinate y = 1. [OK] ECDH P256 test vectors 89 90 - point with coordinate y = 1. ... ECDH P256 test vectors 90 91 - point with coordinate y = 1. [OK] ECDH P256 test vectors 90 91 - point with coordinate y = 1. ... ECDH P256 test vectors 91 92 - point with coordinate y = 1. [OK] ECDH P256 test vectors 91 92 - point with coordinate y = 1. ... ECDH P256 test vectors 92 93 - point with coordinate y = 1. [OK] ECDH P256 test vectors 92 93 - point with coordinate y = 1. ... ECDH P256 test vectors 93 94 - point with coordinate y = 1. [OK] ECDH P256 test vectors 93 94 - point with coordinate y = 1. ... ECDH P256 test vectors 94 95 - point with coordinate y = 1. [OK] ECDH P256 test vectors 94 95 - point with coordinate y = 1. ... ECDH P256 test vectors 95 96 - point with coordinate y = 1. [OK] ECDH P256 test vectors 95 96 - point with coordinate y = 1. ... ECDH P256 test vectors 96 97 - point with coordinate y = 1. [OK] ECDH P256 test vectors 96 97 - point with coordinate y = 1. ... ECDH P256 test vectors 97 98 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 97 98 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 98 99 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 98 99 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 99 100 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 99 100 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 100 101 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 100 101 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 101 102 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 101 102 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 102 103 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 102 103 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 103 104 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 103 104 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 104 105 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 104 105 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 105 106 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 105 106 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 106 107 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 106 107 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 107 108 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 107 108 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 108 109 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 108 109 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 109 110 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 109 110 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 110 111 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 110 111 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 111 112 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 111 112 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 112 113 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 112 113 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 113 114 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 113 114 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 114 115 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 114 115 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 115 116 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 115 116 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 116 117 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 116 117 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 117 118 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 117 118 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 118 119 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 118 119 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 119 120 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 119 120 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 120 121 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 120 121 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 121 122 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 121 122 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 122 123 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 122 123 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 123 124 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 123 124 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 124 125 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 124 125 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 125 126 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 125 126 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 126 127 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 126 127 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 127 128 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 127 128 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 128 129 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 128 129 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 129 130 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 129 130 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 130 131 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 130 131 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 131 132 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 131 132 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 132 133 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 132 133 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 133 134 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 133 134 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 134 135 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 134 135 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 135 136 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 135 136 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 136 137 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 136 137 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 137 138 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 137 138 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 138 139 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 138 139 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 139 140 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 139 140 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 140 141 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 140 141 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 141 142 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 141 142 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 142 143 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 142 143 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 143 144 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 143 144 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 144 145 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P256 test vectors 144 145 - point with coordinate y = 1 in left to right addition chain. ... ECDH P256 test vectors 145 146 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 145 146 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 146 147 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 146 147 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 147 148 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 147 148 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 148 149 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 148 149 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 149 150 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 149 150 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 150 151 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 150 151 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 151 152 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 151 152 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 152 153 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 152 153 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 153 154 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 153 154 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 154 155 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 154 155 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 155 156 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 155 156 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 156 157 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 156 157 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 157 158 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 157 158 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 158 159 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 158 159 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 159 160 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P256 test vectors 159 160 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P256 test vectors 160 161 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 160 161 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 161 162 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 161 162 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 162 163 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 162 163 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 163 164 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 163 164 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 164 165 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 164 165 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 165 166 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 165 166 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 166 167 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 166 167 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 167 168 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 167 168 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 168 169 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 168 169 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 169 170 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 169 170 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 170 171 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 170 171 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 171 172 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 171 172 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 172 173 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 172 173 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 173 174 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 173 174 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 174 175 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P256 test vectors 174 175 - point with coordinate y = 1 in right to left addition chain. ... ECDH P256 test vectors 175 176 - edge case private key. [OK] ECDH P256 test vectors 175 176 - edge case private key. ... ECDH P256 test vectors 176 177 - edge case private key. [OK] ECDH P256 test vectors 176 177 - edge case private key. ... ECDH P256 test vectors 177 178 - edge case private key. [OK] ECDH P256 test vectors 177 178 - edge case private key. ... ECDH P256 test vectors 178 179 - edge case private key. [OK] ECDH P256 test vectors 178 179 - edge case private key. ... ECDH P256 test vectors 179 180 - edge case private key. [OK] ECDH P256 test vectors 179 180 - edge case private key. ... ECDH P256 test vectors 180 181 - edge case private key. [OK] ECDH P256 test vectors 180 181 - edge case private key. ... ECDH P256 test vectors 181 182 - edge case private key. [OK] ECDH P256 test vectors 181 182 - edge case private key. ... ECDH P256 test vectors 182 183 - edge case private key. [OK] ECDH P256 test vectors 182 183 - edge case private key. ... ECDH P256 test vectors 183 184 - edge case private key. [OK] ECDH P256 test vectors 183 184 - edge case private key. ... ECDH P256 test vectors 184 185 - edge case private key. [OK] ECDH P256 test vectors 184 185 - edge case private key. ... ECDH P256 test vectors 185 186 - edge case private key. [OK] ECDH P256 test vectors 185 186 - edge case private key. ... ECDH P256 test vectors 186 187 - edge case private key. [OK] ECDH P256 test vectors 186 187 - edge case private key. ... ECDH P256 test vectors 187 188 - edge case private key. [OK] ECDH P256 test vectors 187 188 - edge case private key. ... ECDH P256 test vectors 188 189 - edge case private key. [OK] ECDH P256 test vectors 188 189 - edge case private key. ... ECDH P256 test vectors 189 190 - edge case private key. [OK] ECDH P256 test vectors 189 190 - edge case private key. ... ECDH P256 test vectors 190 191 - CVE-2017-8932. [OK] ECDH P256 test vectors 190 191 - CVE-2017-8932. ... ECDH P256 test vectors 191 192 - CVE-2017-8932. [OK] ECDH P256 test vectors 191 192 - CVE-2017-8932. ... ECDH P256 test vectors 192 193 - point is not on curve. [OK] ECDH P256 test vectors 192 193 - point is not on curve. ... ECDH P256 test vectors 193 194 - point is not on curve. [OK] ECDH P256 test vectors 193 194 - point is not on curve. ... ECDH P256 test vectors 194 195 - point is not on curve. [OK] ECDH P256 test vectors 194 195 - point is not on curve. ... ECDH P256 test vectors 195 196 - point is not on curve. [OK] ECDH P256 test vectors 195 196 - point is not on curve. ... ECDH P256 test vectors 196 197 - point is not on curve. [OK] ECDH P256 test vectors 196 197 - point is not on curve. ... ECDH P256 test vectors 197 198 - point is not on curve. [OK] ECDH P256 test vectors 197 198 - point is not on curve. ... ECDH P256 test vectors 198 199 - point is not on curve. [OK] ECDH P256 test vectors 198 199 - point is not on curve. ... ECDH P256 test vectors 199 200 - point is not on curve. [OK] ECDH P256 test vectors 199 200 - point is not on curve. ... ECDH P256 test vectors 200 201 - point is not on curve. [OK] ECDH P256 test vectors 200 201 - point is not on curve. ... ECDH P256 test vectors 201 202 - point is not on curve. [OK] ECDH P256 test vectors 201 202 - point is not on curve. ... ECDH P256 test vectors 202 203 - point is not on curve. [OK] ECDH P256 test vectors 202 203 - point is not on curve. ... ECDH P256 test vectors 203 204 - point is not on curve. [OK] ECDH P256 test vectors 203 204 - point is not on curve. ... ECDH P256 test vectors 204 205 - point is not on curve. [OK] ECDH P256 test vectors 204 205 - point is not on curve. ... ECDH P256 test vectors 205 206 - point is not on curve. [OK] ECDH P256 test vectors 205 206 - point is not on curve. ... ECDH P256 test vectors 206 207 - point is not on curve. [OK] ECDH P256 test vectors 206 207 - point is not on curve. ... ECDH P256 test vectors 207 208 - point is not on curve. [OK] ECDH P256 test vectors 207 208 - point is not on curve. ... ECDH P256 test vectors 208 209 - . [OK] ECDH P256 test vectors 208 209 - . ... ECDH P256 test vectors 209 210 - public point not on curve. [OK] ECDH P256 test vectors 209 210 - public point not on curve. ... ECDH P256 test vectors 210 211 - public point = (0,0). [OK] ECDH P256 test vectors 210 211 - public point = (0,0). ... ECDH P256 test vectors 211 224 - using secp224r1. [OK] ECDH P256 test vectors 211 224 - using secp224r1. ... ECDH P256 test vectors 212 225 - using secp256k1. [OK] ECDH P256 test vectors 212 225 - using secp256k1. ... ECDH P256 test vectors 213 228 - Public key uses wrong curve: secp224r1. [OK] ECDH P256 test vectors 213 228 - Public key uses wrong curve: secp224r1. ... ECDH P256 test vectors 214 229 - Public key uses wrong curve: secp384r1. [OK] ECDH P256 test vectors 214 229 - Public key uses wrong curve: secp384r1. ... ECDH P256 test vectors 215 230 - Public key uses wrong curve: secp521r1. [OK] ECDH P256 test vectors 215 230 - Public key uses wrong curve: secp521r1. ... ECDH P256 test vectors 216 231 - Public key uses wrong curve: secp256k1. [OK] ECDH P256 test vectors 216 231 - Public key uses wrong curve: secp256k1. ... ECDH P256 test vectors 217 232 - Public key uses wrong curve: secp224k1. [OK] ECDH P256 test vectors 217 232 - Public key uses wrong curve: secp224k1. ... ECDH P256 test vectors 218 233 - Public key uses wrong curve: brainpoolP224r1. [OK] ECDH P256 test vectors 218 233 - Public key uses wrong curve: brainpoolP224r1. ... ECDH P256 test vectors 219 234 - Public key uses wrong curve: brainpoolP256r1. [OK] ECDH P256 test vectors 219 234 - Public key uses wrong curve: brainpoolP256r1. ... ECDH P256 test vectors 220 235 - Public key uses wrong curve: brainpoolP320r1. [OK] ECDH P256 test vectors 220 235 - Public key uses wrong curve: brainpoolP320r1. ... ECDH P256 test vectors 221 236 - Public key uses wrong curve: brainpoolP384r1. [OK] ECDH P256 test vectors 221 236 - Public key uses wrong curve: brainpoolP384r1. ... ECDH P256 test vectors 222 237 - Public key uses wrong curve: brainpoolP512r1. [OK] ECDH P256 test vectors 222 237 - Public key uses wrong curve: brainpoolP512r1. ... ECDH P256 test vectors 223 238 - Public key uses wrong curve: brainpoolP224t1. [OK] ECDH P256 test vectors 223 238 - Public key uses wrong curve: brainpoolP224t1. ... ECDH P256 test vectors 224 239 - Public key uses wrong curve: brainpoolP256t1. [OK] ECDH P256 test vectors 224 239 - Public key uses wrong curve: brainpoolP256t1. ... ECDH P256 test vectors 225 240 - Public key uses wrong curve: brainpoolP320t1. [OK] ECDH P256 test vectors 225 240 - Public key uses wrong curve: brainpoolP320t1. ... ECDH P256 test vectors 226 241 - Public key uses wrong curve: brainpoolP384t1. [OK] ECDH P256 test vectors 226 241 - Public key uses wrong curve: brainpoolP384t1. ... ECDH P256 test vectors 227 242 - Public key uses wrong curve: brainpoolP512t1. [OK] ECDH P256 test vectors 227 242 - Public key uses wrong curve: brainpoolP512t1. ... ECDH P256 test vectors 228 243 - invalid public key. [OK] ECDH P256 test vectors 228 243 - invalid public key. ... ECDH P256 test vectors 229 244 - public key is a low order point on twist. [OK] ECDH P256 test vectors 229 244 - public key is a low order point on twist. ... ECDH P256 test vectors 230 245 - public key is a low order point on twist. [OK] ECDH P256 test vectors 230 245 - public key is a low order point on twist. ... ECDH P256 test vectors 231 246 - public key is a low order point on twist. [OK] ECDH P256 test vectors 231 246 - public key is a low order point on twist. ... ECDH P256 test vectors 232 247 - public key is a low order point on twist. [OK] ECDH P256 test vectors 232 247 - public key is a low order point on twist. ... ECDH P256 test vectors 233 248 - public key is a low order point on twist. [OK] ECDH P256 test vectors 233 248 - public key is a low order point on twist. ... ECDH P256 test vectors 234 249 - public key is a low order point on twist. [OK] ECDH P256 test vectors 234 249 - public key is a low order point on twist. ... ECDSA P256 test vectors (SHA256) 0 1 - signature malleability. [OK] ECDSA P256 test vectors (SHA256) 0 1 - signature malleability. ... ECDSA P256 test vectors (SHA256) 1 2 - Legacy:ASN encoding of s misses leading 0. [OK] ECDSA P256 test vectors (SHA256) 1 2 - Legacy:ASN encoding of s misses leading 0. ... ECDSA P256 test vectors (SHA256) 2 3 - valid. [OK] ECDSA P256 test vectors (SHA256) 2 3 - valid. ... ECDSA P256 test vectors (SHA256) 3 4 - long form encoding of length of sequence. [OK] ECDSA P256 test vectors (SHA256) 3 4 - long form encoding of length of sequence. ... ECDSA P256 test vectors (SHA256) 4 5 - length of sequence contains leading 0. [OK] ECDSA P256 test vectors (SHA256) 4 5 - length of sequence contains leading 0. ... ECDSA P256 test vectors (SHA256) 5 6 - wrong length of sequence. [OK] ECDSA P256 test vectors (SHA256) 5 6 - wrong length of sequence. ... ECDSA P256 test vectors (SHA256) 6 7 - wrong length of sequence. [OK] ECDSA P256 test vectors (SHA256) 6 7 - wrong length of sequence. ... ECDSA P256 test vectors (SHA256) 7 8 - uint32 overflow in length of sequence. [OK] ECDSA P256 test vectors (SHA256) 7 8 - uint32 overflow in length of sequence. ... ECDSA P256 test vectors (SHA256) 8 9 - uint64 overflow in length of sequence. [OK] ECDSA P256 test vectors (SHA256) 8 9 - uint64 overflow in length of sequence. ... ECDSA P256 test vectors (SHA256) 9 10 - length of sequence = 2**31 - 1. [OK] ECDSA P256 test vectors (SHA256) 9 10 - length of sequence = 2**31 - 1. ... ECDSA P256 test vectors (SHA256) 10 11 - length of sequence = 2**32 - 1. [OK] ECDSA P256 test vectors (SHA256) 10 11 - length of sequence = 2**32 - 1. ... ECDSA P256 test vectors (SHA256) 11 12 - length of sequence = 2**40 - 1. [OK] ECDSA P256 test vectors (SHA256) 11 12 - length of sequence = 2**40 - 1. ... ECDSA P256 test vectors (SHA256) 12 13 - length of sequence = 2**64 - 1. [OK] ECDSA P256 test vectors (SHA256) 12 13 - length of sequence = 2**64 - 1. ... ECDSA P256 test vectors (SHA256) 13 14 - incorrect length of sequence. [OK] ECDSA P256 test vectors (SHA256) 13 14 - incorrect length of sequence. ... ECDSA P256 test vectors (SHA256) 14 15 - indefinite length without termination. [OK] ECDSA P256 test vectors (SHA256) 14 15 - indefinite length without termination. ... ECDSA P256 test vectors (SHA256) 15 16 - indefinite length without termination. [OK] ECDSA P256 test vectors (SHA256) 15 16 - indefinite length without termination. ... ECDSA P256 test vectors (SHA256) 16 17 - indefinite length without termination. [OK] ECDSA P256 test vectors (SHA256) 16 17 - indefinite length without termination. ... ECDSA P256 test vectors (SHA256) 17 18 - removing sequence. [OK] ECDSA P256 test vectors (SHA256) 17 18 - removing sequence. ... ECDSA P256 test vectors (SHA256) 18 19 - lonely sequence tag. [OK] ECDSA P256 test vectors (SHA256) 18 19 - lonely sequence tag. ... ECDSA P256 test vectors (SHA256) 19 20 - appending 0's to sequence. [OK] ECDSA P256 test vectors (SHA256) 19 20 - appending 0's to sequence. ... ECDSA P256 test vectors (SHA256) 20 21 - prepending 0's to sequence. [OK] ECDSA P256 test vectors (SHA256) 20 21 - prepending 0's to sequence. ... ECDSA P256 test vectors (SHA256) 21 22 - appending unused 0's to sequence. [OK] ECDSA P256 test vectors (SHA256) 21 22 - appending unused 0's to sequence. ... ECDSA P256 test vectors (SHA256) 22 23 - appending null value to sequence. [OK] ECDSA P256 test vectors (SHA256) 22 23 - appending null value to sequence. ... ECDSA P256 test vectors (SHA256) 23 24 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 23 24 - including garbage. ... ECDSA P256 test vectors (SHA256) 24 25 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 24 25 - including garbage. ... ECDSA P256 test vectors (SHA256) 25 26 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 25 26 - including garbage. ... ECDSA P256 test vectors (SHA256) 26 27 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 26 27 - including garbage. ... ECDSA P256 test vectors (SHA256) 27 28 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 27 28 - including garbage. ... ECDSA P256 test vectors (SHA256) 28 29 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 28 29 - including garbage. ... ECDSA P256 test vectors (SHA256) 29 30 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 29 30 - including garbage. ... ECDSA P256 test vectors (SHA256) 30 31 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 30 31 - including garbage. ... ECDSA P256 test vectors (SHA256) 31 32 - including garbage. [OK] ECDSA P256 test vectors (SHA256) 31 32 - including garbage. ... ECDSA P256 test vectors (SHA256) 32 33 - including undefined tags. [OK] ECDSA P256 test vectors (SHA256) 32 33 - including undefined tags. ... ECDSA P256 test vectors (SHA256) 33 34 - including undefined tags. [OK] ECDSA P256 test vectors (SHA256) 33 34 - including undefined tags. ... ECDSA P256 test vectors (SHA256) 34 35 - including undefined tags. [OK] ECDSA P256 test vectors (SHA256) 34 35 - including undefined tags. ... ECDSA P256 test vectors (SHA256) 35 36 - including undefined tags. [OK] ECDSA P256 test vectors (SHA256) 35 36 - including undefined tags. ... ECDSA P256 test vectors (SHA256) 36 37 - including undefined tags. [OK] ECDSA P256 test vectors (SHA256) 36 37 - including undefined tags. ... ECDSA P256 test vectors (SHA256) 37 38 - including undefined tags. [OK] ECDSA P256 test vectors (SHA256) 37 38 - including undefined tags. ... ECDSA P256 test vectors (SHA256) 38 39 - truncated length of sequence. [OK] ECDSA P256 test vectors (SHA256) 38 39 - truncated length of sequence. ... ECDSA P256 test vectors (SHA256) 39 40 - using composition with indefinite length. [OK] ECDSA P256 test vectors (SHA256) 39 40 - using composition with indefinite length. ... ECDSA P256 test vectors (SHA256) 40 41 - using composition with indefinite length. [OK] ECDSA P256 test vectors (SHA256) 40 41 - using composition with indefinite length. ... ECDSA P256 test vectors (SHA256) 41 42 - using composition with indefinite length. [OK] ECDSA P256 test vectors (SHA256) 41 42 - using composition with indefinite length. ... ECDSA P256 test vectors (SHA256) 42 43 - using composition with wrong tag. [OK] ECDSA P256 test vectors (SHA256) 42 43 - using composition with wrong tag. ... ECDSA P256 test vectors (SHA256) 43 44 - using composition with wrong tag. [OK] ECDSA P256 test vectors (SHA256) 43 44 - using composition with wrong tag. ... ECDSA P256 test vectors (SHA256) 44 45 - using composition with wrong tag. [OK] ECDSA P256 test vectors (SHA256) 44 45 - using composition with wrong tag. ... ECDSA P256 test vectors (SHA256) 45 46 - Replacing sequence with NULL. [OK] ECDSA P256 test vectors (SHA256) 45 46 - Replacing sequence with NULL. ... ECDSA P256 test vectors (SHA256) 46 47 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA256) 46 47 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA256) 47 48 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA256) 47 48 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA256) 48 49 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA256) 48 49 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA256) 49 50 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA256) 49 50 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA256) 50 51 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA256) 50 51 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA256) 51 52 - dropping value of sequence. [OK] ECDSA P256 test vectors (SHA256) 51 52 - dropping value of sequence. ... ECDSA P256 test vectors (SHA256) 52 53 - using composition for sequence. [OK] ECDSA P256 test vectors (SHA256) 52 53 - using composition for sequence. ... ECDSA P256 test vectors (SHA256) 53 54 - truncated sequence. [OK] ECDSA P256 test vectors (SHA256) 53 54 - truncated sequence. ... ECDSA P256 test vectors (SHA256) 54 55 - truncated sequence. [OK] ECDSA P256 test vectors (SHA256) 54 55 - truncated sequence. ... ECDSA P256 test vectors (SHA256) 55 56 - indefinite length. [OK] ECDSA P256 test vectors (SHA256) 55 56 - indefinite length. ... ECDSA P256 test vectors (SHA256) 56 57 - indefinite length with truncated delimiter. [OK] ECDSA P256 test vectors (SHA256) 56 57 - indefinite length with truncated delimiter. ... ECDSA P256 test vectors (SHA256) 57 58 - indefinite length with additional element. [OK] ECDSA P256 test vectors (SHA256) 57 58 - indefinite length with additional element. ... ECDSA P256 test vectors (SHA256) 58 59 - indefinite length with truncated element. [OK] ECDSA P256 test vectors (SHA256) 58 59 - indefinite length with truncated element. ... ECDSA P256 test vectors (SHA256) 59 60 - indefinite length with garbage. [OK] ECDSA P256 test vectors (SHA256) 59 60 - indefinite length with garbage. ... ECDSA P256 test vectors (SHA256) 60 61 - indefinite length with nonempty EOC. [OK] ECDSA P256 test vectors (SHA256) 60 61 - indefinite length with nonempty EOC. ... ECDSA P256 test vectors (SHA256) 61 62 - prepend empty sequence. [OK] ECDSA P256 test vectors (SHA256) 61 62 - prepend empty sequence. ... ECDSA P256 test vectors (SHA256) 62 63 - append empty sequence. [OK] ECDSA P256 test vectors (SHA256) 62 63 - append empty sequence. ... ECDSA P256 test vectors (SHA256) 63 64 - append garbage with high tag number. [OK] ECDSA P256 test vectors (SHA256) 63 64 - append garbage with high tag number. ... ECDSA P256 test vectors (SHA256) 64 65 - sequence of sequence. [OK] ECDSA P256 test vectors (SHA256) 64 65 - sequence of sequence. ... ECDSA P256 test vectors (SHA256) 65 66 - truncated sequence: removed last 1 elements. [OK] ECDSA P256 test vectors (SHA256) 65 66 - truncated sequence: removed last 1 elements. ... ECDSA P256 test vectors (SHA256) 66 67 - repeating element in sequence. [OK] ECDSA P256 test vectors (SHA256) 66 67 - repeating element in sequence. ... ECDSA P256 test vectors (SHA256) 67 68 - long form encoding of length of integer. [OK] ECDSA P256 test vectors (SHA256) 67 68 - long form encoding of length of integer. ... ECDSA P256 test vectors (SHA256) 68 69 - long form encoding of length of integer. [OK] ECDSA P256 test vectors (SHA256) 68 69 - long form encoding of length of integer. ... ECDSA P256 test vectors (SHA256) 69 70 - length of integer contains leading 0. [OK] ECDSA P256 test vectors (SHA256) 69 70 - length of integer contains leading 0. ... ECDSA P256 test vectors (SHA256) 70 71 - length of integer contains leading 0. [OK] ECDSA P256 test vectors (SHA256) 70 71 - length of integer contains leading 0. ... ECDSA P256 test vectors (SHA256) 71 72 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA256) 71 72 - wrong length of integer. ... ECDSA P256 test vectors (SHA256) 72 73 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA256) 72 73 - wrong length of integer. ... ECDSA P256 test vectors (SHA256) 73 74 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA256) 73 74 - wrong length of integer. ... ECDSA P256 test vectors (SHA256) 74 75 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA256) 74 75 - wrong length of integer. ... ECDSA P256 test vectors (SHA256) 75 76 - uint32 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA256) 75 76 - uint32 overflow in length of integer. ... ECDSA P256 test vectors (SHA256) 76 77 - uint32 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA256) 76 77 - uint32 overflow in length of integer. ... ECDSA P256 test vectors (SHA256) 77 78 - uint64 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA256) 77 78 - uint64 overflow in length of integer. ... ECDSA P256 test vectors (SHA256) 78 79 - uint64 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA256) 78 79 - uint64 overflow in length of integer. ... ECDSA P256 test vectors (SHA256) 79 80 - length of integer = 2**31 - 1. [OK] ECDSA P256 test vectors (SHA256) 79 80 - length of integer = 2**31 - 1. ... ECDSA P256 test vectors (SHA256) 80 81 - length of integer = 2**31 - 1. [OK] ECDSA P256 test vectors (SHA256) 80 81 - length of integer = 2**31 - 1. ... ECDSA P256 test vectors (SHA256) 81 82 - length of integer = 2**32 - 1. [OK] ECDSA P256 test vectors (SHA256) 81 82 - length of integer = 2**32 - 1. ... ECDSA P256 test vectors (SHA256) 82 83 - length of integer = 2**32 - 1. [OK] ECDSA P256 test vectors (SHA256) 82 83 - length of integer = 2**32 - 1. ... ECDSA P256 test vectors (SHA256) 83 84 - length of integer = 2**40 - 1. [OK] ECDSA P256 test vectors (SHA256) 83 84 - length of integer = 2**40 - 1. ... ECDSA P256 test vectors (SHA256) 84 85 - length of integer = 2**40 - 1. [OK] ECDSA P256 test vectors (SHA256) 84 85 - length of integer = 2**40 - 1. ... ECDSA P256 test vectors (SHA256) 85 86 - length of integer = 2**64 - 1. [OK] ECDSA P256 test vectors (SHA256) 85 86 - length of integer = 2**64 - 1. ... ECDSA P256 test vectors (SHA256) 86 87 - length of integer = 2**64 - 1. [OK] ECDSA P256 test vectors (SHA256) 86 87 - length of integer = 2**64 - 1. ... ECDSA P256 test vectors (SHA256) 87 88 - incorrect length of integer. [OK] ECDSA P256 test vectors (SHA256) 87 88 - incorrect length of integer. ... ECDSA P256 test vectors (SHA256) 88 89 - incorrect length of integer. [OK] ECDSA P256 test vectors (SHA256) 88 89 - incorrect length of integer. ... ECDSA P256 test vectors (SHA256) 89 90 - removing integer. [OK] ECDSA P256 test vectors (SHA256) 89 90 - removing integer. ... ECDSA P256 test vectors (SHA256) 90 91 - lonely integer tag. [OK] ECDSA P256 test vectors (SHA256) 90 91 - lonely integer tag. ... ECDSA P256 test vectors (SHA256) 91 92 - lonely integer tag. [OK] ECDSA P256 test vectors (SHA256) 91 92 - lonely integer tag. ... ECDSA P256 test vectors (SHA256) 92 93 - appending 0's to integer. [OK] ECDSA P256 test vectors (SHA256) 92 93 - appending 0's to integer. ... ECDSA P256 test vectors (SHA256) 93 94 - appending 0's to integer. [OK] ECDSA P256 test vectors (SHA256) 93 94 - appending 0's to integer. ... ECDSA P256 test vectors (SHA256) 94 95 - prepending 0's to integer. [OK] ECDSA P256 test vectors (SHA256) 94 95 - prepending 0's to integer. ... ECDSA P256 test vectors (SHA256) 95 96 - prepending 0's to integer. [OK] ECDSA P256 test vectors (SHA256) 95 96 - prepending 0's to integer. ... ECDSA P256 test vectors (SHA256) 96 97 - appending unused 0's to integer. [OK] ECDSA P256 test vectors (SHA256) 96 97 - appending unused 0's to integer. ... ECDSA P256 test vectors (SHA256) 97 98 - appending null value to integer. [OK] ECDSA P256 test vectors (SHA256) 97 98 - appending null value to integer. ... ECDSA P256 test vectors (SHA256) 98 99 - appending null value to integer. [OK] ECDSA P256 test vectors (SHA256) 98 99 - appending null value to integer. ... ECDSA P256 test vectors (SHA256) 99 100 - truncated length of integer. [OK] ECDSA P256 test vectors (SHA256) 99 100 - truncated length of integer. ... ECDSA P256 test vectors (SHA256) 100 101 - truncated length of integer. [OK] ECDSA P256 test vectors (SHA256) 100 101 - truncated length of integer. ... ECDSA P256 test vectors (SHA256) 101 102 - Replacing integer with NULL. [OK] ECDSA P256 test vectors (SHA256) 101 102 - Replacing integer with NULL. ... ECDSA P256 test vectors (SHA256) 102 103 - Replacing integer with NULL. [OK] ECDSA P256 test vectors (SHA256) 102 103 - Replacing integer with NULL. ... ECDSA P256 test vectors (SHA256) 103 104 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 103 104 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 104 105 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 104 105 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 105 106 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 105 106 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 106 107 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 106 107 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 107 108 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 107 108 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 108 109 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 108 109 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 109 110 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 109 110 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 110 111 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 110 111 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 111 112 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 111 112 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 112 113 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA256) 112 113 - changing tag value of integer. ... ECDSA P256 test vectors (SHA256) 113 114 - dropping value of integer. [OK] ECDSA P256 test vectors (SHA256) 113 114 - dropping value of integer. ... ECDSA P256 test vectors (SHA256) 114 115 - dropping value of integer. [OK] ECDSA P256 test vectors (SHA256) 114 115 - dropping value of integer. ... ECDSA P256 test vectors (SHA256) 115 116 - using composition for integer. [OK] ECDSA P256 test vectors (SHA256) 115 116 - using composition for integer. ... ECDSA P256 test vectors (SHA256) 116 117 - using composition for integer. [OK] ECDSA P256 test vectors (SHA256) 116 117 - using composition for integer. ... ECDSA P256 test vectors (SHA256) 117 118 - modify first byte of integer. [OK] ECDSA P256 test vectors (SHA256) 117 118 - modify first byte of integer. ... ECDSA P256 test vectors (SHA256) 118 119 - modify first byte of integer. [OK] ECDSA P256 test vectors (SHA256) 118 119 - modify first byte of integer. ... ECDSA P256 test vectors (SHA256) 119 120 - modify last byte of integer. [OK] ECDSA P256 test vectors (SHA256) 119 120 - modify last byte of integer. ... ECDSA P256 test vectors (SHA256) 120 121 - modify last byte of integer. [OK] ECDSA P256 test vectors (SHA256) 120 121 - modify last byte of integer. ... ECDSA P256 test vectors (SHA256) 121 122 - truncated integer. [OK] ECDSA P256 test vectors (SHA256) 121 122 - truncated integer. ... ECDSA P256 test vectors (SHA256) 122 123 - truncated integer. [OK] ECDSA P256 test vectors (SHA256) 122 123 - truncated integer. ... ECDSA P256 test vectors (SHA256) 123 124 - truncated integer. [OK] ECDSA P256 test vectors (SHA256) 123 124 - truncated integer. ... ECDSA P256 test vectors (SHA256) 124 125 - leading ff in integer. [OK] ECDSA P256 test vectors (SHA256) 124 125 - leading ff in integer. ... ECDSA P256 test vectors (SHA256) 125 126 - leading ff in integer. [OK] ECDSA P256 test vectors (SHA256) 125 126 - leading ff in integer. ... ECDSA P256 test vectors (SHA256) 126 127 - replaced integer by infinity. [OK] ECDSA P256 test vectors (SHA256) 126 127 - replaced integer by infinity. ... ECDSA P256 test vectors (SHA256) 127 128 - replaced integer by infinity. [OK] ECDSA P256 test vectors (SHA256) 127 128 - replaced integer by infinity. ... ECDSA P256 test vectors (SHA256) 128 129 - replacing integer with zero. [OK] ECDSA P256 test vectors (SHA256) 128 129 - replacing integer with zero. ... ECDSA P256 test vectors (SHA256) 129 130 - replacing integer with zero. [OK] ECDSA P256 test vectors (SHA256) 129 130 - replacing integer with zero. ... ECDSA P256 test vectors (SHA256) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA256) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA256) 143 144 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 143 144 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 144 145 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 144 145 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 145 146 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 145 146 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 146 147 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 146 147 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 147 148 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 147 148 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 148 149 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 148 149 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 149 150 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 149 150 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 150 151 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 150 151 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 151 152 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 151 152 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 152 153 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 152 153 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 153 154 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 153 154 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 154 155 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 154 155 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 155 156 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 155 156 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 156 157 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 156 157 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 157 158 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 157 158 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 158 159 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 158 159 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 159 160 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 159 160 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 160 161 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 160 161 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 161 162 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 161 162 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 162 163 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 162 163 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 163 164 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 163 164 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 164 165 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 164 165 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 165 166 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 165 166 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 166 167 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 166 167 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 167 168 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 167 168 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 168 169 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 168 169 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 169 170 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 169 170 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 170 171 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 170 171 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 171 172 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 171 172 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 172 173 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 172 173 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 173 174 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 173 174 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 174 175 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 174 175 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 175 176 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 175 176 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 176 177 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 176 177 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 177 178 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 177 178 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 178 179 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 178 179 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 179 180 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 179 180 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 180 181 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 180 181 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 181 182 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 181 182 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 182 183 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 182 183 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 183 184 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 183 184 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 184 185 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 184 185 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 185 186 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 185 186 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 186 187 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 186 187 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 187 188 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 187 188 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 188 189 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 188 189 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 189 190 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 189 190 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 190 191 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 190 191 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 191 192 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 191 192 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 192 193 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 192 193 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 193 194 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 193 194 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 194 195 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 194 195 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 195 196 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 195 196 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 196 197 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 196 197 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 197 198 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 197 198 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 198 199 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 198 199 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 199 200 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 199 200 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 200 201 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 200 201 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 201 202 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 201 202 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 202 203 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 202 203 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 203 204 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 203 204 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 204 205 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 204 205 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 205 206 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 205 206 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 206 207 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 206 207 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 207 208 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 207 208 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 208 209 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 208 209 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 209 210 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 209 210 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 210 211 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 210 211 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 211 212 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 211 212 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 212 213 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 212 213 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 213 214 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 213 214 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 214 215 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 214 215 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 215 216 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 215 216 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 216 217 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 216 217 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 217 218 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 217 218 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 218 219 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 218 219 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 219 220 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 219 220 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 220 221 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 220 221 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 221 222 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 221 222 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 222 223 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA256) 222 223 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA256) 223 224 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA256) 223 224 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA256) 224 225 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA256) 224 225 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA256) 225 226 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA256) 225 226 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA256) 226 227 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA256) 226 227 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA256) 227 228 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA256) 227 228 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA256) 228 229 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA256) 228 229 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA256) 229 230 - Edge case for Shamir multiplication. [OK] ECDSA P256 test vectors (SHA256) 229 230 - Edge case for Shamir multiplication. ... ECDSA P256 test vectors (SHA256) 230 231 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 230 231 - special case hash. ... ECDSA P256 test vectors (SHA256) 231 232 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 231 232 - special case hash. ... ECDSA P256 test vectors (SHA256) 232 233 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 232 233 - special case hash. ... ECDSA P256 test vectors (SHA256) 233 234 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 233 234 - special case hash. ... ECDSA P256 test vectors (SHA256) 234 235 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 234 235 - special case hash. ... ECDSA P256 test vectors (SHA256) 235 236 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 235 236 - special case hash. ... ECDSA P256 test vectors (SHA256) 236 237 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 236 237 - special case hash. ... ECDSA P256 test vectors (SHA256) 237 238 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 237 238 - special case hash. ... ECDSA P256 test vectors (SHA256) 238 239 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 238 239 - special case hash. ... ECDSA P256 test vectors (SHA256) 239 240 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 239 240 - special case hash. ... ECDSA P256 test vectors (SHA256) 240 241 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 240 241 - special case hash. ... ECDSA P256 test vectors (SHA256) 241 242 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 241 242 - special case hash. ... ECDSA P256 test vectors (SHA256) 242 243 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 242 243 - special case hash. ... ECDSA P256 test vectors (SHA256) 243 244 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 243 244 - special case hash. ... ECDSA P256 test vectors (SHA256) 244 245 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 244 245 - special case hash. ... ECDSA P256 test vectors (SHA256) 245 246 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 245 246 - special case hash. ... ECDSA P256 test vectors (SHA256) 246 247 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 246 247 - special case hash. ... ECDSA P256 test vectors (SHA256) 247 248 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 247 248 - special case hash. ... ECDSA P256 test vectors (SHA256) 248 249 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 248 249 - special case hash. ... ECDSA P256 test vectors (SHA256) 249 250 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 249 250 - special case hash. ... ECDSA P256 test vectors (SHA256) 250 251 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 250 251 - special case hash. ... ECDSA P256 test vectors (SHA256) 251 252 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 251 252 - special case hash. ... ECDSA P256 test vectors (SHA256) 252 253 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 252 253 - special case hash. ... ECDSA P256 test vectors (SHA256) 253 254 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 253 254 - special case hash. ... ECDSA P256 test vectors (SHA256) 254 255 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 254 255 - special case hash. ... ECDSA P256 test vectors (SHA256) 255 256 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 255 256 - special case hash. ... ECDSA P256 test vectors (SHA256) 256 257 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 256 257 - special case hash. ... ECDSA P256 test vectors (SHA256) 257 258 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 257 258 - special case hash. ... ECDSA P256 test vectors (SHA256) 258 259 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 258 259 - special case hash. ... ECDSA P256 test vectors (SHA256) 259 260 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 259 260 - special case hash. ... ECDSA P256 test vectors (SHA256) 260 261 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 260 261 - special case hash. ... ECDSA P256 test vectors (SHA256) 261 262 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 261 262 - special case hash. ... ECDSA P256 test vectors (SHA256) 262 263 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 262 263 - special case hash. ... ECDSA P256 test vectors (SHA256) 263 264 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 263 264 - special case hash. ... ECDSA P256 test vectors (SHA256) 264 265 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 264 265 - special case hash. ... ECDSA P256 test vectors (SHA256) 265 266 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 265 266 - special case hash. ... ECDSA P256 test vectors (SHA256) 266 267 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 266 267 - special case hash. ... ECDSA P256 test vectors (SHA256) 267 268 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 267 268 - special case hash. ... ECDSA P256 test vectors (SHA256) 268 269 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 268 269 - special case hash. ... ECDSA P256 test vectors (SHA256) 269 270 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 269 270 - special case hash. ... ECDSA P256 test vectors (SHA256) 270 271 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 270 271 - special case hash. ... ECDSA P256 test vectors (SHA256) 271 272 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 271 272 - special case hash. ... ECDSA P256 test vectors (SHA256) 272 273 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 272 273 - special case hash. ... ECDSA P256 test vectors (SHA256) 273 274 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 273 274 - special case hash. ... ECDSA P256 test vectors (SHA256) 274 275 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 274 275 - special case hash. ... ECDSA P256 test vectors (SHA256) 275 276 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 275 276 - special case hash. ... ECDSA P256 test vectors (SHA256) 276 277 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 276 277 - special case hash. ... ECDSA P256 test vectors (SHA256) 277 278 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 277 278 - special case hash. ... ECDSA P256 test vectors (SHA256) 278 279 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 278 279 - special case hash. ... ECDSA P256 test vectors (SHA256) 279 280 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 279 280 - special case hash. ... ECDSA P256 test vectors (SHA256) 280 281 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 280 281 - special case hash. ... ECDSA P256 test vectors (SHA256) 281 282 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 281 282 - special case hash. ... ECDSA P256 test vectors (SHA256) 282 283 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 282 283 - special case hash. ... ECDSA P256 test vectors (SHA256) 283 284 - special case hash. [OK] ECDSA P256 test vectors (SHA256) 283 284 - special case hash. ... ECDSA P256 test vectors (SHA256) 284 285 - k*G has a large x-coordinate. [OK] ECDSA P256 test vectors (SHA256) 284 285 - k*G has a large x-coordinate. ... ECDSA P256 test vectors (SHA256) 285 286 - r too large. [OK] ECDSA P256 test vectors (SHA256) 285 286 - r too large. ... ECDSA P256 test vectors (SHA256) 286 287 - r,s are large. [OK] ECDSA P256 test vectors (SHA256) 286 287 - r,s are large. ... ECDSA P256 test vectors (SHA256) 287 288 - r and s^-1 have a large Hamming weight. [OK] ECDSA P256 test vectors (SHA256) 287 288 - r and s^-1 have a large Hamming weight. ... ECDSA P256 test vectors (SHA256) 288 289 - r and s^-1 have a large Hamming weight. [OK] ECDSA P256 test vectors (SHA256) 288 289 - r and s^-1 have a large Hamming weight. ... ECDSA P256 test vectors (SHA256) 289 290 - small r and s. [OK] ECDSA P256 test vectors (SHA256) 289 290 - small r and s. ... ECDSA P256 test vectors (SHA256) 290 291 - small r and s. [OK] ECDSA P256 test vectors (SHA256) 290 291 - small r and s. ... ECDSA P256 test vectors (SHA256) 291 292 - small r and s. [OK] ECDSA P256 test vectors (SHA256) 291 292 - small r and s. ... ECDSA P256 test vectors (SHA256) 292 293 - small r and s. [OK] ECDSA P256 test vectors (SHA256) 292 293 - small r and s. ... ECDSA P256 test vectors (SHA256) 293 294 - r is larger than n. [OK] ECDSA P256 test vectors (SHA256) 293 294 - r is larger than n. ... ECDSA P256 test vectors (SHA256) 294 295 - s is larger than n. [OK] ECDSA P256 test vectors (SHA256) 294 295 - s is larger than n. ... ECDSA P256 test vectors (SHA256) 295 296 - small r and s^-1. [OK] ECDSA P256 test vectors (SHA256) 295 296 - small r and s^-1. ... ECDSA P256 test vectors (SHA256) 296 297 - smallish r and s^-1. [OK] ECDSA P256 test vectors (SHA256) 296 297 - smallish r and s^-1. ... ECDSA P256 test vectors (SHA256) 297 298 - 100-bit r and small s^-1. [OK] ECDSA P256 test vectors (SHA256) 297 298 - 100-bit r and small s^-1. ... ECDSA P256 test vectors (SHA256) 298 299 - small r and 100 bit s^-1. [OK] ECDSA P256 test vectors (SHA256) 298 299 - small r and 100 bit s^-1. ... ECDSA P256 test vectors (SHA256) 299 300 - 100-bit r and s^-1. [OK] ECDSA P256 test vectors (SHA256) 299 300 - 100-bit r and s^-1. ... ECDSA P256 test vectors (SHA256) 300 301 - r and s^-1 are close to n. [OK] ECDSA P256 test vectors (SHA256) 300 301 - r and s^-1 are close to n. ... ECDSA P256 test vectors (SHA256) 301 302 - s == 1. [OK] ECDSA P256 test vectors (SHA256) 301 302 - s == 1. ... ECDSA P256 test vectors (SHA256) 302 303 - s == 0. [OK] ECDSA P256 test vectors (SHA256) 302 303 - s == 0. ... ECDSA P256 test vectors (SHA256) 303 304 - point at infinity during verify. [OK] ECDSA P256 test vectors (SHA256) 303 304 - point at infinity during verify. ... ECDSA P256 test vectors (SHA256) 304 305 - edge case for signature malleability. [OK] ECDSA P256 test vectors (SHA256) 304 305 - edge case for signature malleability. ... ECDSA P256 test vectors (SHA256) 305 306 - edge case for signature malleability. [OK] ECDSA P256 test vectors (SHA256) 305 306 - edge case for signature malleability. ... ECDSA P256 test vectors (SHA256) 306 307 - u1 == 1. [OK] ECDSA P256 test vectors (SHA256) 306 307 - u1 == 1. ... ECDSA P256 test vectors (SHA256) 307 308 - u1 == n - 1. [OK] ECDSA P256 test vectors (SHA256) 307 308 - u1 == n - 1. ... ECDSA P256 test vectors (SHA256) 308 309 - u2 == 1. [OK] ECDSA P256 test vectors (SHA256) 308 309 - u2 == 1. ... ECDSA P256 test vectors (SHA256) 309 310 - u2 == n - 1. [OK] ECDSA P256 test vectors (SHA256) 309 310 - u2 == n - 1. ... ECDSA P256 test vectors (SHA256) 310 311 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 310 311 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 311 312 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 311 312 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 312 313 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 312 313 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 313 314 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 313 314 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 314 315 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 314 315 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 315 316 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 315 316 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 316 317 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 316 317 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 317 318 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 317 318 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 318 319 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 318 319 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 319 320 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 319 320 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 320 321 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 320 321 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 321 322 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 321 322 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 322 323 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 322 323 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 323 324 - edge case for u1. [OK] ECDSA P256 test vectors (SHA256) 323 324 - edge case for u1. ... ECDSA P256 test vectors (SHA256) 324 325 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 324 325 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 325 326 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 325 326 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 326 327 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 326 327 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 327 328 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 327 328 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 328 329 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 328 329 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 329 330 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 329 330 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 330 331 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 330 331 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 331 332 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 331 332 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 332 333 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 332 333 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 333 334 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 333 334 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 334 335 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 334 335 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 335 336 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 335 336 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 336 337 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 336 337 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 337 338 - edge case for u2. [OK] ECDSA P256 test vectors (SHA256) 337 338 - edge case for u2. ... ECDSA P256 test vectors (SHA256) 338 339 - point duplication during verification. [OK] ECDSA P256 test vectors (SHA256) 338 339 - point duplication during verification. ... ECDSA P256 test vectors (SHA256) 339 340 - duplication bug. [OK] ECDSA P256 test vectors (SHA256) 339 340 - duplication bug. ... ECDSA P256 test vectors (SHA256) 340 341 - point with x-coordinate 0. [OK] ECDSA P256 test vectors (SHA256) 340 341 - point with x-coordinate 0. ... ECDSA P256 test vectors (SHA256) 341 342 - point with x-coordinate 0. [OK] ECDSA P256 test vectors (SHA256) 341 342 - point with x-coordinate 0. ... ECDSA P256 test vectors (SHA256) 342 343 - comparison with point at infinity . [OK] ECDSA P256 test vectors (SHA256) 342 343 - comparison with point at infinity . ... ECDSA P256 test vectors (SHA256) 343 344 - extreme value for k and edgecase s. [OK] ECDSA P256 test vectors (SHA256) 343 344 - extreme value for k and edgecase s. ... ECDSA P256 test vectors (SHA256) 344 345 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 344 345 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 345 346 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 345 346 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 346 347 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 346 347 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 347 348 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 347 348 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 348 349 - extreme value for k. [OK] ECDSA P256 test vectors (SHA256) 348 349 - extreme value for k. ... ECDSA P256 test vectors (SHA256) 349 350 - extreme value for k and edgecase s. [OK] ECDSA P256 test vectors (SHA256) 349 350 - extreme value for k and edgecase s. ... ECDSA P256 test vectors (SHA256) 350 351 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 350 351 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 351 352 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 351 352 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 352 353 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 352 353 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 353 354 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA256) 353 354 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA256) 354 355 - extreme value for k. [OK] ECDSA P256 test vectors (SHA256) 354 355 - extreme value for k. ... ECDSA P256 test vectors (SHA256) 355 356 - testing point duplication. [OK] ECDSA P256 test vectors (SHA256) 355 356 - testing point duplication. ... ECDSA P256 test vectors (SHA256) 356 357 - testing point duplication. [OK] ECDSA P256 test vectors (SHA256) 356 357 - testing point duplication. ... ECDSA P256 test vectors (SHA256) 357 358 - testing point duplication. [OK] ECDSA P256 test vectors (SHA256) 357 358 - testing point duplication. ... ECDSA P256 test vectors (SHA256) 358 359 - testing point duplication. [OK] ECDSA P256 test vectors (SHA256) 358 359 - testing point duplication. ... ECDSA P256 test vectors (SHA256) 359 360 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA256) 359 360 - pseudorandom signature. ... ECDSA P256 test vectors (SHA256) 360 361 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA256) 360 361 - pseudorandom signature. ... ECDSA P256 test vectors (SHA256) 361 362 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA256) 361 362 - pseudorandom signature. ... ECDSA P256 test vectors (SHA256) 362 363 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA256) 362 363 - pseudorandom signature. ... ECDSA P256 test vectors (SHA256) 363 364 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA256) 363 364 - x-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA256) 364 365 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA256) 364 365 - x-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA256) 365 366 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA256) 365 366 - x-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA256) 366 367 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA256) 366 367 - y-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA256) 367 368 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA256) 367 368 - y-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA256) 368 369 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA256) 368 369 - y-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA256) 369 370 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA256) 369 370 - y-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA256) 370 371 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA256) 370 371 - y-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA256) 371 372 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA256) 371 372 - y-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA256) 372 373 - x-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA256) 372 373 - x-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA256) 373 374 - x-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA256) 373 374 - x-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA256) 374 375 - x-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA256) 374 375 - x-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA256) 375 376 - x-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA256) 375 376 - x-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA256) 376 377 - x-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA256) 376 377 - x-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA256) 377 378 - x-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA256) 377 378 - x-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA256) 378 379 - x-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA256) 378 379 - x-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA256) 379 380 - x-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA256) 379 380 - x-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA256) 380 381 - x-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA256) 380 381 - x-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA256) 381 382 - y-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA256) 381 382 - y-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA256) 382 383 - y-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA256) 382 383 - y-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA256) 383 384 - y-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA256) 383 384 - y-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA256) 384 385 - y-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA256) 384 385 - y-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA256) 385 386 - y-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA256) 385 386 - y-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA256) 386 387 - y-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA256) 386 387 - y-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA512) 0 1 - signature malleability. [OK] ECDSA P256 test vectors (SHA512) 0 1 - signature malleability. ... ECDSA P256 test vectors (SHA512) 1 2 - Legacy:ASN encoding of s misses leading 0. [OK] ECDSA P256 test vectors (SHA512) 1 2 - Legacy:ASN encoding of s misses leading 0. ... ECDSA P256 test vectors (SHA512) 2 3 - valid. [OK] ECDSA P256 test vectors (SHA512) 2 3 - valid. ... ECDSA P256 test vectors (SHA512) 3 4 - long form encoding of length of sequence. [OK] ECDSA P256 test vectors (SHA512) 3 4 - long form encoding of length of sequence. ... ECDSA P256 test vectors (SHA512) 4 5 - length of sequence contains leading 0. [OK] ECDSA P256 test vectors (SHA512) 4 5 - length of sequence contains leading 0. ... ECDSA P256 test vectors (SHA512) 5 6 - wrong length of sequence. [OK] ECDSA P256 test vectors (SHA512) 5 6 - wrong length of sequence. ... ECDSA P256 test vectors (SHA512) 6 7 - wrong length of sequence. [OK] ECDSA P256 test vectors (SHA512) 6 7 - wrong length of sequence. ... ECDSA P256 test vectors (SHA512) 7 8 - uint32 overflow in length of sequence. [OK] ECDSA P256 test vectors (SHA512) 7 8 - uint32 overflow in length of sequence. ... ECDSA P256 test vectors (SHA512) 8 9 - uint64 overflow in length of sequence. [OK] ECDSA P256 test vectors (SHA512) 8 9 - uint64 overflow in length of sequence. ... ECDSA P256 test vectors (SHA512) 9 10 - length of sequence = 2**31 - 1. [OK] ECDSA P256 test vectors (SHA512) 9 10 - length of sequence = 2**31 - 1. ... ECDSA P256 test vectors (SHA512) 10 11 - length of sequence = 2**32 - 1. [OK] ECDSA P256 test vectors (SHA512) 10 11 - length of sequence = 2**32 - 1. ... ECDSA P256 test vectors (SHA512) 11 12 - length of sequence = 2**40 - 1. [OK] ECDSA P256 test vectors (SHA512) 11 12 - length of sequence = 2**40 - 1. ... ECDSA P256 test vectors (SHA512) 12 13 - length of sequence = 2**64 - 1. [OK] ECDSA P256 test vectors (SHA512) 12 13 - length of sequence = 2**64 - 1. ... ECDSA P256 test vectors (SHA512) 13 14 - incorrect length of sequence. [OK] ECDSA P256 test vectors (SHA512) 13 14 - incorrect length of sequence. ... ECDSA P256 test vectors (SHA512) 14 15 - indefinite length without termination. [OK] ECDSA P256 test vectors (SHA512) 14 15 - indefinite length without termination. ... ECDSA P256 test vectors (SHA512) 15 16 - indefinite length without termination. [OK] ECDSA P256 test vectors (SHA512) 15 16 - indefinite length without termination. ... ECDSA P256 test vectors (SHA512) 16 17 - indefinite length without termination. [OK] ECDSA P256 test vectors (SHA512) 16 17 - indefinite length without termination. ... ECDSA P256 test vectors (SHA512) 17 18 - removing sequence. [OK] ECDSA P256 test vectors (SHA512) 17 18 - removing sequence. ... ECDSA P256 test vectors (SHA512) 18 19 - lonely sequence tag. [OK] ECDSA P256 test vectors (SHA512) 18 19 - lonely sequence tag. ... ECDSA P256 test vectors (SHA512) 19 20 - appending 0's to sequence. [OK] ECDSA P256 test vectors (SHA512) 19 20 - appending 0's to sequence. ... ECDSA P256 test vectors (SHA512) 20 21 - prepending 0's to sequence. [OK] ECDSA P256 test vectors (SHA512) 20 21 - prepending 0's to sequence. ... ECDSA P256 test vectors (SHA512) 21 22 - appending unused 0's to sequence. [OK] ECDSA P256 test vectors (SHA512) 21 22 - appending unused 0's to sequence. ... ECDSA P256 test vectors (SHA512) 22 23 - appending null value to sequence. [OK] ECDSA P256 test vectors (SHA512) 22 23 - appending null value to sequence. ... ECDSA P256 test vectors (SHA512) 23 24 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 23 24 - including garbage. ... ECDSA P256 test vectors (SHA512) 24 25 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 24 25 - including garbage. ... ECDSA P256 test vectors (SHA512) 25 26 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 25 26 - including garbage. ... ECDSA P256 test vectors (SHA512) 26 27 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 26 27 - including garbage. ... ECDSA P256 test vectors (SHA512) 27 28 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 27 28 - including garbage. ... ECDSA P256 test vectors (SHA512) 28 29 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 28 29 - including garbage. ... ECDSA P256 test vectors (SHA512) 29 30 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 29 30 - including garbage. ... ECDSA P256 test vectors (SHA512) 30 31 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 30 31 - including garbage. ... ECDSA P256 test vectors (SHA512) 31 32 - including garbage. [OK] ECDSA P256 test vectors (SHA512) 31 32 - including garbage. ... ECDSA P256 test vectors (SHA512) 32 33 - including undefined tags. [OK] ECDSA P256 test vectors (SHA512) 32 33 - including undefined tags. ... ECDSA P256 test vectors (SHA512) 33 34 - including undefined tags. [OK] ECDSA P256 test vectors (SHA512) 33 34 - including undefined tags. ... ECDSA P256 test vectors (SHA512) 34 35 - including undefined tags. [OK] ECDSA P256 test vectors (SHA512) 34 35 - including undefined tags. ... ECDSA P256 test vectors (SHA512) 35 36 - including undefined tags. [OK] ECDSA P256 test vectors (SHA512) 35 36 - including undefined tags. ... ECDSA P256 test vectors (SHA512) 36 37 - including undefined tags. [OK] ECDSA P256 test vectors (SHA512) 36 37 - including undefined tags. ... ECDSA P256 test vectors (SHA512) 37 38 - including undefined tags. [OK] ECDSA P256 test vectors (SHA512) 37 38 - including undefined tags. ... ECDSA P256 test vectors (SHA512) 38 39 - truncated length of sequence. [OK] ECDSA P256 test vectors (SHA512) 38 39 - truncated length of sequence. ... ECDSA P256 test vectors (SHA512) 39 40 - using composition with indefinite length. [OK] ECDSA P256 test vectors (SHA512) 39 40 - using composition with indefinite length. ... ECDSA P256 test vectors (SHA512) 40 41 - using composition with indefinite length. [OK] ECDSA P256 test vectors (SHA512) 40 41 - using composition with indefinite length. ... ECDSA P256 test vectors (SHA512) 41 42 - using composition with indefinite length. [OK] ECDSA P256 test vectors (SHA512) 41 42 - using composition with indefinite length. ... ECDSA P256 test vectors (SHA512) 42 43 - using composition with wrong tag. [OK] ECDSA P256 test vectors (SHA512) 42 43 - using composition with wrong tag. ... ECDSA P256 test vectors (SHA512) 43 44 - using composition with wrong tag. [OK] ECDSA P256 test vectors (SHA512) 43 44 - using composition with wrong tag. ... ECDSA P256 test vectors (SHA512) 44 45 - using composition with wrong tag. [OK] ECDSA P256 test vectors (SHA512) 44 45 - using composition with wrong tag. ... ECDSA P256 test vectors (SHA512) 45 46 - Replacing sequence with NULL. [OK] ECDSA P256 test vectors (SHA512) 45 46 - Replacing sequence with NULL. ... ECDSA P256 test vectors (SHA512) 46 47 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA512) 46 47 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA512) 47 48 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA512) 47 48 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA512) 48 49 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA512) 48 49 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA512) 49 50 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA512) 49 50 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA512) 50 51 - changing tag value of sequence. [OK] ECDSA P256 test vectors (SHA512) 50 51 - changing tag value of sequence. ... ECDSA P256 test vectors (SHA512) 51 52 - dropping value of sequence. [OK] ECDSA P256 test vectors (SHA512) 51 52 - dropping value of sequence. ... ECDSA P256 test vectors (SHA512) 52 53 - using composition for sequence. [OK] ECDSA P256 test vectors (SHA512) 52 53 - using composition for sequence. ... ECDSA P256 test vectors (SHA512) 53 54 - truncated sequence. [OK] ECDSA P256 test vectors (SHA512) 53 54 - truncated sequence. ... ECDSA P256 test vectors (SHA512) 54 55 - truncated sequence. [OK] ECDSA P256 test vectors (SHA512) 54 55 - truncated sequence. ... ECDSA P256 test vectors (SHA512) 55 56 - indefinite length. [OK] ECDSA P256 test vectors (SHA512) 55 56 - indefinite length. ... ECDSA P256 test vectors (SHA512) 56 57 - indefinite length with truncated delimiter. [OK] ECDSA P256 test vectors (SHA512) 56 57 - indefinite length with truncated delimiter. ... ECDSA P256 test vectors (SHA512) 57 58 - indefinite length with additional element. [OK] ECDSA P256 test vectors (SHA512) 57 58 - indefinite length with additional element. ... ECDSA P256 test vectors (SHA512) 58 59 - indefinite length with truncated element. [OK] ECDSA P256 test vectors (SHA512) 58 59 - indefinite length with truncated element. ... ECDSA P256 test vectors (SHA512) 59 60 - indefinite length with garbage. [OK] ECDSA P256 test vectors (SHA512) 59 60 - indefinite length with garbage. ... ECDSA P256 test vectors (SHA512) 60 61 - indefinite length with nonempty EOC. [OK] ECDSA P256 test vectors (SHA512) 60 61 - indefinite length with nonempty EOC. ... ECDSA P256 test vectors (SHA512) 61 62 - prepend empty sequence. [OK] ECDSA P256 test vectors (SHA512) 61 62 - prepend empty sequence. ... ECDSA P256 test vectors (SHA512) 62 63 - append empty sequence. [OK] ECDSA P256 test vectors (SHA512) 62 63 - append empty sequence. ... ECDSA P256 test vectors (SHA512) 63 64 - append garbage with high tag number. [OK] ECDSA P256 test vectors (SHA512) 63 64 - append garbage with high tag number. ... ECDSA P256 test vectors (SHA512) 64 65 - sequence of sequence. [OK] ECDSA P256 test vectors (SHA512) 64 65 - sequence of sequence. ... ECDSA P256 test vectors (SHA512) 65 66 - truncated sequence: removed last 1 elements. [OK] ECDSA P256 test vectors (SHA512) 65 66 - truncated sequence: removed last 1 elements. ... ECDSA P256 test vectors (SHA512) 66 67 - repeating element in sequence. [OK] ECDSA P256 test vectors (SHA512) 66 67 - repeating element in sequence. ... ECDSA P256 test vectors (SHA512) 67 68 - long form encoding of length of integer. [OK] ECDSA P256 test vectors (SHA512) 67 68 - long form encoding of length of integer. ... ECDSA P256 test vectors (SHA512) 68 69 - long form encoding of length of integer. [OK] ECDSA P256 test vectors (SHA512) 68 69 - long form encoding of length of integer. ... ECDSA P256 test vectors (SHA512) 69 70 - length of integer contains leading 0. [OK] ECDSA P256 test vectors (SHA512) 69 70 - length of integer contains leading 0. ... ECDSA P256 test vectors (SHA512) 70 71 - length of integer contains leading 0. [OK] ECDSA P256 test vectors (SHA512) 70 71 - length of integer contains leading 0. ... ECDSA P256 test vectors (SHA512) 71 72 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA512) 71 72 - wrong length of integer. ... ECDSA P256 test vectors (SHA512) 72 73 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA512) 72 73 - wrong length of integer. ... ECDSA P256 test vectors (SHA512) 73 74 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA512) 73 74 - wrong length of integer. ... ECDSA P256 test vectors (SHA512) 74 75 - wrong length of integer. [OK] ECDSA P256 test vectors (SHA512) 74 75 - wrong length of integer. ... ECDSA P256 test vectors (SHA512) 75 76 - uint32 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA512) 75 76 - uint32 overflow in length of integer. ... ECDSA P256 test vectors (SHA512) 76 77 - uint32 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA512) 76 77 - uint32 overflow in length of integer. ... ECDSA P256 test vectors (SHA512) 77 78 - uint64 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA512) 77 78 - uint64 overflow in length of integer. ... ECDSA P256 test vectors (SHA512) 78 79 - uint64 overflow in length of integer. [OK] ECDSA P256 test vectors (SHA512) 78 79 - uint64 overflow in length of integer. ... ECDSA P256 test vectors (SHA512) 79 80 - length of integer = 2**31 - 1. [OK] ECDSA P256 test vectors (SHA512) 79 80 - length of integer = 2**31 - 1. ... ECDSA P256 test vectors (SHA512) 80 81 - length of integer = 2**31 - 1. [OK] ECDSA P256 test vectors (SHA512) 80 81 - length of integer = 2**31 - 1. ... ECDSA P256 test vectors (SHA512) 81 82 - length of integer = 2**32 - 1. [OK] ECDSA P256 test vectors (SHA512) 81 82 - length of integer = 2**32 - 1. ... ECDSA P256 test vectors (SHA512) 82 83 - length of integer = 2**32 - 1. [OK] ECDSA P256 test vectors (SHA512) 82 83 - length of integer = 2**32 - 1. ... ECDSA P256 test vectors (SHA512) 83 84 - length of integer = 2**40 - 1. [OK] ECDSA P256 test vectors (SHA512) 83 84 - length of integer = 2**40 - 1. ... ECDSA P256 test vectors (SHA512) 84 85 - length of integer = 2**40 - 1. [OK] ECDSA P256 test vectors (SHA512) 84 85 - length of integer = 2**40 - 1. ... ECDSA P256 test vectors (SHA512) 85 86 - length of integer = 2**64 - 1. [OK] ECDSA P256 test vectors (SHA512) 85 86 - length of integer = 2**64 - 1. ... ECDSA P256 test vectors (SHA512) 86 87 - length of integer = 2**64 - 1. [OK] ECDSA P256 test vectors (SHA512) 86 87 - length of integer = 2**64 - 1. ... ECDSA P256 test vectors (SHA512) 87 88 - incorrect length of integer. [OK] ECDSA P256 test vectors (SHA512) 87 88 - incorrect length of integer. ... ECDSA P256 test vectors (SHA512) 88 89 - incorrect length of integer. [OK] ECDSA P256 test vectors (SHA512) 88 89 - incorrect length of integer. ... ECDSA P256 test vectors (SHA512) 89 90 - removing integer. [OK] ECDSA P256 test vectors (SHA512) 89 90 - removing integer. ... ECDSA P256 test vectors (SHA512) 90 91 - lonely integer tag. [OK] ECDSA P256 test vectors (SHA512) 90 91 - lonely integer tag. ... ECDSA P256 test vectors (SHA512) 91 92 - lonely integer tag. [OK] ECDSA P256 test vectors (SHA512) 91 92 - lonely integer tag. ... ECDSA P256 test vectors (SHA512) 92 93 - appending 0's to integer. [OK] ECDSA P256 test vectors (SHA512) 92 93 - appending 0's to integer. ... ECDSA P256 test vectors (SHA512) 93 94 - appending 0's to integer. [OK] ECDSA P256 test vectors (SHA512) 93 94 - appending 0's to integer. ... ECDSA P256 test vectors (SHA512) 94 95 - prepending 0's to integer. [OK] ECDSA P256 test vectors (SHA512) 94 95 - prepending 0's to integer. ... ECDSA P256 test vectors (SHA512) 95 96 - prepending 0's to integer. [OK] ECDSA P256 test vectors (SHA512) 95 96 - prepending 0's to integer. ... ECDSA P256 test vectors (SHA512) 96 97 - appending unused 0's to integer. [OK] ECDSA P256 test vectors (SHA512) 96 97 - appending unused 0's to integer. ... ECDSA P256 test vectors (SHA512) 97 98 - appending null value to integer. [OK] ECDSA P256 test vectors (SHA512) 97 98 - appending null value to integer. ... ECDSA P256 test vectors (SHA512) 98 99 - appending null value to integer. [OK] ECDSA P256 test vectors (SHA512) 98 99 - appending null value to integer. ... ECDSA P256 test vectors (SHA512) 99 100 - truncated length of integer. [OK] ECDSA P256 test vectors (SHA512) 99 100 - truncated length of integer. ... ECDSA P256 test vectors (SHA512) 100 101 - truncated length of integer. [OK] ECDSA P256 test vectors (SHA512) 100 101 - truncated length of integer. ... ECDSA P256 test vectors (SHA512) 101 102 - Replacing integer with NULL. [OK] ECDSA P256 test vectors (SHA512) 101 102 - Replacing integer with NULL. ... ECDSA P256 test vectors (SHA512) 102 103 - Replacing integer with NULL. [OK] ECDSA P256 test vectors (SHA512) 102 103 - Replacing integer with NULL. ... ECDSA P256 test vectors (SHA512) 103 104 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 103 104 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 104 105 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 104 105 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 105 106 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 105 106 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 106 107 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 106 107 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 107 108 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 107 108 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 108 109 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 108 109 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 109 110 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 109 110 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 110 111 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 110 111 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 111 112 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 111 112 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 112 113 - changing tag value of integer. [OK] ECDSA P256 test vectors (SHA512) 112 113 - changing tag value of integer. ... ECDSA P256 test vectors (SHA512) 113 114 - dropping value of integer. [OK] ECDSA P256 test vectors (SHA512) 113 114 - dropping value of integer. ... ECDSA P256 test vectors (SHA512) 114 115 - dropping value of integer. [OK] ECDSA P256 test vectors (SHA512) 114 115 - dropping value of integer. ... ECDSA P256 test vectors (SHA512) 115 116 - using composition for integer. [OK] ECDSA P256 test vectors (SHA512) 115 116 - using composition for integer. ... ECDSA P256 test vectors (SHA512) 116 117 - using composition for integer. [OK] ECDSA P256 test vectors (SHA512) 116 117 - using composition for integer. ... ECDSA P256 test vectors (SHA512) 117 118 - modify first byte of integer. [OK] ECDSA P256 test vectors (SHA512) 117 118 - modify first byte of integer. ... ECDSA P256 test vectors (SHA512) 118 119 - modify first byte of integer. [OK] ECDSA P256 test vectors (SHA512) 118 119 - modify first byte of integer. ... ECDSA P256 test vectors (SHA512) 119 120 - modify last byte of integer. [OK] ECDSA P256 test vectors (SHA512) 119 120 - modify last byte of integer. ... ECDSA P256 test vectors (SHA512) 120 121 - modify last byte of integer. [OK] ECDSA P256 test vectors (SHA512) 120 121 - modify last byte of integer. ... ECDSA P256 test vectors (SHA512) 121 122 - truncated integer. [OK] ECDSA P256 test vectors (SHA512) 121 122 - truncated integer. ... ECDSA P256 test vectors (SHA512) 122 123 - truncated integer. [OK] ECDSA P256 test vectors (SHA512) 122 123 - truncated integer. ... ECDSA P256 test vectors (SHA512) 123 124 - truncated integer. [OK] ECDSA P256 test vectors (SHA512) 123 124 - truncated integer. ... ECDSA P256 test vectors (SHA512) 124 125 - leading ff in integer. [OK] ECDSA P256 test vectors (SHA512) 124 125 - leading ff in integer. ... ECDSA P256 test vectors (SHA512) 125 126 - leading ff in integer. [OK] ECDSA P256 test vectors (SHA512) 125 126 - leading ff in integer. ... ECDSA P256 test vectors (SHA512) 126 127 - replaced integer by infinity. [OK] ECDSA P256 test vectors (SHA512) 126 127 - replaced integer by infinity. ... ECDSA P256 test vectors (SHA512) 127 128 - replaced integer by infinity. [OK] ECDSA P256 test vectors (SHA512) 127 128 - replaced integer by infinity. ... ECDSA P256 test vectors (SHA512) 128 129 - replacing integer with zero. [OK] ECDSA P256 test vectors (SHA512) 128 129 - replacing integer with zero. ... ECDSA P256 test vectors (SHA512) 129 130 - replacing integer with zero. [OK] ECDSA P256 test vectors (SHA512) 129 130 - replacing integer with zero. ... ECDSA P256 test vectors (SHA512) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P256 test vectors (SHA512) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P256 test vectors (SHA512) 143 144 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 143 144 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 144 145 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 144 145 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 145 146 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 145 146 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 146 147 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 146 147 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 147 148 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 147 148 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 148 149 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 148 149 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 149 150 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 149 150 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 150 151 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 150 151 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 151 152 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 151 152 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 152 153 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 152 153 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 153 154 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 153 154 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 154 155 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 154 155 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 155 156 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 155 156 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 156 157 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 156 157 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 157 158 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 157 158 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 158 159 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 158 159 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 159 160 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 159 160 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 160 161 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 160 161 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 161 162 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 161 162 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 162 163 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 162 163 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 163 164 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 163 164 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 164 165 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 164 165 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 165 166 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 165 166 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 166 167 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 166 167 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 167 168 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 167 168 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 168 169 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 168 169 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 169 170 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 169 170 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 170 171 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 170 171 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 171 172 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 171 172 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 172 173 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 172 173 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 173 174 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 173 174 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 174 175 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 174 175 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 175 176 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 175 176 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 176 177 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 176 177 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 177 178 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 177 178 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 178 179 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 178 179 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 179 180 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 179 180 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 180 181 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 180 181 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 181 182 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 181 182 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 182 183 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 182 183 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 183 184 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 183 184 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 184 185 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 184 185 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 185 186 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 185 186 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 186 187 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 186 187 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 187 188 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 187 188 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 188 189 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 188 189 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 189 190 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 189 190 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 190 191 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 190 191 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 191 192 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 191 192 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 192 193 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 192 193 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 193 194 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 193 194 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 194 195 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 194 195 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 195 196 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 195 196 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 196 197 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 196 197 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 197 198 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 197 198 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 198 199 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 198 199 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 199 200 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 199 200 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 200 201 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 200 201 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 201 202 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 201 202 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 202 203 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 202 203 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 203 204 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 203 204 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 204 205 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 204 205 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 205 206 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 205 206 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 206 207 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 206 207 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 207 208 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 207 208 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 208 209 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 208 209 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 209 210 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 209 210 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 210 211 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 210 211 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 211 212 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 211 212 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 212 213 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 212 213 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 213 214 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 213 214 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 214 215 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 214 215 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 215 216 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 215 216 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 216 217 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 216 217 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 217 218 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 217 218 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 218 219 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 218 219 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 219 220 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 219 220 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 220 221 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 220 221 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 221 222 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 221 222 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 222 223 - Signature with special case values for r and s. [OK] ECDSA P256 test vectors (SHA512) 222 223 - Signature with special case values for r and s. ... ECDSA P256 test vectors (SHA512) 223 224 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA512) 223 224 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA512) 224 225 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA512) 224 225 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA512) 225 226 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA512) 225 226 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA512) 226 227 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA512) 226 227 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA512) 227 228 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA512) 227 228 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA512) 228 229 - Signature encoding contains wrong types. [OK] ECDSA P256 test vectors (SHA512) 228 229 - Signature encoding contains wrong types. ... ECDSA P256 test vectors (SHA512) 229 230 - Edge case for Shamir multiplication. [OK] ECDSA P256 test vectors (SHA512) 229 230 - Edge case for Shamir multiplication. ... ECDSA P256 test vectors (SHA512) 230 231 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 230 231 - special case hash. ... ECDSA P256 test vectors (SHA512) 231 232 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 231 232 - special case hash. ... ECDSA P256 test vectors (SHA512) 232 233 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 232 233 - special case hash. ... ECDSA P256 test vectors (SHA512) 233 234 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 233 234 - special case hash. ... ECDSA P256 test vectors (SHA512) 234 235 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 234 235 - special case hash. ... ECDSA P256 test vectors (SHA512) 235 236 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 235 236 - special case hash. ... ECDSA P256 test vectors (SHA512) 236 237 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 236 237 - special case hash. ... ECDSA P256 test vectors (SHA512) 237 238 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 237 238 - special case hash. ... ECDSA P256 test vectors (SHA512) 238 239 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 238 239 - special case hash. ... ECDSA P256 test vectors (SHA512) 239 240 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 239 240 - special case hash. ... ECDSA P256 test vectors (SHA512) 240 241 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 240 241 - special case hash. ... ECDSA P256 test vectors (SHA512) 241 242 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 241 242 - special case hash. ... ECDSA P256 test vectors (SHA512) 242 243 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 242 243 - special case hash. ... ECDSA P256 test vectors (SHA512) 243 244 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 243 244 - special case hash. ... ECDSA P256 test vectors (SHA512) 244 245 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 244 245 - special case hash. ... ECDSA P256 test vectors (SHA512) 245 246 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 245 246 - special case hash. ... ECDSA P256 test vectors (SHA512) 246 247 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 246 247 - special case hash. ... ECDSA P256 test vectors (SHA512) 247 248 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 247 248 - special case hash. ... ECDSA P256 test vectors (SHA512) 248 249 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 248 249 - special case hash. ... ECDSA P256 test vectors (SHA512) 249 250 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 249 250 - special case hash. ... ECDSA P256 test vectors (SHA512) 250 251 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 250 251 - special case hash. ... ECDSA P256 test vectors (SHA512) 251 252 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 251 252 - special case hash. ... ECDSA P256 test vectors (SHA512) 252 253 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 252 253 - special case hash. ... ECDSA P256 test vectors (SHA512) 253 254 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 253 254 - special case hash. ... ECDSA P256 test vectors (SHA512) 254 255 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 254 255 - special case hash. ... ECDSA P256 test vectors (SHA512) 255 256 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 255 256 - special case hash. ... ECDSA P256 test vectors (SHA512) 256 257 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 256 257 - special case hash. ... ECDSA P256 test vectors (SHA512) 257 258 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 257 258 - special case hash. ... ECDSA P256 test vectors (SHA512) 258 259 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 258 259 - special case hash. ... ECDSA P256 test vectors (SHA512) 259 260 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 259 260 - special case hash. ... ECDSA P256 test vectors (SHA512) 260 261 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 260 261 - special case hash. ... ECDSA P256 test vectors (SHA512) 261 262 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 261 262 - special case hash. ... ECDSA P256 test vectors (SHA512) 262 263 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 262 263 - special case hash. ... ECDSA P256 test vectors (SHA512) 263 264 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 263 264 - special case hash. ... ECDSA P256 test vectors (SHA512) 264 265 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 264 265 - special case hash. ... ECDSA P256 test vectors (SHA512) 265 266 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 265 266 - special case hash. ... ECDSA P256 test vectors (SHA512) 266 267 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 266 267 - special case hash. ... ECDSA P256 test vectors (SHA512) 267 268 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 267 268 - special case hash. ... ECDSA P256 test vectors (SHA512) 268 269 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 268 269 - special case hash. ... ECDSA P256 test vectors (SHA512) 269 270 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 269 270 - special case hash. ... ECDSA P256 test vectors (SHA512) 270 271 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 270 271 - special case hash. ... ECDSA P256 test vectors (SHA512) 271 272 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 271 272 - special case hash. ... ECDSA P256 test vectors (SHA512) 272 273 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 272 273 - special case hash. ... ECDSA P256 test vectors (SHA512) 273 274 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 273 274 - special case hash. ... ECDSA P256 test vectors (SHA512) 274 275 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 274 275 - special case hash. ... ECDSA P256 test vectors (SHA512) 275 276 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 275 276 - special case hash. ... ECDSA P256 test vectors (SHA512) 276 277 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 276 277 - special case hash. ... ECDSA P256 test vectors (SHA512) 277 278 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 277 278 - special case hash. ... ECDSA P256 test vectors (SHA512) 278 279 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 278 279 - special case hash. ... ECDSA P256 test vectors (SHA512) 279 280 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 279 280 - special case hash. ... ECDSA P256 test vectors (SHA512) 280 281 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 280 281 - special case hash. ... ECDSA P256 test vectors (SHA512) 281 282 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 281 282 - special case hash. ... ECDSA P256 test vectors (SHA512) 282 283 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 282 283 - special case hash. ... ECDSA P256 test vectors (SHA512) 283 284 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 283 284 - special case hash. ... ECDSA P256 test vectors (SHA512) 284 285 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 284 285 - special case hash. ... ECDSA P256 test vectors (SHA512) 285 286 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 285 286 - special case hash. ... ECDSA P256 test vectors (SHA512) 286 287 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 286 287 - special case hash. ... ECDSA P256 test vectors (SHA512) 287 288 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 287 288 - special case hash. ... ECDSA P256 test vectors (SHA512) 288 289 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 288 289 - special case hash. ... ECDSA P256 test vectors (SHA512) 289 290 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 289 290 - special case hash. ... ECDSA P256 test vectors (SHA512) 290 291 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 290 291 - special case hash. ... ECDSA P256 test vectors (SHA512) 291 292 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 291 292 - special case hash. ... ECDSA P256 test vectors (SHA512) 292 293 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 292 293 - special case hash. ... ECDSA P256 test vectors (SHA512) 293 294 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 293 294 - special case hash. ... ECDSA P256 test vectors (SHA512) 294 295 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 294 295 - special case hash. ... ECDSA P256 test vectors (SHA512) 295 296 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 295 296 - special case hash. ... ECDSA P256 test vectors (SHA512) 296 297 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 296 297 - special case hash. ... ECDSA P256 test vectors (SHA512) 297 298 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 297 298 - special case hash. ... ECDSA P256 test vectors (SHA512) 298 299 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 298 299 - special case hash. ... ECDSA P256 test vectors (SHA512) 299 300 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 299 300 - special case hash. ... ECDSA P256 test vectors (SHA512) 300 301 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 300 301 - special case hash. ... ECDSA P256 test vectors (SHA512) 301 302 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 301 302 - special case hash. ... ECDSA P256 test vectors (SHA512) 302 303 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 302 303 - special case hash. ... ECDSA P256 test vectors (SHA512) 303 304 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 303 304 - special case hash. ... ECDSA P256 test vectors (SHA512) 304 305 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 304 305 - special case hash. ... ECDSA P256 test vectors (SHA512) 305 306 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 305 306 - special case hash. ... ECDSA P256 test vectors (SHA512) 306 307 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 306 307 - special case hash. ... ECDSA P256 test vectors (SHA512) 307 308 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 307 308 - special case hash. ... ECDSA P256 test vectors (SHA512) 308 309 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 308 309 - special case hash. ... ECDSA P256 test vectors (SHA512) 309 310 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 309 310 - special case hash. ... ECDSA P256 test vectors (SHA512) 310 311 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 310 311 - special case hash. ... ECDSA P256 test vectors (SHA512) 311 312 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 311 312 - special case hash. ... ECDSA P256 test vectors (SHA512) 312 313 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 312 313 - special case hash. ... ECDSA P256 test vectors (SHA512) 313 314 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 313 314 - special case hash. ... ECDSA P256 test vectors (SHA512) 314 315 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 314 315 - special case hash. ... ECDSA P256 test vectors (SHA512) 315 316 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 315 316 - special case hash. ... ECDSA P256 test vectors (SHA512) 316 317 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 316 317 - special case hash. ... ECDSA P256 test vectors (SHA512) 317 318 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 317 318 - special case hash. ... ECDSA P256 test vectors (SHA512) 318 319 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 318 319 - special case hash. ... ECDSA P256 test vectors (SHA512) 319 320 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 319 320 - special case hash. ... ECDSA P256 test vectors (SHA512) 320 321 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 320 321 - special case hash. ... ECDSA P256 test vectors (SHA512) 321 322 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 321 322 - special case hash. ... ECDSA P256 test vectors (SHA512) 322 323 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 322 323 - special case hash. ... ECDSA P256 test vectors (SHA512) 323 324 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 323 324 - special case hash. ... ECDSA P256 test vectors (SHA512) 324 325 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 324 325 - special case hash. ... ECDSA P256 test vectors (SHA512) 325 326 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 325 326 - special case hash. ... ECDSA P256 test vectors (SHA512) 326 327 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 326 327 - special case hash. ... ECDSA P256 test vectors (SHA512) 327 328 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 327 328 - special case hash. ... ECDSA P256 test vectors (SHA512) 328 329 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 328 329 - special case hash. ... ECDSA P256 test vectors (SHA512) 329 330 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 329 330 - special case hash. ... ECDSA P256 test vectors (SHA512) 330 331 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 330 331 - special case hash. ... ECDSA P256 test vectors (SHA512) 331 332 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 331 332 - special case hash. ... ECDSA P256 test vectors (SHA512) 332 333 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 332 333 - special case hash. ... ECDSA P256 test vectors (SHA512) 333 334 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 333 334 - special case hash. ... ECDSA P256 test vectors (SHA512) 334 335 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 334 335 - special case hash. ... ECDSA P256 test vectors (SHA512) 335 336 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 335 336 - special case hash. ... ECDSA P256 test vectors (SHA512) 336 337 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 336 337 - special case hash. ... ECDSA P256 test vectors (SHA512) 337 338 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 337 338 - special case hash. ... ECDSA P256 test vectors (SHA512) 338 339 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 338 339 - special case hash. ... ECDSA P256 test vectors (SHA512) 339 340 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 339 340 - special case hash. ... ECDSA P256 test vectors (SHA512) 340 341 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 340 341 - special case hash. ... ECDSA P256 test vectors (SHA512) 341 342 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 341 342 - special case hash. ... ECDSA P256 test vectors (SHA512) 342 343 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 342 343 - special case hash. ... ECDSA P256 test vectors (SHA512) 343 344 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 343 344 - special case hash. ... ECDSA P256 test vectors (SHA512) 344 345 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 344 345 - special case hash. ... ECDSA P256 test vectors (SHA512) 345 346 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 345 346 - special case hash. ... ECDSA P256 test vectors (SHA512) 346 347 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 346 347 - special case hash. ... ECDSA P256 test vectors (SHA512) 347 348 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 347 348 - special case hash. ... ECDSA P256 test vectors (SHA512) 348 349 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 348 349 - special case hash. ... ECDSA P256 test vectors (SHA512) 349 350 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 349 350 - special case hash. ... ECDSA P256 test vectors (SHA512) 350 351 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 350 351 - special case hash. ... ECDSA P256 test vectors (SHA512) 351 352 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 351 352 - special case hash. ... ECDSA P256 test vectors (SHA512) 352 353 - special case hash. [OK] ECDSA P256 test vectors (SHA512) 352 353 - special case hash. ... ECDSA P256 test vectors (SHA512) 353 354 - Signature generated without truncating the hash. [OK] ECDSA P256 test vectors (SHA512) 353 354 - Signature generated without truncating the hash. ... ECDSA P256 test vectors (SHA512) 354 355 - k*G has a large x-coordinate. [OK] ECDSA P256 test vectors (SHA512) 354 355 - k*G has a large x-coordinate. ... ECDSA P256 test vectors (SHA512) 355 356 - r too large. [OK] ECDSA P256 test vectors (SHA512) 355 356 - r too large. ... ECDSA P256 test vectors (SHA512) 356 357 - r,s are large. [OK] ECDSA P256 test vectors (SHA512) 356 357 - r,s are large. ... ECDSA P256 test vectors (SHA512) 357 358 - r and s^-1 have a large Hamming weight. [OK] ECDSA P256 test vectors (SHA512) 357 358 - r and s^-1 have a large Hamming weight. ... ECDSA P256 test vectors (SHA512) 358 359 - r and s^-1 have a large Hamming weight. [OK] ECDSA P256 test vectors (SHA512) 358 359 - r and s^-1 have a large Hamming weight. ... ECDSA P256 test vectors (SHA512) 359 360 - small r and s. [OK] ECDSA P256 test vectors (SHA512) 359 360 - small r and s. ... ECDSA P256 test vectors (SHA512) 360 361 - small r and s. [OK] ECDSA P256 test vectors (SHA512) 360 361 - small r and s. ... ECDSA P256 test vectors (SHA512) 361 362 - small r and s. [OK] ECDSA P256 test vectors (SHA512) 361 362 - small r and s. ... ECDSA P256 test vectors (SHA512) 362 363 - small r and s. [OK] ECDSA P256 test vectors (SHA512) 362 363 - small r and s. ... ECDSA P256 test vectors (SHA512) 363 364 - r is larger than n. [OK] ECDSA P256 test vectors (SHA512) 363 364 - r is larger than n. ... ECDSA P256 test vectors (SHA512) 364 365 - s is larger than n. [OK] ECDSA P256 test vectors (SHA512) 364 365 - s is larger than n. ... ECDSA P256 test vectors (SHA512) 365 366 - small r and s^-1. [OK] ECDSA P256 test vectors (SHA512) 365 366 - small r and s^-1. ... ECDSA P256 test vectors (SHA512) 366 367 - smallish r and s^-1. [OK] ECDSA P256 test vectors (SHA512) 366 367 - smallish r and s^-1. ... ECDSA P256 test vectors (SHA512) 367 368 - 100-bit r and small s^-1. [OK] ECDSA P256 test vectors (SHA512) 367 368 - 100-bit r and small s^-1. ... ECDSA P256 test vectors (SHA512) 368 369 - small r and 100 bit s^-1. [OK] ECDSA P256 test vectors (SHA512) 368 369 - small r and 100 bit s^-1. ... ECDSA P256 test vectors (SHA512) 369 370 - 100-bit r and s^-1. [OK] ECDSA P256 test vectors (SHA512) 369 370 - 100-bit r and s^-1. ... ECDSA P256 test vectors (SHA512) 370 371 - r and s^-1 are close to n. [OK] ECDSA P256 test vectors (SHA512) 370 371 - r and s^-1 are close to n. ... ECDSA P256 test vectors (SHA512) 371 372 - s == 1. [OK] ECDSA P256 test vectors (SHA512) 371 372 - s == 1. ... ECDSA P256 test vectors (SHA512) 372 373 - s == 0. [OK] ECDSA P256 test vectors (SHA512) 372 373 - s == 0. ... ECDSA P256 test vectors (SHA512) 373 374 - point at infinity during verify. [OK] ECDSA P256 test vectors (SHA512) 373 374 - point at infinity during verify. ... ECDSA P256 test vectors (SHA512) 374 375 - edge case for signature malleability. [OK] ECDSA P256 test vectors (SHA512) 374 375 - edge case for signature malleability. ... ECDSA P256 test vectors (SHA512) 375 376 - edge case for signature malleability. [OK] ECDSA P256 test vectors (SHA512) 375 376 - edge case for signature malleability. ... ECDSA P256 test vectors (SHA512) 376 377 - u1 == 1. [OK] ECDSA P256 test vectors (SHA512) 376 377 - u1 == 1. ... ECDSA P256 test vectors (SHA512) 377 378 - u1 == n - 1. [OK] ECDSA P256 test vectors (SHA512) 377 378 - u1 == n - 1. ... ECDSA P256 test vectors (SHA512) 378 379 - u2 == 1. [OK] ECDSA P256 test vectors (SHA512) 378 379 - u2 == 1. ... ECDSA P256 test vectors (SHA512) 379 380 - u2 == n - 1. [OK] ECDSA P256 test vectors (SHA512) 379 380 - u2 == n - 1. ... ECDSA P256 test vectors (SHA512) 380 381 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 380 381 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 381 382 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 381 382 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 382 383 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 382 383 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 383 384 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 383 384 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 384 385 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 384 385 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 385 386 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 385 386 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 386 387 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 386 387 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 387 388 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 387 388 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 388 389 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 388 389 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 389 390 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 389 390 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 390 391 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 390 391 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 391 392 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 391 392 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 392 393 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 392 393 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 393 394 - edge case for u1. [OK] ECDSA P256 test vectors (SHA512) 393 394 - edge case for u1. ... ECDSA P256 test vectors (SHA512) 394 395 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 394 395 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 395 396 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 395 396 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 396 397 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 396 397 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 397 398 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 397 398 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 398 399 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 398 399 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 399 400 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 399 400 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 400 401 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 400 401 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 401 402 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 401 402 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 402 403 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 402 403 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 403 404 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 403 404 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 404 405 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 404 405 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 405 406 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 405 406 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 406 407 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 406 407 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 407 408 - edge case for u2. [OK] ECDSA P256 test vectors (SHA512) 407 408 - edge case for u2. ... ECDSA P256 test vectors (SHA512) 408 409 - point duplication during verification. [OK] ECDSA P256 test vectors (SHA512) 408 409 - point duplication during verification. ... ECDSA P256 test vectors (SHA512) 409 410 - duplication bug. [OK] ECDSA P256 test vectors (SHA512) 409 410 - duplication bug. ... ECDSA P256 test vectors (SHA512) 410 411 - point with x-coordinate 0. [OK] ECDSA P256 test vectors (SHA512) 410 411 - point with x-coordinate 0. ... ECDSA P256 test vectors (SHA512) 411 412 - point with x-coordinate 0. [OK] ECDSA P256 test vectors (SHA512) 411 412 - point with x-coordinate 0. ... ECDSA P256 test vectors (SHA512) 412 413 - comparison with point at infinity . [OK] ECDSA P256 test vectors (SHA512) 412 413 - comparison with point at infinity . ... ECDSA P256 test vectors (SHA512) 413 414 - extreme value for k and edgecase s. [OK] ECDSA P256 test vectors (SHA512) 413 414 - extreme value for k and edgecase s. ... ECDSA P256 test vectors (SHA512) 414 415 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 414 415 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 415 416 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 415 416 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 416 417 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 416 417 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 417 418 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 417 418 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 418 419 - extreme value for k. [OK] ECDSA P256 test vectors (SHA512) 418 419 - extreme value for k. ... ECDSA P256 test vectors (SHA512) 419 420 - extreme value for k and edgecase s. [OK] ECDSA P256 test vectors (SHA512) 419 420 - extreme value for k and edgecase s. ... ECDSA P256 test vectors (SHA512) 420 421 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 420 421 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 421 422 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 421 422 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 422 423 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 422 423 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 423 424 - extreme value for k and s^-1. [OK] ECDSA P256 test vectors (SHA512) 423 424 - extreme value for k and s^-1. ... ECDSA P256 test vectors (SHA512) 424 425 - extreme value for k. [OK] ECDSA P256 test vectors (SHA512) 424 425 - extreme value for k. ... ECDSA P256 test vectors (SHA512) 425 426 - testing point duplication. [OK] ECDSA P256 test vectors (SHA512) 425 426 - testing point duplication. ... ECDSA P256 test vectors (SHA512) 426 427 - testing point duplication. [OK] ECDSA P256 test vectors (SHA512) 426 427 - testing point duplication. ... ECDSA P256 test vectors (SHA512) 427 428 - testing point duplication. [OK] ECDSA P256 test vectors (SHA512) 427 428 - testing point duplication. ... ECDSA P256 test vectors (SHA512) 428 429 - testing point duplication. [OK] ECDSA P256 test vectors (SHA512) 428 429 - testing point duplication. ... ECDSA P256 test vectors (SHA512) 429 430 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA512) 429 430 - pseudorandom signature. ... ECDSA P256 test vectors (SHA512) 430 431 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA512) 430 431 - pseudorandom signature. ... ECDSA P256 test vectors (SHA512) 431 432 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA512) 431 432 - pseudorandom signature. ... ECDSA P256 test vectors (SHA512) 432 433 - pseudorandom signature. [OK] ECDSA P256 test vectors (SHA512) 432 433 - pseudorandom signature. ... ECDSA P256 test vectors (SHA512) 433 434 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA512) 433 434 - x-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA512) 434 435 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA512) 434 435 - x-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA512) 435 436 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA512) 435 436 - x-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA512) 436 437 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA512) 436 437 - y-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA512) 437 438 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA512) 437 438 - y-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA512) 438 439 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P256 test vectors (SHA512) 438 439 - y-coordinate of the public key has many trailing 0's. ... ECDSA P256 test vectors (SHA512) 439 440 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA512) 439 440 - y-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA512) 440 441 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA512) 440 441 - y-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA512) 441 442 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA512) 441 442 - y-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA512) 442 443 - x-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA512) 442 443 - x-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA512) 443 444 - x-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA512) 443 444 - x-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA512) 444 445 - x-coordinate of the public key has many trailing 1's. [OK] ECDSA P256 test vectors (SHA512) 444 445 - x-coordinate of the public key has many trailing 1's. ... ECDSA P256 test vectors (SHA512) 445 446 - x-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA512) 445 446 - x-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA512) 446 447 - x-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA512) 446 447 - x-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA512) 447 448 - x-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA512) 447 448 - x-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA512) 448 449 - x-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA512) 448 449 - x-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA512) 449 450 - x-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA512) 449 450 - x-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA512) 450 451 - x-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA512) 450 451 - x-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA512) 451 452 - y-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA512) 451 452 - y-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA512) 452 453 - y-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA512) 452 453 - y-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA512) 453 454 - y-coordinate of the public key is small. [OK] ECDSA P256 test vectors (SHA512) 453 454 - y-coordinate of the public key is small. ... ECDSA P256 test vectors (SHA512) 454 455 - y-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA512) 454 455 - y-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA512) 455 456 - y-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA512) 455 456 - y-coordinate of the public key is large. ... ECDSA P256 test vectors (SHA512) 456 457 - y-coordinate of the public key is large. [OK] ECDSA P256 test vectors (SHA512) 456 457 - y-coordinate of the public key is large. ... ECDH P384 test vectors 0 1 - normal case. [OK] ECDH P384 test vectors 0 1 - normal case. ... ECDH P384 test vectors 1 2 - compressed public key. [OK] ECDH P384 test vectors 1 2 - compressed public key. ... ECDH P384 test vectors 2 3 - edge case for shared secret. [OK] ECDH P384 test vectors 2 3 - edge case for shared secret. ... ECDH P384 test vectors 3 4 - edge case for shared secret. [OK] ECDH P384 test vectors 3 4 - edge case for shared secret. ... ECDH P384 test vectors 4 5 - edge case for shared secret. [OK] ECDH P384 test vectors 4 5 - edge case for shared secret. ... ECDH P384 test vectors 5 6 - edge case for shared secret. [OK] ECDH P384 test vectors 5 6 - edge case for shared secret. ... ECDH P384 test vectors 6 7 - edge case for shared secret. [OK] ECDH P384 test vectors 6 7 - edge case for shared secret. ... ECDH P384 test vectors 7 8 - edge case for shared secret. [OK] ECDH P384 test vectors 7 8 - edge case for shared secret. ... ECDH P384 test vectors 8 9 - edge case for shared secret. [OK] ECDH P384 test vectors 8 9 - edge case for shared secret. ... ECDH P384 test vectors 9 10 - edge case for shared secret. [OK] ECDH P384 test vectors 9 10 - edge case for shared secret. ... ECDH P384 test vectors 10 11 - edge case for shared secret. [OK] ECDH P384 test vectors 10 11 - edge case for shared secret. ... ECDH P384 test vectors 11 12 - edge case for shared secret. [OK] ECDH P384 test vectors 11 12 - edge case for shared secret. ... ECDH P384 test vectors 12 13 - edge case for shared secret. [OK] ECDH P384 test vectors 12 13 - edge case for shared secret. ... ECDH P384 test vectors 13 14 - edge case for shared secret. [OK] ECDH P384 test vectors 13 14 - edge case for shared secret. ... ECDH P384 test vectors 14 15 - edge case for shared secret. [OK] ECDH P384 test vectors 14 15 - edge case for shared secret. ... ECDH P384 test vectors 15 16 - edge case for shared secret. [OK] ECDH P384 test vectors 15 16 - edge case for shared secret. ... ECDH P384 test vectors 16 17 - edge case for shared secret. [OK] ECDH P384 test vectors 16 17 - edge case for shared secret. ... ECDH P384 test vectors 17 18 - edge case for shared secret. [OK] ECDH P384 test vectors 17 18 - edge case for shared secret. ... ECDH P384 test vectors 18 19 - edge case for shared secret. [OK] ECDH P384 test vectors 18 19 - edge case for shared secret. ... ECDH P384 test vectors 19 20 - edge case for shared secret. [OK] ECDH P384 test vectors 19 20 - edge case for shared secret. ... ECDH P384 test vectors 20 21 - y-coordinate of the public key has many trailing 0's. [OK] ECDH P384 test vectors 20 21 - y-coordinate of the public key has many trailing 0's. ... ECDH P384 test vectors 21 22 - y-coordinate of the public key has many trailing 1's. [OK] ECDH P384 test vectors 21 22 - y-coordinate of the public key has many trailing 1's. ... ECDH P384 test vectors 22 23 - y-coordinate of the public key is small. [OK] ECDH P384 test vectors 22 23 - y-coordinate of the public key is small. ... ECDH P384 test vectors 23 24 - y-coordinate of the public key is large. [OK] ECDH P384 test vectors 23 24 - y-coordinate of the public key is large. ... ECDH P384 test vectors 24 25 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 24 25 - edge cases for ephemeral key. ... ECDH P384 test vectors 25 26 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 25 26 - edge cases for ephemeral key. ... ECDH P384 test vectors 26 27 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 26 27 - edge cases for ephemeral key. ... ECDH P384 test vectors 27 28 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 27 28 - edge cases for ephemeral key. ... ECDH P384 test vectors 28 29 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 28 29 - edge cases for ephemeral key. ... ECDH P384 test vectors 29 30 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 29 30 - edge cases for ephemeral key. ... ECDH P384 test vectors 30 31 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 30 31 - edge cases for ephemeral key. ... ECDH P384 test vectors 31 32 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 31 32 - edge cases for ephemeral key. ... ECDH P384 test vectors 32 33 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 32 33 - edge cases for ephemeral key. ... ECDH P384 test vectors 33 34 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 33 34 - edge cases for ephemeral key. ... ECDH P384 test vectors 34 35 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 34 35 - edge cases for ephemeral key. ... ECDH P384 test vectors 35 36 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 35 36 - edge cases for ephemeral key. ... ECDH P384 test vectors 36 37 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 36 37 - edge cases for ephemeral key. ... ECDH P384 test vectors 37 38 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 37 38 - edge cases for ephemeral key. ... ECDH P384 test vectors 38 39 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 38 39 - edge cases for ephemeral key. ... ECDH P384 test vectors 39 40 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 39 40 - edge cases for ephemeral key. ... ECDH P384 test vectors 40 41 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 40 41 - edge cases for ephemeral key. ... ECDH P384 test vectors 41 42 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 41 42 - edge cases for ephemeral key. ... ECDH P384 test vectors 42 43 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 42 43 - edge cases for ephemeral key. ... ECDH P384 test vectors 43 44 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 43 44 - edge cases for ephemeral key. ... ECDH P384 test vectors 44 45 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 44 45 - edge cases for ephemeral key. ... ECDH P384 test vectors 45 46 - edge cases for ephemeral key. [OK] ECDH P384 test vectors 45 46 - edge cases for ephemeral key. ... ECDH P384 test vectors 46 47 - edge case for Jacobian and projective coordinates. [OK] ECDH P384 test vectors 46 47 - edge case for Jacobian and projective coordinates. ... ECDH P384 test vectors 47 48 - edge case for Jacobian and projective coordinates. [OK] ECDH P384 test vectors 47 48 - edge case for Jacobian and projective coordinates. ... ECDH P384 test vectors 48 49 - edge case for Jacobian and projective coordinates. [OK] ECDH P384 test vectors 48 49 - edge case for Jacobian and projective coordinates. ... ECDH P384 test vectors 49 50 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 49 50 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 50 51 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 50 51 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 51 52 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 51 52 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 52 53 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 52 53 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 53 54 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 53 54 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 54 55 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 54 55 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 55 56 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 55 56 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 56 57 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 56 57 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 57 58 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 57 58 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 58 59 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 58 59 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 59 60 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 59 60 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 60 61 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 60 61 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 61 62 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 61 62 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 62 63 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 62 63 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 63 64 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 63 64 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 64 65 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 64 65 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 65 66 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 65 66 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 66 67 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 66 67 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 67 68 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 67 68 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 68 69 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 68 69 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 69 70 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P384 test vectors 69 70 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P384 test vectors 70 71 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 70 71 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P384 test vectors 71 72 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 71 72 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P384 test vectors 72 73 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 72 73 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P384 test vectors 73 74 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 73 74 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P384 test vectors 74 75 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 74 75 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P384 test vectors 75 76 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 75 76 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P384 test vectors 76 77 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P384 test vectors 76 77 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P384 test vectors 77 78 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P384 test vectors 77 78 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P384 test vectors 78 79 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P384 test vectors 78 79 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P384 test vectors 79 80 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P384 test vectors 79 80 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P384 test vectors 80 81 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P384 test vectors 80 81 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P384 test vectors 81 82 - point with coordinate x = 0. [OK] ECDH P384 test vectors 81 82 - point with coordinate x = 0. ... ECDH P384 test vectors 82 83 - point with coordinate x = 0. [OK] ECDH P384 test vectors 82 83 - point with coordinate x = 0. ... ECDH P384 test vectors 83 84 - point with coordinate x = 0. [OK] ECDH P384 test vectors 83 84 - point with coordinate x = 0. ... ECDH P384 test vectors 84 85 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 84 85 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 85 86 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 85 86 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 86 87 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 86 87 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 87 88 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 87 88 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 88 89 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 88 89 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 89 90 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 89 90 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 90 91 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 90 91 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 91 92 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 91 92 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 92 93 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 92 93 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 93 94 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 93 94 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 94 95 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 94 95 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 95 96 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 95 96 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 96 97 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 96 97 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 97 98 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 97 98 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 98 99 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 98 99 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 99 100 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 99 100 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 100 101 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 100 101 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 101 102 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 101 102 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 102 103 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 102 103 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 103 104 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 103 104 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 104 105 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P384 test vectors 104 105 - point with coordinate x = 0 in left to right addition chain. ... ECDH P384 test vectors 105 106 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 105 106 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P384 test vectors 106 107 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 106 107 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P384 test vectors 107 108 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 107 108 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P384 test vectors 108 109 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 108 109 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P384 test vectors 109 110 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 109 110 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P384 test vectors 110 111 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 110 111 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P384 test vectors 111 112 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P384 test vectors 111 112 - point with coordinate x = 0 in right to left addition chain. ... ECDH P384 test vectors 112 113 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P384 test vectors 112 113 - point with coordinate x = 0 in right to left addition chain. ... ECDH P384 test vectors 113 114 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P384 test vectors 113 114 - point with coordinate x = 0 in right to left addition chain. ... ECDH P384 test vectors 114 115 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P384 test vectors 114 115 - point with coordinate x = 0 in right to left addition chain. ... ECDH P384 test vectors 115 116 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P384 test vectors 115 116 - point with coordinate x = 0 in right to left addition chain. ... ECDH P384 test vectors 116 117 - point with coordinate y = 1. [OK] ECDH P384 test vectors 116 117 - point with coordinate y = 1. ... ECDH P384 test vectors 117 118 - point with coordinate y = 1. [OK] ECDH P384 test vectors 117 118 - point with coordinate y = 1. ... ECDH P384 test vectors 118 119 - point with coordinate y = 1. [OK] ECDH P384 test vectors 118 119 - point with coordinate y = 1. ... ECDH P384 test vectors 119 120 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 119 120 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 120 121 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 120 121 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 121 122 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 121 122 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 122 123 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 122 123 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 123 124 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 123 124 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 124 125 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 124 125 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 125 126 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 125 126 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 126 127 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 126 127 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 127 128 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 127 128 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 128 129 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 128 129 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 129 130 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 129 130 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 130 131 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 130 131 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 131 132 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 131 132 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 132 133 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 132 133 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 133 134 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 133 134 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 134 135 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 134 135 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 135 136 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 135 136 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 136 137 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 136 137 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 137 138 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 137 138 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 138 139 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 138 139 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 139 140 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P384 test vectors 139 140 - point with coordinate y = 1 in left to right addition chain. ... ECDH P384 test vectors 140 141 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 140 141 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P384 test vectors 141 142 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 141 142 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P384 test vectors 142 143 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 142 143 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P384 test vectors 143 144 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 143 144 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P384 test vectors 144 145 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 144 145 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P384 test vectors 145 146 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P384 test vectors 145 146 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P384 test vectors 146 147 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P384 test vectors 146 147 - point with coordinate y = 1 in right to left addition chain. ... ECDH P384 test vectors 147 148 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P384 test vectors 147 148 - point with coordinate y = 1 in right to left addition chain. ... ECDH P384 test vectors 148 149 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P384 test vectors 148 149 - point with coordinate y = 1 in right to left addition chain. ... ECDH P384 test vectors 149 150 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P384 test vectors 149 150 - point with coordinate y = 1 in right to left addition chain. ... ECDH P384 test vectors 150 151 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P384 test vectors 150 151 - point with coordinate y = 1 in right to left addition chain. ... ECDH P384 test vectors 151 152 - edge case private key. [OK] ECDH P384 test vectors 151 152 - edge case private key. ... ECDH P384 test vectors 152 153 - edge case private key. [OK] ECDH P384 test vectors 152 153 - edge case private key. ... ECDH P384 test vectors 153 154 - edge case private key. [OK] ECDH P384 test vectors 153 154 - edge case private key. ... ECDH P384 test vectors 154 155 - edge case private key. [OK] ECDH P384 test vectors 154 155 - edge case private key. ... ECDH P384 test vectors 155 156 - edge case private key. [OK] ECDH P384 test vectors 155 156 - edge case private key. ... ECDH P384 test vectors 156 157 - edge case private key. [OK] ECDH P384 test vectors 156 157 - edge case private key. ... ECDH P384 test vectors 157 158 - edge case private key. [OK] ECDH P384 test vectors 157 158 - edge case private key. ... ECDH P384 test vectors 158 159 - edge case private key. [OK] ECDH P384 test vectors 158 159 - edge case private key. ... ECDH P384 test vectors 159 160 - edge case private key. [OK] ECDH P384 test vectors 159 160 - edge case private key. ... ECDH P384 test vectors 160 161 - edge case private key. [OK] ECDH P384 test vectors 160 161 - edge case private key. ... ECDH P384 test vectors 161 162 - edge case private key. [OK] ECDH P384 test vectors 161 162 - edge case private key. ... ECDH P384 test vectors 162 163 - edge case private key. [OK] ECDH P384 test vectors 162 163 - edge case private key. ... ECDH P384 test vectors 163 164 - edge case private key. [OK] ECDH P384 test vectors 163 164 - edge case private key. ... ECDH P384 test vectors 164 165 - point is not on curve. [OK] ECDH P384 test vectors 164 165 - point is not on curve. ... ECDH P384 test vectors 165 166 - point is not on curve. [OK] ECDH P384 test vectors 165 166 - point is not on curve. ... ECDH P384 test vectors 166 167 - point is not on curve. [OK] ECDH P384 test vectors 166 167 - point is not on curve. ... ECDH P384 test vectors 167 168 - point is not on curve. [OK] ECDH P384 test vectors 167 168 - point is not on curve. ... ECDH P384 test vectors 168 169 - point is not on curve. [OK] ECDH P384 test vectors 168 169 - point is not on curve. ... ECDH P384 test vectors 169 170 - point is not on curve. [OK] ECDH P384 test vectors 169 170 - point is not on curve. ... ECDH P384 test vectors 170 171 - point is not on curve. [OK] ECDH P384 test vectors 170 171 - point is not on curve. ... ECDH P384 test vectors 171 172 - point is not on curve. [OK] ECDH P384 test vectors 171 172 - point is not on curve. ... ECDH P384 test vectors 172 173 - point is not on curve. [OK] ECDH P384 test vectors 172 173 - point is not on curve. ... ECDH P384 test vectors 173 174 - point is not on curve. [OK] ECDH P384 test vectors 173 174 - point is not on curve. ... ECDH P384 test vectors 174 175 - point is not on curve. [OK] ECDH P384 test vectors 174 175 - point is not on curve. ... ECDH P384 test vectors 175 176 - point is not on curve. [OK] ECDH P384 test vectors 175 176 - point is not on curve. ... ECDH P384 test vectors 176 177 - point is not on curve. [OK] ECDH P384 test vectors 176 177 - point is not on curve. ... ECDH P384 test vectors 177 178 - point is not on curve. [OK] ECDH P384 test vectors 177 178 - point is not on curve. ... ECDH P384 test vectors 178 179 - point is not on curve. [OK] ECDH P384 test vectors 178 179 - point is not on curve. ... ECDH P384 test vectors 179 180 - point is not on curve. [OK] ECDH P384 test vectors 179 180 - point is not on curve. ... ECDH P384 test vectors 180 181 - . [OK] ECDH P384 test vectors 180 181 - . ... ECDH P384 test vectors 181 182 - public point not on curve. [OK] ECDH P384 test vectors 181 182 - public point not on curve. ... ECDH P384 test vectors 182 183 - public point = (0,0). [OK] ECDH P384 test vectors 182 183 - public point = (0,0). ... ECDH P384 test vectors 183 196 - using secp224r1. [OK] ECDH P384 test vectors 183 196 - using secp224r1. ... ECDH P384 test vectors 184 197 - using secp256r1. [OK] ECDH P384 test vectors 184 197 - using secp256r1. ... ECDH P384 test vectors 185 198 - using secp256k1. [OK] ECDH P384 test vectors 185 198 - using secp256k1. ... ECDH P384 test vectors 186 201 - Public key uses wrong curve: secp224r1. [OK] ECDH P384 test vectors 186 201 - Public key uses wrong curve: secp224r1. ... ECDH P384 test vectors 187 202 - Public key uses wrong curve: secp256r1. [OK] ECDH P384 test vectors 187 202 - Public key uses wrong curve: secp256r1. ... ECDH P384 test vectors 188 203 - Public key uses wrong curve: secp521r1. [OK] ECDH P384 test vectors 188 203 - Public key uses wrong curve: secp521r1. ... ECDH P384 test vectors 189 204 - Public key uses wrong curve: secp256k1. [OK] ECDH P384 test vectors 189 204 - Public key uses wrong curve: secp256k1. ... ECDH P384 test vectors 190 205 - Public key uses wrong curve: secp224k1. [OK] ECDH P384 test vectors 190 205 - Public key uses wrong curve: secp224k1. ... ECDH P384 test vectors 191 206 - Public key uses wrong curve: brainpoolP224r1. [OK] ECDH P384 test vectors 191 206 - Public key uses wrong curve: brainpoolP224r1. ... ECDH P384 test vectors 192 207 - Public key uses wrong curve: brainpoolP256r1. [OK] ECDH P384 test vectors 192 207 - Public key uses wrong curve: brainpoolP256r1. ... ECDH P384 test vectors 193 208 - Public key uses wrong curve: brainpoolP320r1. [OK] ECDH P384 test vectors 193 208 - Public key uses wrong curve: brainpoolP320r1. ... ECDH P384 test vectors 194 209 - Public key uses wrong curve: brainpoolP384r1. [OK] ECDH P384 test vectors 194 209 - Public key uses wrong curve: brainpoolP384r1. ... ECDH P384 test vectors 195 210 - Public key uses wrong curve: brainpoolP512r1. [OK] ECDH P384 test vectors 195 210 - Public key uses wrong curve: brainpoolP512r1. ... ECDH P384 test vectors 196 211 - Public key uses wrong curve: brainpoolP224t1. [OK] ECDH P384 test vectors 196 211 - Public key uses wrong curve: brainpoolP224t1. ... ECDH P384 test vectors 197 212 - Public key uses wrong curve: brainpoolP256t1. [OK] ECDH P384 test vectors 197 212 - Public key uses wrong curve: brainpoolP256t1. ... ECDH P384 test vectors 198 213 - Public key uses wrong curve: brainpoolP320t1. [OK] ECDH P384 test vectors 198 213 - Public key uses wrong curve: brainpoolP320t1. ... ECDH P384 test vectors 199 214 - Public key uses wrong curve: brainpoolP384t1. [OK] ECDH P384 test vectors 199 214 - Public key uses wrong curve: brainpoolP384t1. ... ECDH P384 test vectors 200 215 - Public key uses wrong curve: brainpoolP512t1. [OK] ECDH P384 test vectors 200 215 - Public key uses wrong curve: brainpoolP512t1. ... ECDH P384 test vectors 201 216 - invalid public key. [OK] ECDH P384 test vectors 201 216 - invalid public key. ... ECDSA P384 test vectors (SHA384) 0 1 - signature malleability. [OK] ECDSA P384 test vectors (SHA384) 0 1 - signature malleability. ... ECDSA P384 test vectors (SHA384) 1 2 - Legacy:ASN encoding of s misses leading 0. [OK] ECDSA P384 test vectors (SHA384) 1 2 - Legacy:ASN encoding of s misses leading 0. ... ECDSA P384 test vectors (SHA384) 2 3 - valid. [OK] ECDSA P384 test vectors (SHA384) 2 3 - valid. ... ECDSA P384 test vectors (SHA384) 3 4 - long form encoding of length of sequence. [OK] ECDSA P384 test vectors (SHA384) 3 4 - long form encoding of length of sequence. ... ECDSA P384 test vectors (SHA384) 4 5 - length of sequence contains leading 0. [OK] ECDSA P384 test vectors (SHA384) 4 5 - length of sequence contains leading 0. ... ECDSA P384 test vectors (SHA384) 5 6 - wrong length of sequence. [OK] ECDSA P384 test vectors (SHA384) 5 6 - wrong length of sequence. ... ECDSA P384 test vectors (SHA384) 6 7 - wrong length of sequence. [OK] ECDSA P384 test vectors (SHA384) 6 7 - wrong length of sequence. ... ECDSA P384 test vectors (SHA384) 7 8 - uint32 overflow in length of sequence. [OK] ECDSA P384 test vectors (SHA384) 7 8 - uint32 overflow in length of sequence. ... ECDSA P384 test vectors (SHA384) 8 9 - uint64 overflow in length of sequence. [OK] ECDSA P384 test vectors (SHA384) 8 9 - uint64 overflow in length of sequence. ... ECDSA P384 test vectors (SHA384) 9 10 - length of sequence = 2**31 - 1. [OK] ECDSA P384 test vectors (SHA384) 9 10 - length of sequence = 2**31 - 1. ... ECDSA P384 test vectors (SHA384) 10 11 - length of sequence = 2**32 - 1. [OK] ECDSA P384 test vectors (SHA384) 10 11 - length of sequence = 2**32 - 1. ... ECDSA P384 test vectors (SHA384) 11 12 - length of sequence = 2**40 - 1. [OK] ECDSA P384 test vectors (SHA384) 11 12 - length of sequence = 2**40 - 1. ... ECDSA P384 test vectors (SHA384) 12 13 - length of sequence = 2**64 - 1. [OK] ECDSA P384 test vectors (SHA384) 12 13 - length of sequence = 2**64 - 1. ... ECDSA P384 test vectors (SHA384) 13 14 - incorrect length of sequence. [OK] ECDSA P384 test vectors (SHA384) 13 14 - incorrect length of sequence. ... ECDSA P384 test vectors (SHA384) 14 15 - indefinite length without termination. [OK] ECDSA P384 test vectors (SHA384) 14 15 - indefinite length without termination. ... ECDSA P384 test vectors (SHA384) 15 16 - indefinite length without termination. [OK] ECDSA P384 test vectors (SHA384) 15 16 - indefinite length without termination. ... ECDSA P384 test vectors (SHA384) 16 17 - indefinite length without termination. [OK] ECDSA P384 test vectors (SHA384) 16 17 - indefinite length without termination. ... ECDSA P384 test vectors (SHA384) 17 18 - removing sequence. [OK] ECDSA P384 test vectors (SHA384) 17 18 - removing sequence. ... ECDSA P384 test vectors (SHA384) 18 19 - lonely sequence tag. [OK] ECDSA P384 test vectors (SHA384) 18 19 - lonely sequence tag. ... ECDSA P384 test vectors (SHA384) 19 20 - appending 0's to sequence. [OK] ECDSA P384 test vectors (SHA384) 19 20 - appending 0's to sequence. ... ECDSA P384 test vectors (SHA384) 20 21 - prepending 0's to sequence. [OK] ECDSA P384 test vectors (SHA384) 20 21 - prepending 0's to sequence. ... ECDSA P384 test vectors (SHA384) 21 22 - appending unused 0's to sequence. [OK] ECDSA P384 test vectors (SHA384) 21 22 - appending unused 0's to sequence. ... ECDSA P384 test vectors (SHA384) 22 23 - appending null value to sequence. [OK] ECDSA P384 test vectors (SHA384) 22 23 - appending null value to sequence. ... ECDSA P384 test vectors (SHA384) 23 24 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 23 24 - including garbage. ... ECDSA P384 test vectors (SHA384) 24 25 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 24 25 - including garbage. ... ECDSA P384 test vectors (SHA384) 25 26 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 25 26 - including garbage. ... ECDSA P384 test vectors (SHA384) 26 27 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 26 27 - including garbage. ... ECDSA P384 test vectors (SHA384) 27 28 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 27 28 - including garbage. ... ECDSA P384 test vectors (SHA384) 28 29 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 28 29 - including garbage. ... ECDSA P384 test vectors (SHA384) 29 30 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 29 30 - including garbage. ... ECDSA P384 test vectors (SHA384) 30 31 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 30 31 - including garbage. ... ECDSA P384 test vectors (SHA384) 31 32 - including garbage. [OK] ECDSA P384 test vectors (SHA384) 31 32 - including garbage. ... ECDSA P384 test vectors (SHA384) 32 33 - including undefined tags. [OK] ECDSA P384 test vectors (SHA384) 32 33 - including undefined tags. ... ECDSA P384 test vectors (SHA384) 33 34 - including undefined tags. [OK] ECDSA P384 test vectors (SHA384) 33 34 - including undefined tags. ... ECDSA P384 test vectors (SHA384) 34 35 - including undefined tags. [OK] ECDSA P384 test vectors (SHA384) 34 35 - including undefined tags. ... ECDSA P384 test vectors (SHA384) 35 36 - including undefined tags. [OK] ECDSA P384 test vectors (SHA384) 35 36 - including undefined tags. ... ECDSA P384 test vectors (SHA384) 36 37 - including undefined tags. [OK] ECDSA P384 test vectors (SHA384) 36 37 - including undefined tags. ... ECDSA P384 test vectors (SHA384) 37 38 - including undefined tags. [OK] ECDSA P384 test vectors (SHA384) 37 38 - including undefined tags. ... ECDSA P384 test vectors (SHA384) 38 39 - truncated length of sequence. [OK] ECDSA P384 test vectors (SHA384) 38 39 - truncated length of sequence. ... ECDSA P384 test vectors (SHA384) 39 40 - using composition with indefinite length. [OK] ECDSA P384 test vectors (SHA384) 39 40 - using composition with indefinite length. ... ECDSA P384 test vectors (SHA384) 40 41 - using composition with indefinite length. [OK] ECDSA P384 test vectors (SHA384) 40 41 - using composition with indefinite length. ... ECDSA P384 test vectors (SHA384) 41 42 - using composition with indefinite length. [OK] ECDSA P384 test vectors (SHA384) 41 42 - using composition with indefinite length. ... ECDSA P384 test vectors (SHA384) 42 43 - using composition with wrong tag. [OK] ECDSA P384 test vectors (SHA384) 42 43 - using composition with wrong tag. ... ECDSA P384 test vectors (SHA384) 43 44 - using composition with wrong tag. [OK] ECDSA P384 test vectors (SHA384) 43 44 - using composition with wrong tag. ... ECDSA P384 test vectors (SHA384) 44 45 - using composition with wrong tag. [OK] ECDSA P384 test vectors (SHA384) 44 45 - using composition with wrong tag. ... ECDSA P384 test vectors (SHA384) 45 46 - Replacing sequence with NULL. [OK] ECDSA P384 test vectors (SHA384) 45 46 - Replacing sequence with NULL. ... ECDSA P384 test vectors (SHA384) 46 47 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA384) 46 47 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA384) 47 48 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA384) 47 48 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA384) 48 49 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA384) 48 49 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA384) 49 50 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA384) 49 50 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA384) 50 51 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA384) 50 51 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA384) 51 52 - dropping value of sequence. [OK] ECDSA P384 test vectors (SHA384) 51 52 - dropping value of sequence. ... ECDSA P384 test vectors (SHA384) 52 53 - using composition for sequence. [OK] ECDSA P384 test vectors (SHA384) 52 53 - using composition for sequence. ... ECDSA P384 test vectors (SHA384) 53 54 - truncated sequence. [OK] ECDSA P384 test vectors (SHA384) 53 54 - truncated sequence. ... ECDSA P384 test vectors (SHA384) 54 55 - truncated sequence. [OK] ECDSA P384 test vectors (SHA384) 54 55 - truncated sequence. ... ECDSA P384 test vectors (SHA384) 55 56 - indefinite length. [OK] ECDSA P384 test vectors (SHA384) 55 56 - indefinite length. ... ECDSA P384 test vectors (SHA384) 56 57 - indefinite length with truncated delimiter. [OK] ECDSA P384 test vectors (SHA384) 56 57 - indefinite length with truncated delimiter. ... ECDSA P384 test vectors (SHA384) 57 58 - indefinite length with additional element. [OK] ECDSA P384 test vectors (SHA384) 57 58 - indefinite length with additional element. ... ECDSA P384 test vectors (SHA384) 58 59 - indefinite length with truncated element. [OK] ECDSA P384 test vectors (SHA384) 58 59 - indefinite length with truncated element. ... ECDSA P384 test vectors (SHA384) 59 60 - indefinite length with garbage. [OK] ECDSA P384 test vectors (SHA384) 59 60 - indefinite length with garbage. ... ECDSA P384 test vectors (SHA384) 60 61 - indefinite length with nonempty EOC. [OK] ECDSA P384 test vectors (SHA384) 60 61 - indefinite length with nonempty EOC. ... ECDSA P384 test vectors (SHA384) 61 62 - prepend empty sequence. [OK] ECDSA P384 test vectors (SHA384) 61 62 - prepend empty sequence. ... ECDSA P384 test vectors (SHA384) 62 63 - append empty sequence. [OK] ECDSA P384 test vectors (SHA384) 62 63 - append empty sequence. ... ECDSA P384 test vectors (SHA384) 63 64 - append garbage with high tag number. [OK] ECDSA P384 test vectors (SHA384) 63 64 - append garbage with high tag number. ... ECDSA P384 test vectors (SHA384) 64 65 - sequence of sequence. [OK] ECDSA P384 test vectors (SHA384) 64 65 - sequence of sequence. ... ECDSA P384 test vectors (SHA384) 65 66 - truncated sequence: removed last 1 elements. [OK] ECDSA P384 test vectors (SHA384) 65 66 - truncated sequence: removed last 1 elements. ... ECDSA P384 test vectors (SHA384) 66 67 - repeating element in sequence. [OK] ECDSA P384 test vectors (SHA384) 66 67 - repeating element in sequence. ... ECDSA P384 test vectors (SHA384) 67 68 - long form encoding of length of integer. [OK] ECDSA P384 test vectors (SHA384) 67 68 - long form encoding of length of integer. ... ECDSA P384 test vectors (SHA384) 68 69 - long form encoding of length of integer. [OK] ECDSA P384 test vectors (SHA384) 68 69 - long form encoding of length of integer. ... ECDSA P384 test vectors (SHA384) 69 70 - length of integer contains leading 0. [OK] ECDSA P384 test vectors (SHA384) 69 70 - length of integer contains leading 0. ... ECDSA P384 test vectors (SHA384) 70 71 - length of integer contains leading 0. [OK] ECDSA P384 test vectors (SHA384) 70 71 - length of integer contains leading 0. ... ECDSA P384 test vectors (SHA384) 71 72 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA384) 71 72 - wrong length of integer. ... ECDSA P384 test vectors (SHA384) 72 73 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA384) 72 73 - wrong length of integer. ... ECDSA P384 test vectors (SHA384) 73 74 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA384) 73 74 - wrong length of integer. ... ECDSA P384 test vectors (SHA384) 74 75 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA384) 74 75 - wrong length of integer. ... ECDSA P384 test vectors (SHA384) 75 76 - uint32 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA384) 75 76 - uint32 overflow in length of integer. ... ECDSA P384 test vectors (SHA384) 76 77 - uint32 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA384) 76 77 - uint32 overflow in length of integer. ... ECDSA P384 test vectors (SHA384) 77 78 - uint64 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA384) 77 78 - uint64 overflow in length of integer. ... ECDSA P384 test vectors (SHA384) 78 79 - uint64 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA384) 78 79 - uint64 overflow in length of integer. ... ECDSA P384 test vectors (SHA384) 79 80 - length of integer = 2**31 - 1. [OK] ECDSA P384 test vectors (SHA384) 79 80 - length of integer = 2**31 - 1. ... ECDSA P384 test vectors (SHA384) 80 81 - length of integer = 2**31 - 1. [OK] ECDSA P384 test vectors (SHA384) 80 81 - length of integer = 2**31 - 1. ... ECDSA P384 test vectors (SHA384) 81 82 - length of integer = 2**32 - 1. [OK] ECDSA P384 test vectors (SHA384) 81 82 - length of integer = 2**32 - 1. ... ECDSA P384 test vectors (SHA384) 82 83 - length of integer = 2**32 - 1. [OK] ECDSA P384 test vectors (SHA384) 82 83 - length of integer = 2**32 - 1. ... ECDSA P384 test vectors (SHA384) 83 84 - length of integer = 2**40 - 1. [OK] ECDSA P384 test vectors (SHA384) 83 84 - length of integer = 2**40 - 1. ... ECDSA P384 test vectors (SHA384) 84 85 - length of integer = 2**40 - 1. [OK] ECDSA P384 test vectors (SHA384) 84 85 - length of integer = 2**40 - 1. ... ECDSA P384 test vectors (SHA384) 85 86 - length of integer = 2**64 - 1. [OK] ECDSA P384 test vectors (SHA384) 85 86 - length of integer = 2**64 - 1. ... ECDSA P384 test vectors (SHA384) 86 87 - length of integer = 2**64 - 1. [OK] ECDSA P384 test vectors (SHA384) 86 87 - length of integer = 2**64 - 1. ... ECDSA P384 test vectors (SHA384) 87 88 - incorrect length of integer. [OK] ECDSA P384 test vectors (SHA384) 87 88 - incorrect length of integer. ... ECDSA P384 test vectors (SHA384) 88 89 - incorrect length of integer. [OK] ECDSA P384 test vectors (SHA384) 88 89 - incorrect length of integer. ... ECDSA P384 test vectors (SHA384) 89 90 - removing integer. [OK] ECDSA P384 test vectors (SHA384) 89 90 - removing integer. ... ECDSA P384 test vectors (SHA384) 90 91 - lonely integer tag. [OK] ECDSA P384 test vectors (SHA384) 90 91 - lonely integer tag. ... ECDSA P384 test vectors (SHA384) 91 92 - lonely integer tag. [OK] ECDSA P384 test vectors (SHA384) 91 92 - lonely integer tag. ... ECDSA P384 test vectors (SHA384) 92 93 - appending 0's to integer. [OK] ECDSA P384 test vectors (SHA384) 92 93 - appending 0's to integer. ... ECDSA P384 test vectors (SHA384) 93 94 - appending 0's to integer. [OK] ECDSA P384 test vectors (SHA384) 93 94 - appending 0's to integer. ... ECDSA P384 test vectors (SHA384) 94 95 - prepending 0's to integer. [OK] ECDSA P384 test vectors (SHA384) 94 95 - prepending 0's to integer. ... ECDSA P384 test vectors (SHA384) 95 96 - prepending 0's to integer. [OK] ECDSA P384 test vectors (SHA384) 95 96 - prepending 0's to integer. ... ECDSA P384 test vectors (SHA384) 96 97 - appending unused 0's to integer. [OK] ECDSA P384 test vectors (SHA384) 96 97 - appending unused 0's to integer. ... ECDSA P384 test vectors (SHA384) 97 98 - appending null value to integer. [OK] ECDSA P384 test vectors (SHA384) 97 98 - appending null value to integer. ... ECDSA P384 test vectors (SHA384) 98 99 - appending null value to integer. [OK] ECDSA P384 test vectors (SHA384) 98 99 - appending null value to integer. ... ECDSA P384 test vectors (SHA384) 99 100 - truncated length of integer. [OK] ECDSA P384 test vectors (SHA384) 99 100 - truncated length of integer. ... ECDSA P384 test vectors (SHA384) 100 101 - truncated length of integer. [OK] ECDSA P384 test vectors (SHA384) 100 101 - truncated length of integer. ... ECDSA P384 test vectors (SHA384) 101 102 - Replacing integer with NULL. [OK] ECDSA P384 test vectors (SHA384) 101 102 - Replacing integer with NULL. ... ECDSA P384 test vectors (SHA384) 102 103 - Replacing integer with NULL. [OK] ECDSA P384 test vectors (SHA384) 102 103 - Replacing integer with NULL. ... ECDSA P384 test vectors (SHA384) 103 104 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 103 104 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 104 105 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 104 105 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 105 106 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 105 106 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 106 107 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 106 107 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 107 108 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 107 108 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 108 109 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 108 109 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 109 110 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 109 110 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 110 111 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 110 111 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 111 112 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 111 112 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 112 113 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA384) 112 113 - changing tag value of integer. ... ECDSA P384 test vectors (SHA384) 113 114 - dropping value of integer. [OK] ECDSA P384 test vectors (SHA384) 113 114 - dropping value of integer. ... ECDSA P384 test vectors (SHA384) 114 115 - dropping value of integer. [OK] ECDSA P384 test vectors (SHA384) 114 115 - dropping value of integer. ... ECDSA P384 test vectors (SHA384) 115 116 - using composition for integer. [OK] ECDSA P384 test vectors (SHA384) 115 116 - using composition for integer. ... ECDSA P384 test vectors (SHA384) 116 117 - using composition for integer. [OK] ECDSA P384 test vectors (SHA384) 116 117 - using composition for integer. ... ECDSA P384 test vectors (SHA384) 117 118 - modify first byte of integer. [OK] ECDSA P384 test vectors (SHA384) 117 118 - modify first byte of integer. ... ECDSA P384 test vectors (SHA384) 118 119 - modify first byte of integer. [OK] ECDSA P384 test vectors (SHA384) 118 119 - modify first byte of integer. ... ECDSA P384 test vectors (SHA384) 119 120 - modify last byte of integer. [OK] ECDSA P384 test vectors (SHA384) 119 120 - modify last byte of integer. ... ECDSA P384 test vectors (SHA384) 120 121 - modify last byte of integer. [OK] ECDSA P384 test vectors (SHA384) 120 121 - modify last byte of integer. ... ECDSA P384 test vectors (SHA384) 121 122 - truncated integer. [OK] ECDSA P384 test vectors (SHA384) 121 122 - truncated integer. ... ECDSA P384 test vectors (SHA384) 122 123 - truncated integer. [OK] ECDSA P384 test vectors (SHA384) 122 123 - truncated integer. ... ECDSA P384 test vectors (SHA384) 123 124 - truncated integer. [OK] ECDSA P384 test vectors (SHA384) 123 124 - truncated integer. ... ECDSA P384 test vectors (SHA384) 124 125 - leading ff in integer. [OK] ECDSA P384 test vectors (SHA384) 124 125 - leading ff in integer. ... ECDSA P384 test vectors (SHA384) 125 126 - leading ff in integer. [OK] ECDSA P384 test vectors (SHA384) 125 126 - leading ff in integer. ... ECDSA P384 test vectors (SHA384) 126 127 - replaced integer by infinity. [OK] ECDSA P384 test vectors (SHA384) 126 127 - replaced integer by infinity. ... ECDSA P384 test vectors (SHA384) 127 128 - replaced integer by infinity. [OK] ECDSA P384 test vectors (SHA384) 127 128 - replaced integer by infinity. ... ECDSA P384 test vectors (SHA384) 128 129 - replacing integer with zero. [OK] ECDSA P384 test vectors (SHA384) 128 129 - replacing integer with zero. ... ECDSA P384 test vectors (SHA384) 129 130 - replacing integer with zero. [OK] ECDSA P384 test vectors (SHA384) 129 130 - replacing integer with zero. ... ECDSA P384 test vectors (SHA384) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA384) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA384) 143 144 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 143 144 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 144 145 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 144 145 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 145 146 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 145 146 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 146 147 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 146 147 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 147 148 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 147 148 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 148 149 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 148 149 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 149 150 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 149 150 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 150 151 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 150 151 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 151 152 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 151 152 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 152 153 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 152 153 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 153 154 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 153 154 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 154 155 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 154 155 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 155 156 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 155 156 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 156 157 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 156 157 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 157 158 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 157 158 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 158 159 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 158 159 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 159 160 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 159 160 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 160 161 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 160 161 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 161 162 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 161 162 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 162 163 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 162 163 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 163 164 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 163 164 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 164 165 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 164 165 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 165 166 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 165 166 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 166 167 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 166 167 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 167 168 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 167 168 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 168 169 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 168 169 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 169 170 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 169 170 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 170 171 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 170 171 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 171 172 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 171 172 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 172 173 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 172 173 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 173 174 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 173 174 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 174 175 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 174 175 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 175 176 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 175 176 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 176 177 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 176 177 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 177 178 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 177 178 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 178 179 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 178 179 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 179 180 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 179 180 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 180 181 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 180 181 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 181 182 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 181 182 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 182 183 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 182 183 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 183 184 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 183 184 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 184 185 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 184 185 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 185 186 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 185 186 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 186 187 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 186 187 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 187 188 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 187 188 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 188 189 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 188 189 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 189 190 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 189 190 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 190 191 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 190 191 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 191 192 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 191 192 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 192 193 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 192 193 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 193 194 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 193 194 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 194 195 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 194 195 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 195 196 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 195 196 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 196 197 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 196 197 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 197 198 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 197 198 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 198 199 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 198 199 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 199 200 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 199 200 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 200 201 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 200 201 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 201 202 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 201 202 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 202 203 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 202 203 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 203 204 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 203 204 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 204 205 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 204 205 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 205 206 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 205 206 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 206 207 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 206 207 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 207 208 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 207 208 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 208 209 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 208 209 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 209 210 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 209 210 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 210 211 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 210 211 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 211 212 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 211 212 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 212 213 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 212 213 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 213 214 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 213 214 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 214 215 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 214 215 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 215 216 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 215 216 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 216 217 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 216 217 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 217 218 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 217 218 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 218 219 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 218 219 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 219 220 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 219 220 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 220 221 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 220 221 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 221 222 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 221 222 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 222 223 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA384) 222 223 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA384) 223 224 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA384) 223 224 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA384) 224 225 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA384) 224 225 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA384) 225 226 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA384) 225 226 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA384) 226 227 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA384) 226 227 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA384) 227 228 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA384) 227 228 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA384) 228 229 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA384) 228 229 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA384) 229 230 - Edge case for Shamir multiplication. [OK] ECDSA P384 test vectors (SHA384) 229 230 - Edge case for Shamir multiplication. ... ECDSA P384 test vectors (SHA384) 230 231 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 230 231 - special case hash. ... ECDSA P384 test vectors (SHA384) 231 232 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 231 232 - special case hash. ... ECDSA P384 test vectors (SHA384) 232 233 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 232 233 - special case hash. ... ECDSA P384 test vectors (SHA384) 233 234 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 233 234 - special case hash. ... ECDSA P384 test vectors (SHA384) 234 235 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 234 235 - special case hash. ... ECDSA P384 test vectors (SHA384) 235 236 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 235 236 - special case hash. ... ECDSA P384 test vectors (SHA384) 236 237 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 236 237 - special case hash. ... ECDSA P384 test vectors (SHA384) 237 238 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 237 238 - special case hash. ... ECDSA P384 test vectors (SHA384) 238 239 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 238 239 - special case hash. ... ECDSA P384 test vectors (SHA384) 239 240 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 239 240 - special case hash. ... ECDSA P384 test vectors (SHA384) 240 241 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 240 241 - special case hash. ... ECDSA P384 test vectors (SHA384) 241 242 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 241 242 - special case hash. ... ECDSA P384 test vectors (SHA384) 242 243 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 242 243 - special case hash. ... ECDSA P384 test vectors (SHA384) 243 244 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 243 244 - special case hash. ... ECDSA P384 test vectors (SHA384) 244 245 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 244 245 - special case hash. ... ECDSA P384 test vectors (SHA384) 245 246 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 245 246 - special case hash. ... ECDSA P384 test vectors (SHA384) 246 247 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 246 247 - special case hash. ... ECDSA P384 test vectors (SHA384) 247 248 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 247 248 - special case hash. ... ECDSA P384 test vectors (SHA384) 248 249 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 248 249 - special case hash. ... ECDSA P384 test vectors (SHA384) 249 250 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 249 250 - special case hash. ... ECDSA P384 test vectors (SHA384) 250 251 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 250 251 - special case hash. ... ECDSA P384 test vectors (SHA384) 251 252 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 251 252 - special case hash. ... ECDSA P384 test vectors (SHA384) 252 253 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 252 253 - special case hash. ... ECDSA P384 test vectors (SHA384) 253 254 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 253 254 - special case hash. ... ECDSA P384 test vectors (SHA384) 254 255 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 254 255 - special case hash. ... ECDSA P384 test vectors (SHA384) 255 256 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 255 256 - special case hash. ... ECDSA P384 test vectors (SHA384) 256 257 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 256 257 - special case hash. ... ECDSA P384 test vectors (SHA384) 257 258 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 257 258 - special case hash. ... ECDSA P384 test vectors (SHA384) 258 259 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 258 259 - special case hash. ... ECDSA P384 test vectors (SHA384) 259 260 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 259 260 - special case hash. ... ECDSA P384 test vectors (SHA384) 260 261 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 260 261 - special case hash. ... ECDSA P384 test vectors (SHA384) 261 262 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 261 262 - special case hash. ... ECDSA P384 test vectors (SHA384) 262 263 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 262 263 - special case hash. ... ECDSA P384 test vectors (SHA384) 263 264 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 263 264 - special case hash. ... ECDSA P384 test vectors (SHA384) 264 265 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 264 265 - special case hash. ... ECDSA P384 test vectors (SHA384) 265 266 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 265 266 - special case hash. ... ECDSA P384 test vectors (SHA384) 266 267 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 266 267 - special case hash. ... ECDSA P384 test vectors (SHA384) 267 268 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 267 268 - special case hash. ... ECDSA P384 test vectors (SHA384) 268 269 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 268 269 - special case hash. ... ECDSA P384 test vectors (SHA384) 269 270 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 269 270 - special case hash. ... ECDSA P384 test vectors (SHA384) 270 271 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 270 271 - special case hash. ... ECDSA P384 test vectors (SHA384) 271 272 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 271 272 - special case hash. ... ECDSA P384 test vectors (SHA384) 272 273 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 272 273 - special case hash. ... ECDSA P384 test vectors (SHA384) 273 274 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 273 274 - special case hash. ... ECDSA P384 test vectors (SHA384) 274 275 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 274 275 - special case hash. ... ECDSA P384 test vectors (SHA384) 275 276 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 275 276 - special case hash. ... ECDSA P384 test vectors (SHA384) 276 277 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 276 277 - special case hash. ... ECDSA P384 test vectors (SHA384) 277 278 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 277 278 - special case hash. ... ECDSA P384 test vectors (SHA384) 278 279 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 278 279 - special case hash. ... ECDSA P384 test vectors (SHA384) 279 280 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 279 280 - special case hash. ... ECDSA P384 test vectors (SHA384) 280 281 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 280 281 - special case hash. ... ECDSA P384 test vectors (SHA384) 281 282 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 281 282 - special case hash. ... ECDSA P384 test vectors (SHA384) 282 283 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 282 283 - special case hash. ... ECDSA P384 test vectors (SHA384) 283 284 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 283 284 - special case hash. ... ECDSA P384 test vectors (SHA384) 284 285 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 284 285 - special case hash. ... ECDSA P384 test vectors (SHA384) 285 286 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 285 286 - special case hash. ... ECDSA P384 test vectors (SHA384) 286 287 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 286 287 - special case hash. ... ECDSA P384 test vectors (SHA384) 287 288 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 287 288 - special case hash. ... ECDSA P384 test vectors (SHA384) 288 289 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 288 289 - special case hash. ... ECDSA P384 test vectors (SHA384) 289 290 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 289 290 - special case hash. ... ECDSA P384 test vectors (SHA384) 290 291 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 290 291 - special case hash. ... ECDSA P384 test vectors (SHA384) 291 292 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 291 292 - special case hash. ... ECDSA P384 test vectors (SHA384) 292 293 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 292 293 - special case hash. ... ECDSA P384 test vectors (SHA384) 293 294 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 293 294 - special case hash. ... ECDSA P384 test vectors (SHA384) 294 295 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 294 295 - special case hash. ... ECDSA P384 test vectors (SHA384) 295 296 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 295 296 - special case hash. ... ECDSA P384 test vectors (SHA384) 296 297 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 296 297 - special case hash. ... ECDSA P384 test vectors (SHA384) 297 298 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 297 298 - special case hash. ... ECDSA P384 test vectors (SHA384) 298 299 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 298 299 - special case hash. ... ECDSA P384 test vectors (SHA384) 299 300 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 299 300 - special case hash. ... ECDSA P384 test vectors (SHA384) 300 301 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 300 301 - special case hash. ... ECDSA P384 test vectors (SHA384) 301 302 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 301 302 - special case hash. ... ECDSA P384 test vectors (SHA384) 302 303 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 302 303 - special case hash. ... ECDSA P384 test vectors (SHA384) 303 304 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 303 304 - special case hash. ... ECDSA P384 test vectors (SHA384) 304 305 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 304 305 - special case hash. ... ECDSA P384 test vectors (SHA384) 305 306 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 305 306 - special case hash. ... ECDSA P384 test vectors (SHA384) 306 307 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 306 307 - special case hash. ... ECDSA P384 test vectors (SHA384) 307 308 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 307 308 - special case hash. ... ECDSA P384 test vectors (SHA384) 308 309 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 308 309 - special case hash. ... ECDSA P384 test vectors (SHA384) 309 310 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 309 310 - special case hash. ... ECDSA P384 test vectors (SHA384) 310 311 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 310 311 - special case hash. ... ECDSA P384 test vectors (SHA384) 311 312 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 311 312 - special case hash. ... ECDSA P384 test vectors (SHA384) 312 313 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 312 313 - special case hash. ... ECDSA P384 test vectors (SHA384) 313 314 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 313 314 - special case hash. ... ECDSA P384 test vectors (SHA384) 314 315 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 314 315 - special case hash. ... ECDSA P384 test vectors (SHA384) 315 316 - special case hash. [OK] ECDSA P384 test vectors (SHA384) 315 316 - special case hash. ... ECDSA P384 test vectors (SHA384) 316 317 - k*G has a large x-coordinate. [OK] ECDSA P384 test vectors (SHA384) 316 317 - k*G has a large x-coordinate. ... ECDSA P384 test vectors (SHA384) 317 318 - r too large. [OK] ECDSA P384 test vectors (SHA384) 317 318 - r too large. ... ECDSA P384 test vectors (SHA384) 318 319 - r,s are large. [OK] ECDSA P384 test vectors (SHA384) 318 319 - r,s are large. ... ECDSA P384 test vectors (SHA384) 319 320 - r and s^-1 have a large Hamming weight. [OK] ECDSA P384 test vectors (SHA384) 319 320 - r and s^-1 have a large Hamming weight. ... ECDSA P384 test vectors (SHA384) 320 321 - r and s^-1 have a large Hamming weight. [OK] ECDSA P384 test vectors (SHA384) 320 321 - r and s^-1 have a large Hamming weight. ... ECDSA P384 test vectors (SHA384) 321 322 - small r and s. [OK] ECDSA P384 test vectors (SHA384) 321 322 - small r and s. ... ECDSA P384 test vectors (SHA384) 322 323 - small r and s. [OK] ECDSA P384 test vectors (SHA384) 322 323 - small r and s. ... ECDSA P384 test vectors (SHA384) 323 324 - small r and s. [OK] ECDSA P384 test vectors (SHA384) 323 324 - small r and s. ... ECDSA P384 test vectors (SHA384) 324 325 - r is larger than n. [OK] ECDSA P384 test vectors (SHA384) 324 325 - r is larger than n. ... ECDSA P384 test vectors (SHA384) 325 326 - s is larger than n. [OK] ECDSA P384 test vectors (SHA384) 325 326 - s is larger than n. ... ECDSA P384 test vectors (SHA384) 326 327 - small r and s^-1. [OK] ECDSA P384 test vectors (SHA384) 326 327 - small r and s^-1. ... ECDSA P384 test vectors (SHA384) 327 328 - smallish r and s^-1. [OK] ECDSA P384 test vectors (SHA384) 327 328 - smallish r and s^-1. ... ECDSA P384 test vectors (SHA384) 328 329 - 100-bit r and small s^-1. [OK] ECDSA P384 test vectors (SHA384) 328 329 - 100-bit r and small s^-1. ... ECDSA P384 test vectors (SHA384) 329 330 - small r and 100 bit s^-1. [OK] ECDSA P384 test vectors (SHA384) 329 330 - small r and 100 bit s^-1. ... ECDSA P384 test vectors (SHA384) 330 331 - 100-bit r and s^-1. [OK] ECDSA P384 test vectors (SHA384) 330 331 - 100-bit r and s^-1. ... ECDSA P384 test vectors (SHA384) 331 332 - r and s^-1 are close to n. [OK] ECDSA P384 test vectors (SHA384) 331 332 - r and s^-1 are close to n. ... ECDSA P384 test vectors (SHA384) 332 333 - s == 1. [OK] ECDSA P384 test vectors (SHA384) 332 333 - s == 1. ... ECDSA P384 test vectors (SHA384) 333 334 - s == 0. [OK] ECDSA P384 test vectors (SHA384) 333 334 - s == 0. ... ECDSA P384 test vectors (SHA384) 334 335 - point at infinity during verify. [OK] ECDSA P384 test vectors (SHA384) 334 335 - point at infinity during verify. ... ECDSA P384 test vectors (SHA384) 335 336 - edge case for signature malleability. [OK] ECDSA P384 test vectors (SHA384) 335 336 - edge case for signature malleability. ... ECDSA P384 test vectors (SHA384) 336 337 - edge case for signature malleability. [OK] ECDSA P384 test vectors (SHA384) 336 337 - edge case for signature malleability. ... ECDSA P384 test vectors (SHA384) 337 338 - u1 == 1. [OK] ECDSA P384 test vectors (SHA384) 337 338 - u1 == 1. ... ECDSA P384 test vectors (SHA384) 338 339 - u1 == n - 1. [OK] ECDSA P384 test vectors (SHA384) 338 339 - u1 == n - 1. ... ECDSA P384 test vectors (SHA384) 339 340 - u2 == 1. [OK] ECDSA P384 test vectors (SHA384) 339 340 - u2 == 1. ... ECDSA P384 test vectors (SHA384) 340 341 - u2 == n - 1. [OK] ECDSA P384 test vectors (SHA384) 340 341 - u2 == n - 1. ... ECDSA P384 test vectors (SHA384) 341 342 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 341 342 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 342 343 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 342 343 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 343 344 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 343 344 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 344 345 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 344 345 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 345 346 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 345 346 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 346 347 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 346 347 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 347 348 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 347 348 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 348 349 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 348 349 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 349 350 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 349 350 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 350 351 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 350 351 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 351 352 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 351 352 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 352 353 - edge case for u1. [OK] ECDSA P384 test vectors (SHA384) 352 353 - edge case for u1. ... ECDSA P384 test vectors (SHA384) 353 354 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 353 354 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 354 355 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 354 355 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 355 356 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 355 356 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 356 357 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 356 357 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 357 358 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 357 358 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 358 359 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 358 359 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 359 360 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 359 360 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 360 361 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 360 361 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 361 362 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 361 362 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 362 363 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 362 363 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 363 364 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 363 364 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 364 365 - edge case for u2. [OK] ECDSA P384 test vectors (SHA384) 364 365 - edge case for u2. ... ECDSA P384 test vectors (SHA384) 365 366 - point duplication during verification. [OK] ECDSA P384 test vectors (SHA384) 365 366 - point duplication during verification. ... ECDSA P384 test vectors (SHA384) 366 367 - duplication bug. [OK] ECDSA P384 test vectors (SHA384) 366 367 - duplication bug. ... ECDSA P384 test vectors (SHA384) 367 368 - point with x-coordinate 0. [OK] ECDSA P384 test vectors (SHA384) 367 368 - point with x-coordinate 0. ... ECDSA P384 test vectors (SHA384) 368 369 - point with x-coordinate 0. [OK] ECDSA P384 test vectors (SHA384) 368 369 - point with x-coordinate 0. ... ECDSA P384 test vectors (SHA384) 369 370 - comparison with point at infinity . [OK] ECDSA P384 test vectors (SHA384) 369 370 - comparison with point at infinity . ... ECDSA P384 test vectors (SHA384) 370 371 - extreme value for k and edgecase s. [OK] ECDSA P384 test vectors (SHA384) 370 371 - extreme value for k and edgecase s. ... ECDSA P384 test vectors (SHA384) 371 372 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 371 372 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 372 373 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 372 373 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 373 374 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 373 374 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 374 375 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 374 375 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 375 376 - extreme value for k. [OK] ECDSA P384 test vectors (SHA384) 375 376 - extreme value for k. ... ECDSA P384 test vectors (SHA384) 376 377 - extreme value for k and edgecase s. [OK] ECDSA P384 test vectors (SHA384) 376 377 - extreme value for k and edgecase s. ... ECDSA P384 test vectors (SHA384) 377 378 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 377 378 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 378 379 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 378 379 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 379 380 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 379 380 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 380 381 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA384) 380 381 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA384) 381 382 - extreme value for k. [OK] ECDSA P384 test vectors (SHA384) 381 382 - extreme value for k. ... ECDSA P384 test vectors (SHA384) 382 383 - testing point duplication. [OK] ECDSA P384 test vectors (SHA384) 382 383 - testing point duplication. ... ECDSA P384 test vectors (SHA384) 383 384 - testing point duplication. [OK] ECDSA P384 test vectors (SHA384) 383 384 - testing point duplication. ... ECDSA P384 test vectors (SHA384) 384 385 - testing point duplication. [OK] ECDSA P384 test vectors (SHA384) 384 385 - testing point duplication. ... ECDSA P384 test vectors (SHA384) 385 386 - testing point duplication. [OK] ECDSA P384 test vectors (SHA384) 385 386 - testing point duplication. ... ECDSA P384 test vectors (SHA384) 386 387 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA384) 386 387 - pseudorandom signature. ... ECDSA P384 test vectors (SHA384) 387 388 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA384) 387 388 - pseudorandom signature. ... ECDSA P384 test vectors (SHA384) 388 389 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA384) 388 389 - pseudorandom signature. ... ECDSA P384 test vectors (SHA384) 389 390 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA384) 389 390 - pseudorandom signature. ... ECDSA P384 test vectors (SHA384) 390 391 - x-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA384) 390 391 - x-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA384) 391 392 - x-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA384) 391 392 - x-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA384) 392 393 - x-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA384) 392 393 - x-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA384) 393 394 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA384) 393 394 - y-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA384) 394 395 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA384) 394 395 - y-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA384) 395 396 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA384) 395 396 - y-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA384) 396 397 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA384) 396 397 - x-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA384) 397 398 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA384) 397 398 - x-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA384) 398 399 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA384) 398 399 - x-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA384) 399 400 - x-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA384) 399 400 - x-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA384) 400 401 - x-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA384) 400 401 - x-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA384) 401 402 - x-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA384) 401 402 - x-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA384) 402 403 - y-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA384) 402 403 - y-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA384) 403 404 - y-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA384) 403 404 - y-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA384) 404 405 - y-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA384) 404 405 - y-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA384) 405 406 - y-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA384) 405 406 - y-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA384) 406 407 - y-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA384) 406 407 - y-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA384) 407 408 - y-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA384) 407 408 - y-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA512) 0 1 - signature malleability. [OK] ECDSA P384 test vectors (SHA512) 0 1 - signature malleability. ... ECDSA P384 test vectors (SHA512) 1 2 - Legacy:ASN encoding of r misses leading 0. [OK] ECDSA P384 test vectors (SHA512) 1 2 - Legacy:ASN encoding of r misses leading 0. ... ECDSA P384 test vectors (SHA512) 2 3 - Legacy:ASN encoding of s misses leading 0. [OK] ECDSA P384 test vectors (SHA512) 2 3 - Legacy:ASN encoding of s misses leading 0. ... ECDSA P384 test vectors (SHA512) 3 4 - valid. [OK] ECDSA P384 test vectors (SHA512) 3 4 - valid. ... ECDSA P384 test vectors (SHA512) 4 5 - long form encoding of length of sequence. [OK] ECDSA P384 test vectors (SHA512) 4 5 - long form encoding of length of sequence. ... ECDSA P384 test vectors (SHA512) 5 6 - length of sequence contains leading 0. [OK] ECDSA P384 test vectors (SHA512) 5 6 - length of sequence contains leading 0. ... ECDSA P384 test vectors (SHA512) 6 7 - wrong length of sequence. [OK] ECDSA P384 test vectors (SHA512) 6 7 - wrong length of sequence. ... ECDSA P384 test vectors (SHA512) 7 8 - wrong length of sequence. [OK] ECDSA P384 test vectors (SHA512) 7 8 - wrong length of sequence. ... ECDSA P384 test vectors (SHA512) 8 9 - uint32 overflow in length of sequence. [OK] ECDSA P384 test vectors (SHA512) 8 9 - uint32 overflow in length of sequence. ... ECDSA P384 test vectors (SHA512) 9 10 - uint64 overflow in length of sequence. [OK] ECDSA P384 test vectors (SHA512) 9 10 - uint64 overflow in length of sequence. ... ECDSA P384 test vectors (SHA512) 10 11 - length of sequence = 2**31 - 1. [OK] ECDSA P384 test vectors (SHA512) 10 11 - length of sequence = 2**31 - 1. ... ECDSA P384 test vectors (SHA512) 11 12 - length of sequence = 2**32 - 1. [OK] ECDSA P384 test vectors (SHA512) 11 12 - length of sequence = 2**32 - 1. ... ECDSA P384 test vectors (SHA512) 12 13 - length of sequence = 2**40 - 1. [OK] ECDSA P384 test vectors (SHA512) 12 13 - length of sequence = 2**40 - 1. ... ECDSA P384 test vectors (SHA512) 13 14 - length of sequence = 2**64 - 1. [OK] ECDSA P384 test vectors (SHA512) 13 14 - length of sequence = 2**64 - 1. ... ECDSA P384 test vectors (SHA512) 14 15 - incorrect length of sequence. [OK] ECDSA P384 test vectors (SHA512) 14 15 - incorrect length of sequence. ... ECDSA P384 test vectors (SHA512) 15 16 - indefinite length without termination. [OK] ECDSA P384 test vectors (SHA512) 15 16 - indefinite length without termination. ... ECDSA P384 test vectors (SHA512) 16 17 - indefinite length without termination. [OK] ECDSA P384 test vectors (SHA512) 16 17 - indefinite length without termination. ... ECDSA P384 test vectors (SHA512) 17 18 - indefinite length without termination. [OK] ECDSA P384 test vectors (SHA512) 17 18 - indefinite length without termination. ... ECDSA P384 test vectors (SHA512) 18 19 - removing sequence. [OK] ECDSA P384 test vectors (SHA512) 18 19 - removing sequence. ... ECDSA P384 test vectors (SHA512) 19 20 - lonely sequence tag. [OK] ECDSA P384 test vectors (SHA512) 19 20 - lonely sequence tag. ... ECDSA P384 test vectors (SHA512) 20 21 - appending 0's to sequence. [OK] ECDSA P384 test vectors (SHA512) 20 21 - appending 0's to sequence. ... ECDSA P384 test vectors (SHA512) 21 22 - prepending 0's to sequence. [OK] ECDSA P384 test vectors (SHA512) 21 22 - prepending 0's to sequence. ... ECDSA P384 test vectors (SHA512) 22 23 - appending unused 0's to sequence. [OK] ECDSA P384 test vectors (SHA512) 22 23 - appending unused 0's to sequence. ... ECDSA P384 test vectors (SHA512) 23 24 - appending null value to sequence. [OK] ECDSA P384 test vectors (SHA512) 23 24 - appending null value to sequence. ... ECDSA P384 test vectors (SHA512) 24 25 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 24 25 - including garbage. ... ECDSA P384 test vectors (SHA512) 25 26 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 25 26 - including garbage. ... ECDSA P384 test vectors (SHA512) 26 27 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 26 27 - including garbage. ... ECDSA P384 test vectors (SHA512) 27 28 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 27 28 - including garbage. ... ECDSA P384 test vectors (SHA512) 28 29 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 28 29 - including garbage. ... ECDSA P384 test vectors (SHA512) 29 30 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 29 30 - including garbage. ... ECDSA P384 test vectors (SHA512) 30 31 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 30 31 - including garbage. ... ECDSA P384 test vectors (SHA512) 31 32 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 31 32 - including garbage. ... ECDSA P384 test vectors (SHA512) 32 33 - including garbage. [OK] ECDSA P384 test vectors (SHA512) 32 33 - including garbage. ... ECDSA P384 test vectors (SHA512) 33 34 - including undefined tags. [OK] ECDSA P384 test vectors (SHA512) 33 34 - including undefined tags. ... ECDSA P384 test vectors (SHA512) 34 35 - including undefined tags. [OK] ECDSA P384 test vectors (SHA512) 34 35 - including undefined tags. ... ECDSA P384 test vectors (SHA512) 35 36 - including undefined tags. [OK] ECDSA P384 test vectors (SHA512) 35 36 - including undefined tags. ... ECDSA P384 test vectors (SHA512) 36 37 - including undefined tags. [OK] ECDSA P384 test vectors (SHA512) 36 37 - including undefined tags. ... ECDSA P384 test vectors (SHA512) 37 38 - including undefined tags. [OK] ECDSA P384 test vectors (SHA512) 37 38 - including undefined tags. ... ECDSA P384 test vectors (SHA512) 38 39 - including undefined tags. [OK] ECDSA P384 test vectors (SHA512) 38 39 - including undefined tags. ... ECDSA P384 test vectors (SHA512) 39 40 - truncated length of sequence. [OK] ECDSA P384 test vectors (SHA512) 39 40 - truncated length of sequence. ... ECDSA P384 test vectors (SHA512) 40 41 - using composition with indefinite length. [OK] ECDSA P384 test vectors (SHA512) 40 41 - using composition with indefinite length. ... ECDSA P384 test vectors (SHA512) 41 42 - using composition with indefinite length. [OK] ECDSA P384 test vectors (SHA512) 41 42 - using composition with indefinite length. ... ECDSA P384 test vectors (SHA512) 42 43 - using composition with indefinite length. [OK] ECDSA P384 test vectors (SHA512) 42 43 - using composition with indefinite length. ... ECDSA P384 test vectors (SHA512) 43 44 - using composition with wrong tag. [OK] ECDSA P384 test vectors (SHA512) 43 44 - using composition with wrong tag. ... ECDSA P384 test vectors (SHA512) 44 45 - using composition with wrong tag. [OK] ECDSA P384 test vectors (SHA512) 44 45 - using composition with wrong tag. ... ECDSA P384 test vectors (SHA512) 45 46 - using composition with wrong tag. [OK] ECDSA P384 test vectors (SHA512) 45 46 - using composition with wrong tag. ... ECDSA P384 test vectors (SHA512) 46 47 - Replacing sequence with NULL. [OK] ECDSA P384 test vectors (SHA512) 46 47 - Replacing sequence with NULL. ... ECDSA P384 test vectors (SHA512) 47 48 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA512) 47 48 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA512) 48 49 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA512) 48 49 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA512) 49 50 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA512) 49 50 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA512) 50 51 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA512) 50 51 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA512) 51 52 - changing tag value of sequence. [OK] ECDSA P384 test vectors (SHA512) 51 52 - changing tag value of sequence. ... ECDSA P384 test vectors (SHA512) 52 53 - dropping value of sequence. [OK] ECDSA P384 test vectors (SHA512) 52 53 - dropping value of sequence. ... ECDSA P384 test vectors (SHA512) 53 54 - using composition for sequence. [OK] ECDSA P384 test vectors (SHA512) 53 54 - using composition for sequence. ... ECDSA P384 test vectors (SHA512) 54 55 - truncated sequence. [OK] ECDSA P384 test vectors (SHA512) 54 55 - truncated sequence. ... ECDSA P384 test vectors (SHA512) 55 56 - truncated sequence. [OK] ECDSA P384 test vectors (SHA512) 55 56 - truncated sequence. ... ECDSA P384 test vectors (SHA512) 56 57 - indefinite length. [OK] ECDSA P384 test vectors (SHA512) 56 57 - indefinite length. ... ECDSA P384 test vectors (SHA512) 57 58 - indefinite length with truncated delimiter. [OK] ECDSA P384 test vectors (SHA512) 57 58 - indefinite length with truncated delimiter. ... ECDSA P384 test vectors (SHA512) 58 59 - indefinite length with additional element. [OK] ECDSA P384 test vectors (SHA512) 58 59 - indefinite length with additional element. ... ECDSA P384 test vectors (SHA512) 59 60 - indefinite length with truncated element. [OK] ECDSA P384 test vectors (SHA512) 59 60 - indefinite length with truncated element. ... ECDSA P384 test vectors (SHA512) 60 61 - indefinite length with garbage. [OK] ECDSA P384 test vectors (SHA512) 60 61 - indefinite length with garbage. ... ECDSA P384 test vectors (SHA512) 61 62 - indefinite length with nonempty EOC. [OK] ECDSA P384 test vectors (SHA512) 61 62 - indefinite length with nonempty EOC. ... ECDSA P384 test vectors (SHA512) 62 63 - prepend empty sequence. [OK] ECDSA P384 test vectors (SHA512) 62 63 - prepend empty sequence. ... ECDSA P384 test vectors (SHA512) 63 64 - append empty sequence. [OK] ECDSA P384 test vectors (SHA512) 63 64 - append empty sequence. ... ECDSA P384 test vectors (SHA512) 64 65 - append garbage with high tag number. [OK] ECDSA P384 test vectors (SHA512) 64 65 - append garbage with high tag number. ... ECDSA P384 test vectors (SHA512) 65 66 - sequence of sequence. [OK] ECDSA P384 test vectors (SHA512) 65 66 - sequence of sequence. ... ECDSA P384 test vectors (SHA512) 66 67 - truncated sequence: removed last 1 elements. [OK] ECDSA P384 test vectors (SHA512) 66 67 - truncated sequence: removed last 1 elements. ... ECDSA P384 test vectors (SHA512) 67 68 - repeating element in sequence. [OK] ECDSA P384 test vectors (SHA512) 67 68 - repeating element in sequence. ... ECDSA P384 test vectors (SHA512) 68 69 - long form encoding of length of integer. [OK] ECDSA P384 test vectors (SHA512) 68 69 - long form encoding of length of integer. ... ECDSA P384 test vectors (SHA512) 69 70 - long form encoding of length of integer. [OK] ECDSA P384 test vectors (SHA512) 69 70 - long form encoding of length of integer. ... ECDSA P384 test vectors (SHA512) 70 71 - length of integer contains leading 0. [OK] ECDSA P384 test vectors (SHA512) 70 71 - length of integer contains leading 0. ... ECDSA P384 test vectors (SHA512) 71 72 - length of integer contains leading 0. [OK] ECDSA P384 test vectors (SHA512) 71 72 - length of integer contains leading 0. ... ECDSA P384 test vectors (SHA512) 72 73 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA512) 72 73 - wrong length of integer. ... ECDSA P384 test vectors (SHA512) 73 74 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA512) 73 74 - wrong length of integer. ... ECDSA P384 test vectors (SHA512) 74 75 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA512) 74 75 - wrong length of integer. ... ECDSA P384 test vectors (SHA512) 75 76 - wrong length of integer. [OK] ECDSA P384 test vectors (SHA512) 75 76 - wrong length of integer. ... ECDSA P384 test vectors (SHA512) 76 77 - uint32 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA512) 76 77 - uint32 overflow in length of integer. ... ECDSA P384 test vectors (SHA512) 77 78 - uint32 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA512) 77 78 - uint32 overflow in length of integer. ... ECDSA P384 test vectors (SHA512) 78 79 - uint64 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA512) 78 79 - uint64 overflow in length of integer. ... ECDSA P384 test vectors (SHA512) 79 80 - uint64 overflow in length of integer. [OK] ECDSA P384 test vectors (SHA512) 79 80 - uint64 overflow in length of integer. ... ECDSA P384 test vectors (SHA512) 80 81 - length of integer = 2**31 - 1. [OK] ECDSA P384 test vectors (SHA512) 80 81 - length of integer = 2**31 - 1. ... ECDSA P384 test vectors (SHA512) 81 82 - length of integer = 2**31 - 1. [OK] ECDSA P384 test vectors (SHA512) 81 82 - length of integer = 2**31 - 1. ... ECDSA P384 test vectors (SHA512) 82 83 - length of integer = 2**32 - 1. [OK] ECDSA P384 test vectors (SHA512) 82 83 - length of integer = 2**32 - 1. ... ECDSA P384 test vectors (SHA512) 83 84 - length of integer = 2**32 - 1. [OK] ECDSA P384 test vectors (SHA512) 83 84 - length of integer = 2**32 - 1. ... ECDSA P384 test vectors (SHA512) 84 85 - length of integer = 2**40 - 1. [OK] ECDSA P384 test vectors (SHA512) 84 85 - length of integer = 2**40 - 1. ... ECDSA P384 test vectors (SHA512) 85 86 - length of integer = 2**40 - 1. [OK] ECDSA P384 test vectors (SHA512) 85 86 - length of integer = 2**40 - 1. ... ECDSA P384 test vectors (SHA512) 86 87 - length of integer = 2**64 - 1. [OK] ECDSA P384 test vectors (SHA512) 86 87 - length of integer = 2**64 - 1. ... ECDSA P384 test vectors (SHA512) 87 88 - length of integer = 2**64 - 1. [OK] ECDSA P384 test vectors (SHA512) 87 88 - length of integer = 2**64 - 1. ... ECDSA P384 test vectors (SHA512) 88 89 - incorrect length of integer. [OK] ECDSA P384 test vectors (SHA512) 88 89 - incorrect length of integer. ... ECDSA P384 test vectors (SHA512) 89 90 - incorrect length of integer. [OK] ECDSA P384 test vectors (SHA512) 89 90 - incorrect length of integer. ... ECDSA P384 test vectors (SHA512) 90 91 - removing integer. [OK] ECDSA P384 test vectors (SHA512) 90 91 - removing integer. ... ECDSA P384 test vectors (SHA512) 91 92 - lonely integer tag. [OK] ECDSA P384 test vectors (SHA512) 91 92 - lonely integer tag. ... ECDSA P384 test vectors (SHA512) 92 93 - lonely integer tag. [OK] ECDSA P384 test vectors (SHA512) 92 93 - lonely integer tag. ... ECDSA P384 test vectors (SHA512) 93 94 - appending 0's to integer. [OK] ECDSA P384 test vectors (SHA512) 93 94 - appending 0's to integer. ... ECDSA P384 test vectors (SHA512) 94 95 - appending 0's to integer. [OK] ECDSA P384 test vectors (SHA512) 94 95 - appending 0's to integer. ... ECDSA P384 test vectors (SHA512) 95 96 - prepending 0's to integer. [OK] ECDSA P384 test vectors (SHA512) 95 96 - prepending 0's to integer. ... ECDSA P384 test vectors (SHA512) 96 97 - prepending 0's to integer. [OK] ECDSA P384 test vectors (SHA512) 96 97 - prepending 0's to integer. ... ECDSA P384 test vectors (SHA512) 97 98 - appending unused 0's to integer. [OK] ECDSA P384 test vectors (SHA512) 97 98 - appending unused 0's to integer. ... ECDSA P384 test vectors (SHA512) 98 99 - appending null value to integer. [OK] ECDSA P384 test vectors (SHA512) 98 99 - appending null value to integer. ... ECDSA P384 test vectors (SHA512) 99 100 - appending null value to integer. [OK] ECDSA P384 test vectors (SHA512) 99 100 - appending null value to integer. ... ECDSA P384 test vectors (SHA512) 100 101 - truncated length of integer. [OK] ECDSA P384 test vectors (SHA512) 100 101 - truncated length of integer. ... ECDSA P384 test vectors (SHA512) 101 102 - truncated length of integer. [OK] ECDSA P384 test vectors (SHA512) 101 102 - truncated length of integer. ... ECDSA P384 test vectors (SHA512) 102 103 - Replacing integer with NULL. [OK] ECDSA P384 test vectors (SHA512) 102 103 - Replacing integer with NULL. ... ECDSA P384 test vectors (SHA512) 103 104 - Replacing integer with NULL. [OK] ECDSA P384 test vectors (SHA512) 103 104 - Replacing integer with NULL. ... ECDSA P384 test vectors (SHA512) 104 105 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 104 105 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 105 106 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 105 106 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 106 107 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 106 107 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 107 108 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 107 108 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 108 109 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 108 109 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 109 110 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 109 110 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 110 111 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 110 111 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 111 112 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 111 112 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 112 113 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 112 113 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 113 114 - changing tag value of integer. [OK] ECDSA P384 test vectors (SHA512) 113 114 - changing tag value of integer. ... ECDSA P384 test vectors (SHA512) 114 115 - dropping value of integer. [OK] ECDSA P384 test vectors (SHA512) 114 115 - dropping value of integer. ... ECDSA P384 test vectors (SHA512) 115 116 - dropping value of integer. [OK] ECDSA P384 test vectors (SHA512) 115 116 - dropping value of integer. ... ECDSA P384 test vectors (SHA512) 116 117 - using composition for integer. [OK] ECDSA P384 test vectors (SHA512) 116 117 - using composition for integer. ... ECDSA P384 test vectors (SHA512) 117 118 - using composition for integer. [OK] ECDSA P384 test vectors (SHA512) 117 118 - using composition for integer. ... ECDSA P384 test vectors (SHA512) 118 119 - modify first byte of integer. [OK] ECDSA P384 test vectors (SHA512) 118 119 - modify first byte of integer. ... ECDSA P384 test vectors (SHA512) 119 120 - modify first byte of integer. [OK] ECDSA P384 test vectors (SHA512) 119 120 - modify first byte of integer. ... ECDSA P384 test vectors (SHA512) 120 121 - modify last byte of integer. [OK] ECDSA P384 test vectors (SHA512) 120 121 - modify last byte of integer. ... ECDSA P384 test vectors (SHA512) 121 122 - modify last byte of integer. [OK] ECDSA P384 test vectors (SHA512) 121 122 - modify last byte of integer. ... ECDSA P384 test vectors (SHA512) 122 123 - truncated integer. [OK] ECDSA P384 test vectors (SHA512) 122 123 - truncated integer. ... ECDSA P384 test vectors (SHA512) 123 124 - truncated integer. [OK] ECDSA P384 test vectors (SHA512) 123 124 - truncated integer. ... ECDSA P384 test vectors (SHA512) 124 125 - leading ff in integer. [OK] ECDSA P384 test vectors (SHA512) 124 125 - leading ff in integer. ... ECDSA P384 test vectors (SHA512) 125 126 - leading ff in integer. [OK] ECDSA P384 test vectors (SHA512) 125 126 - leading ff in integer. ... ECDSA P384 test vectors (SHA512) 126 127 - replaced integer by infinity. [OK] ECDSA P384 test vectors (SHA512) 126 127 - replaced integer by infinity. ... ECDSA P384 test vectors (SHA512) 127 128 - replaced integer by infinity. [OK] ECDSA P384 test vectors (SHA512) 127 128 - replaced integer by infinity. ... ECDSA P384 test vectors (SHA512) 128 129 - replacing integer with zero. [OK] ECDSA P384 test vectors (SHA512) 128 129 - replacing integer with zero. ... ECDSA P384 test vectors (SHA512) 129 130 - replacing integer with zero. [OK] ECDSA P384 test vectors (SHA512) 129 130 - replacing integer with zero. ... ECDSA P384 test vectors (SHA512) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P384 test vectors (SHA512) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P384 test vectors (SHA512) 143 144 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 143 144 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 144 145 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 144 145 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 145 146 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 145 146 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 146 147 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 146 147 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 147 148 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 147 148 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 148 149 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 148 149 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 149 150 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 149 150 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 150 151 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 150 151 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 151 152 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 151 152 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 152 153 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 152 153 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 153 154 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 153 154 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 154 155 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 154 155 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 155 156 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 155 156 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 156 157 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 156 157 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 157 158 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 157 158 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 158 159 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 158 159 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 159 160 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 159 160 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 160 161 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 160 161 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 161 162 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 161 162 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 162 163 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 162 163 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 163 164 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 163 164 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 164 165 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 164 165 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 165 166 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 165 166 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 166 167 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 166 167 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 167 168 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 167 168 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 168 169 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 168 169 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 169 170 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 169 170 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 170 171 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 170 171 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 171 172 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 171 172 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 172 173 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 172 173 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 173 174 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 173 174 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 174 175 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 174 175 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 175 176 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 175 176 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 176 177 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 176 177 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 177 178 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 177 178 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 178 179 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 178 179 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 179 180 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 179 180 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 180 181 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 180 181 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 181 182 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 181 182 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 182 183 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 182 183 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 183 184 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 183 184 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 184 185 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 184 185 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 185 186 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 185 186 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 186 187 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 186 187 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 187 188 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 187 188 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 188 189 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 188 189 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 189 190 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 189 190 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 190 191 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 190 191 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 191 192 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 191 192 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 192 193 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 192 193 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 193 194 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 193 194 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 194 195 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 194 195 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 195 196 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 195 196 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 196 197 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 196 197 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 197 198 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 197 198 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 198 199 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 198 199 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 199 200 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 199 200 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 200 201 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 200 201 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 201 202 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 201 202 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 202 203 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 202 203 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 203 204 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 203 204 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 204 205 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 204 205 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 205 206 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 205 206 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 206 207 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 206 207 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 207 208 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 207 208 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 208 209 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 208 209 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 209 210 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 209 210 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 210 211 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 210 211 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 211 212 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 211 212 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 212 213 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 212 213 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 213 214 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 213 214 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 214 215 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 214 215 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 215 216 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 215 216 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 216 217 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 216 217 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 217 218 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 217 218 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 218 219 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 218 219 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 219 220 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 219 220 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 220 221 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 220 221 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 221 222 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 221 222 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 222 223 - Signature with special case values for r and s. [OK] ECDSA P384 test vectors (SHA512) 222 223 - Signature with special case values for r and s. ... ECDSA P384 test vectors (SHA512) 223 224 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA512) 223 224 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA512) 224 225 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA512) 224 225 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA512) 225 226 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA512) 225 226 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA512) 226 227 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA512) 226 227 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA512) 227 228 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA512) 227 228 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA512) 228 229 - Signature encoding contains wrong types. [OK] ECDSA P384 test vectors (SHA512) 228 229 - Signature encoding contains wrong types. ... ECDSA P384 test vectors (SHA512) 229 230 - Edge case for Shamir multiplication. [OK] ECDSA P384 test vectors (SHA512) 229 230 - Edge case for Shamir multiplication. ... ECDSA P384 test vectors (SHA512) 230 231 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 230 231 - special case hash. ... ECDSA P384 test vectors (SHA512) 231 232 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 231 232 - special case hash. ... ECDSA P384 test vectors (SHA512) 232 233 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 232 233 - special case hash. ... ECDSA P384 test vectors (SHA512) 233 234 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 233 234 - special case hash. ... ECDSA P384 test vectors (SHA512) 234 235 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 234 235 - special case hash. ... ECDSA P384 test vectors (SHA512) 235 236 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 235 236 - special case hash. ... ECDSA P384 test vectors (SHA512) 236 237 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 236 237 - special case hash. ... ECDSA P384 test vectors (SHA512) 237 238 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 237 238 - special case hash. ... ECDSA P384 test vectors (SHA512) 238 239 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 238 239 - special case hash. ... ECDSA P384 test vectors (SHA512) 239 240 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 239 240 - special case hash. ... ECDSA P384 test vectors (SHA512) 240 241 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 240 241 - special case hash. ... ECDSA P384 test vectors (SHA512) 241 242 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 241 242 - special case hash. ... ECDSA P384 test vectors (SHA512) 242 243 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 242 243 - special case hash. ... ECDSA P384 test vectors (SHA512) 243 244 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 243 244 - special case hash. ... ECDSA P384 test vectors (SHA512) 244 245 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 244 245 - special case hash. ... ECDSA P384 test vectors (SHA512) 245 246 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 245 246 - special case hash. ... ECDSA P384 test vectors (SHA512) 246 247 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 246 247 - special case hash. ... ECDSA P384 test vectors (SHA512) 247 248 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 247 248 - special case hash. ... ECDSA P384 test vectors (SHA512) 248 249 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 248 249 - special case hash. ... ECDSA P384 test vectors (SHA512) 249 250 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 249 250 - special case hash. ... ECDSA P384 test vectors (SHA512) 250 251 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 250 251 - special case hash. ... ECDSA P384 test vectors (SHA512) 251 252 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 251 252 - special case hash. ... ECDSA P384 test vectors (SHA512) 252 253 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 252 253 - special case hash. ... ECDSA P384 test vectors (SHA512) 253 254 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 253 254 - special case hash. ... ECDSA P384 test vectors (SHA512) 254 255 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 254 255 - special case hash. ... ECDSA P384 test vectors (SHA512) 255 256 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 255 256 - special case hash. ... ECDSA P384 test vectors (SHA512) 256 257 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 256 257 - special case hash. ... ECDSA P384 test vectors (SHA512) 257 258 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 257 258 - special case hash. ... ECDSA P384 test vectors (SHA512) 258 259 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 258 259 - special case hash. ... ECDSA P384 test vectors (SHA512) 259 260 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 259 260 - special case hash. ... ECDSA P384 test vectors (SHA512) 260 261 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 260 261 - special case hash. ... ECDSA P384 test vectors (SHA512) 261 262 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 261 262 - special case hash. ... ECDSA P384 test vectors (SHA512) 262 263 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 262 263 - special case hash. ... ECDSA P384 test vectors (SHA512) 263 264 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 263 264 - special case hash. ... ECDSA P384 test vectors (SHA512) 264 265 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 264 265 - special case hash. ... ECDSA P384 test vectors (SHA512) 265 266 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 265 266 - special case hash. ... ECDSA P384 test vectors (SHA512) 266 267 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 266 267 - special case hash. ... ECDSA P384 test vectors (SHA512) 267 268 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 267 268 - special case hash. ... ECDSA P384 test vectors (SHA512) 268 269 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 268 269 - special case hash. ... ECDSA P384 test vectors (SHA512) 269 270 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 269 270 - special case hash. ... ECDSA P384 test vectors (SHA512) 270 271 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 270 271 - special case hash. ... ECDSA P384 test vectors (SHA512) 271 272 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 271 272 - special case hash. ... ECDSA P384 test vectors (SHA512) 272 273 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 272 273 - special case hash. ... ECDSA P384 test vectors (SHA512) 273 274 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 273 274 - special case hash. ... ECDSA P384 test vectors (SHA512) 274 275 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 274 275 - special case hash. ... ECDSA P384 test vectors (SHA512) 275 276 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 275 276 - special case hash. ... ECDSA P384 test vectors (SHA512) 276 277 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 276 277 - special case hash. ... ECDSA P384 test vectors (SHA512) 277 278 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 277 278 - special case hash. ... ECDSA P384 test vectors (SHA512) 278 279 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 278 279 - special case hash. ... ECDSA P384 test vectors (SHA512) 279 280 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 279 280 - special case hash. ... ECDSA P384 test vectors (SHA512) 280 281 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 280 281 - special case hash. ... ECDSA P384 test vectors (SHA512) 281 282 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 281 282 - special case hash. ... ECDSA P384 test vectors (SHA512) 282 283 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 282 283 - special case hash. ... ECDSA P384 test vectors (SHA512) 283 284 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 283 284 - special case hash. ... ECDSA P384 test vectors (SHA512) 284 285 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 284 285 - special case hash. ... ECDSA P384 test vectors (SHA512) 285 286 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 285 286 - special case hash. ... ECDSA P384 test vectors (SHA512) 286 287 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 286 287 - special case hash. ... ECDSA P384 test vectors (SHA512) 287 288 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 287 288 - special case hash. ... ECDSA P384 test vectors (SHA512) 288 289 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 288 289 - special case hash. ... ECDSA P384 test vectors (SHA512) 289 290 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 289 290 - special case hash. ... ECDSA P384 test vectors (SHA512) 290 291 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 290 291 - special case hash. ... ECDSA P384 test vectors (SHA512) 291 292 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 291 292 - special case hash. ... ECDSA P384 test vectors (SHA512) 292 293 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 292 293 - special case hash. ... ECDSA P384 test vectors (SHA512) 293 294 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 293 294 - special case hash. ... ECDSA P384 test vectors (SHA512) 294 295 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 294 295 - special case hash. ... ECDSA P384 test vectors (SHA512) 295 296 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 295 296 - special case hash. ... ECDSA P384 test vectors (SHA512) 296 297 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 296 297 - special case hash. ... ECDSA P384 test vectors (SHA512) 297 298 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 297 298 - special case hash. ... ECDSA P384 test vectors (SHA512) 298 299 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 298 299 - special case hash. ... ECDSA P384 test vectors (SHA512) 299 300 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 299 300 - special case hash. ... ECDSA P384 test vectors (SHA512) 300 301 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 300 301 - special case hash. ... ECDSA P384 test vectors (SHA512) 301 302 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 301 302 - special case hash. ... ECDSA P384 test vectors (SHA512) 302 303 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 302 303 - special case hash. ... ECDSA P384 test vectors (SHA512) 303 304 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 303 304 - special case hash. ... ECDSA P384 test vectors (SHA512) 304 305 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 304 305 - special case hash. ... ECDSA P384 test vectors (SHA512) 305 306 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 305 306 - special case hash. ... ECDSA P384 test vectors (SHA512) 306 307 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 306 307 - special case hash. ... ECDSA P384 test vectors (SHA512) 307 308 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 307 308 - special case hash. ... ECDSA P384 test vectors (SHA512) 308 309 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 308 309 - special case hash. ... ECDSA P384 test vectors (SHA512) 309 310 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 309 310 - special case hash. ... ECDSA P384 test vectors (SHA512) 310 311 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 310 311 - special case hash. ... ECDSA P384 test vectors (SHA512) 311 312 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 311 312 - special case hash. ... ECDSA P384 test vectors (SHA512) 312 313 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 312 313 - special case hash. ... ECDSA P384 test vectors (SHA512) 313 314 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 313 314 - special case hash. ... ECDSA P384 test vectors (SHA512) 314 315 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 314 315 - special case hash. ... ECDSA P384 test vectors (SHA512) 315 316 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 315 316 - special case hash. ... ECDSA P384 test vectors (SHA512) 316 317 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 316 317 - special case hash. ... ECDSA P384 test vectors (SHA512) 317 318 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 317 318 - special case hash. ... ECDSA P384 test vectors (SHA512) 318 319 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 318 319 - special case hash. ... ECDSA P384 test vectors (SHA512) 319 320 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 319 320 - special case hash. ... ECDSA P384 test vectors (SHA512) 320 321 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 320 321 - special case hash. ... ECDSA P384 test vectors (SHA512) 321 322 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 321 322 - special case hash. ... ECDSA P384 test vectors (SHA512) 322 323 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 322 323 - special case hash. ... ECDSA P384 test vectors (SHA512) 323 324 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 323 324 - special case hash. ... ECDSA P384 test vectors (SHA512) 324 325 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 324 325 - special case hash. ... ECDSA P384 test vectors (SHA512) 325 326 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 325 326 - special case hash. ... ECDSA P384 test vectors (SHA512) 326 327 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 326 327 - special case hash. ... ECDSA P384 test vectors (SHA512) 327 328 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 327 328 - special case hash. ... ECDSA P384 test vectors (SHA512) 328 329 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 328 329 - special case hash. ... ECDSA P384 test vectors (SHA512) 329 330 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 329 330 - special case hash. ... ECDSA P384 test vectors (SHA512) 330 331 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 330 331 - special case hash. ... ECDSA P384 test vectors (SHA512) 331 332 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 331 332 - special case hash. ... ECDSA P384 test vectors (SHA512) 332 333 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 332 333 - special case hash. ... ECDSA P384 test vectors (SHA512) 333 334 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 333 334 - special case hash. ... ECDSA P384 test vectors (SHA512) 334 335 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 334 335 - special case hash. ... ECDSA P384 test vectors (SHA512) 335 336 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 335 336 - special case hash. ... ECDSA P384 test vectors (SHA512) 336 337 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 336 337 - special case hash. ... ECDSA P384 test vectors (SHA512) 337 338 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 337 338 - special case hash. ... ECDSA P384 test vectors (SHA512) 338 339 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 338 339 - special case hash. ... ECDSA P384 test vectors (SHA512) 339 340 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 339 340 - special case hash. ... ECDSA P384 test vectors (SHA512) 340 341 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 340 341 - special case hash. ... ECDSA P384 test vectors (SHA512) 341 342 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 341 342 - special case hash. ... ECDSA P384 test vectors (SHA512) 342 343 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 342 343 - special case hash. ... ECDSA P384 test vectors (SHA512) 343 344 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 343 344 - special case hash. ... ECDSA P384 test vectors (SHA512) 344 345 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 344 345 - special case hash. ... ECDSA P384 test vectors (SHA512) 345 346 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 345 346 - special case hash. ... ECDSA P384 test vectors (SHA512) 346 347 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 346 347 - special case hash. ... ECDSA P384 test vectors (SHA512) 347 348 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 347 348 - special case hash. ... ECDSA P384 test vectors (SHA512) 348 349 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 348 349 - special case hash. ... ECDSA P384 test vectors (SHA512) 349 350 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 349 350 - special case hash. ... ECDSA P384 test vectors (SHA512) 350 351 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 350 351 - special case hash. ... ECDSA P384 test vectors (SHA512) 351 352 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 351 352 - special case hash. ... ECDSA P384 test vectors (SHA512) 352 353 - special case hash. [OK] ECDSA P384 test vectors (SHA512) 352 353 - special case hash. ... ECDSA P384 test vectors (SHA512) 353 354 - Signature generated without truncating the hash. [OK] ECDSA P384 test vectors (SHA512) 353 354 - Signature generated without truncating the hash. ... ECDSA P384 test vectors (SHA512) 354 355 - k*G has a large x-coordinate. [OK] ECDSA P384 test vectors (SHA512) 354 355 - k*G has a large x-coordinate. ... ECDSA P384 test vectors (SHA512) 355 356 - r too large. [OK] ECDSA P384 test vectors (SHA512) 355 356 - r too large. ... ECDSA P384 test vectors (SHA512) 356 357 - r,s are large. [OK] ECDSA P384 test vectors (SHA512) 356 357 - r,s are large. ... ECDSA P384 test vectors (SHA512) 357 358 - r and s^-1 have a large Hamming weight. [OK] ECDSA P384 test vectors (SHA512) 357 358 - r and s^-1 have a large Hamming weight. ... ECDSA P384 test vectors (SHA512) 358 359 - r and s^-1 have a large Hamming weight. [OK] ECDSA P384 test vectors (SHA512) 358 359 - r and s^-1 have a large Hamming weight. ... ECDSA P384 test vectors (SHA512) 359 360 - small r and s. [OK] ECDSA P384 test vectors (SHA512) 359 360 - small r and s. ... ECDSA P384 test vectors (SHA512) 360 361 - small r and s. [OK] ECDSA P384 test vectors (SHA512) 360 361 - small r and s. ... ECDSA P384 test vectors (SHA512) 361 362 - small r and s. [OK] ECDSA P384 test vectors (SHA512) 361 362 - small r and s. ... ECDSA P384 test vectors (SHA512) 362 363 - r is larger than n. [OK] ECDSA P384 test vectors (SHA512) 362 363 - r is larger than n. ... ECDSA P384 test vectors (SHA512) 363 364 - s is larger than n. [OK] ECDSA P384 test vectors (SHA512) 363 364 - s is larger than n. ... ECDSA P384 test vectors (SHA512) 364 365 - small r and s^-1. [OK] ECDSA P384 test vectors (SHA512) 364 365 - small r and s^-1. ... ECDSA P384 test vectors (SHA512) 365 366 - smallish r and s^-1. [OK] ECDSA P384 test vectors (SHA512) 365 366 - smallish r and s^-1. ... ECDSA P384 test vectors (SHA512) 366 367 - 100-bit r and small s^-1. [OK] ECDSA P384 test vectors (SHA512) 366 367 - 100-bit r and small s^-1. ... ECDSA P384 test vectors (SHA512) 367 368 - small r and 100 bit s^-1. [OK] ECDSA P384 test vectors (SHA512) 367 368 - small r and 100 bit s^-1. ... ECDSA P384 test vectors (SHA512) 368 369 - 100-bit r and s^-1. [OK] ECDSA P384 test vectors (SHA512) 368 369 - 100-bit r and s^-1. ... ECDSA P384 test vectors (SHA512) 369 370 - r and s^-1 are close to n. [OK] ECDSA P384 test vectors (SHA512) 369 370 - r and s^-1 are close to n. ... ECDSA P384 test vectors (SHA512) 370 371 - s == 1. [OK] ECDSA P384 test vectors (SHA512) 370 371 - s == 1. ... ECDSA P384 test vectors (SHA512) 371 372 - s == 0. [OK] ECDSA P384 test vectors (SHA512) 371 372 - s == 0. ... ECDSA P384 test vectors (SHA512) 372 373 - point at infinity during verify. [OK] ECDSA P384 test vectors (SHA512) 372 373 - point at infinity during verify. ... ECDSA P384 test vectors (SHA512) 373 374 - edge case for signature malleability. [OK] ECDSA P384 test vectors (SHA512) 373 374 - edge case for signature malleability. ... ECDSA P384 test vectors (SHA512) 374 375 - edge case for signature malleability. [OK] ECDSA P384 test vectors (SHA512) 374 375 - edge case for signature malleability. ... ECDSA P384 test vectors (SHA512) 375 376 - u1 == 1. [OK] ECDSA P384 test vectors (SHA512) 375 376 - u1 == 1. ... ECDSA P384 test vectors (SHA512) 376 377 - u1 == n - 1. [OK] ECDSA P384 test vectors (SHA512) 376 377 - u1 == n - 1. ... ECDSA P384 test vectors (SHA512) 377 378 - u2 == 1. [OK] ECDSA P384 test vectors (SHA512) 377 378 - u2 == 1. ... ECDSA P384 test vectors (SHA512) 378 379 - u2 == n - 1. [OK] ECDSA P384 test vectors (SHA512) 378 379 - u2 == n - 1. ... ECDSA P384 test vectors (SHA512) 379 380 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 379 380 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 380 381 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 380 381 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 381 382 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 381 382 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 382 383 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 382 383 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 383 384 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 383 384 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 384 385 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 384 385 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 385 386 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 385 386 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 386 387 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 386 387 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 387 388 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 387 388 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 388 389 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 388 389 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 389 390 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 389 390 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 390 391 - edge case for u1. [OK] ECDSA P384 test vectors (SHA512) 390 391 - edge case for u1. ... ECDSA P384 test vectors (SHA512) 391 392 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 391 392 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 392 393 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 392 393 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 393 394 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 393 394 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 394 395 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 394 395 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 395 396 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 395 396 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 396 397 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 396 397 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 397 398 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 397 398 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 398 399 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 398 399 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 399 400 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 399 400 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 400 401 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 400 401 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 401 402 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 401 402 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 402 403 - edge case for u2. [OK] ECDSA P384 test vectors (SHA512) 402 403 - edge case for u2. ... ECDSA P384 test vectors (SHA512) 403 404 - point duplication during verification. [OK] ECDSA P384 test vectors (SHA512) 403 404 - point duplication during verification. ... ECDSA P384 test vectors (SHA512) 404 405 - duplication bug. [OK] ECDSA P384 test vectors (SHA512) 404 405 - duplication bug. ... ECDSA P384 test vectors (SHA512) 405 406 - point with x-coordinate 0. [OK] ECDSA P384 test vectors (SHA512) 405 406 - point with x-coordinate 0. ... ECDSA P384 test vectors (SHA512) 406 407 - point with x-coordinate 0. [OK] ECDSA P384 test vectors (SHA512) 406 407 - point with x-coordinate 0. ... ECDSA P384 test vectors (SHA512) 407 408 - comparison with point at infinity . [OK] ECDSA P384 test vectors (SHA512) 407 408 - comparison with point at infinity . ... ECDSA P384 test vectors (SHA512) 408 409 - extreme value for k and edgecase s. [OK] ECDSA P384 test vectors (SHA512) 408 409 - extreme value for k and edgecase s. ... ECDSA P384 test vectors (SHA512) 409 410 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 409 410 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 410 411 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 410 411 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 411 412 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 411 412 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 412 413 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 412 413 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 413 414 - extreme value for k. [OK] ECDSA P384 test vectors (SHA512) 413 414 - extreme value for k. ... ECDSA P384 test vectors (SHA512) 414 415 - extreme value for k and edgecase s. [OK] ECDSA P384 test vectors (SHA512) 414 415 - extreme value for k and edgecase s. ... ECDSA P384 test vectors (SHA512) 415 416 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 415 416 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 416 417 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 416 417 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 417 418 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 417 418 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 418 419 - extreme value for k and s^-1. [OK] ECDSA P384 test vectors (SHA512) 418 419 - extreme value for k and s^-1. ... ECDSA P384 test vectors (SHA512) 419 420 - extreme value for k. [OK] ECDSA P384 test vectors (SHA512) 419 420 - extreme value for k. ... ECDSA P384 test vectors (SHA512) 420 421 - testing point duplication. [OK] ECDSA P384 test vectors (SHA512) 420 421 - testing point duplication. ... ECDSA P384 test vectors (SHA512) 421 422 - testing point duplication. [OK] ECDSA P384 test vectors (SHA512) 421 422 - testing point duplication. ... ECDSA P384 test vectors (SHA512) 422 423 - testing point duplication. [OK] ECDSA P384 test vectors (SHA512) 422 423 - testing point duplication. ... ECDSA P384 test vectors (SHA512) 423 424 - testing point duplication. [OK] ECDSA P384 test vectors (SHA512) 423 424 - testing point duplication. ... ECDSA P384 test vectors (SHA512) 424 425 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA512) 424 425 - pseudorandom signature. ... ECDSA P384 test vectors (SHA512) 425 426 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA512) 425 426 - pseudorandom signature. ... ECDSA P384 test vectors (SHA512) 426 427 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA512) 426 427 - pseudorandom signature. ... ECDSA P384 test vectors (SHA512) 427 428 - pseudorandom signature. [OK] ECDSA P384 test vectors (SHA512) 427 428 - pseudorandom signature. ... ECDSA P384 test vectors (SHA512) 428 429 - x-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA512) 428 429 - x-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA512) 429 430 - x-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA512) 429 430 - x-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA512) 430 431 - x-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA512) 430 431 - x-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA512) 431 432 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA512) 431 432 - y-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA512) 432 433 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA512) 432 433 - y-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA512) 433 434 - y-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA512) 433 434 - y-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA512) 434 435 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA512) 434 435 - x-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA512) 435 436 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA512) 435 436 - x-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA512) 436 437 - x-coordinate of the public key has many trailing 0's. [OK] ECDSA P384 test vectors (SHA512) 436 437 - x-coordinate of the public key has many trailing 0's. ... ECDSA P384 test vectors (SHA512) 437 438 - x-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA512) 437 438 - x-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA512) 438 439 - x-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA512) 438 439 - x-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA512) 439 440 - x-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA512) 439 440 - x-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA512) 440 441 - y-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA512) 440 441 - y-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA512) 441 442 - y-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA512) 441 442 - y-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA512) 442 443 - y-coordinate of the public key is small. [OK] ECDSA P384 test vectors (SHA512) 442 443 - y-coordinate of the public key is small. ... ECDSA P384 test vectors (SHA512) 443 444 - y-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA512) 443 444 - y-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA512) 444 445 - y-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA512) 444 445 - y-coordinate of the public key is large. ... ECDSA P384 test vectors (SHA512) 445 446 - y-coordinate of the public key is large. [OK] ECDSA P384 test vectors (SHA512) 445 446 - y-coordinate of the public key is large. ... ECDH P521 test vectors 0 1 - normal case. [OK] ECDH P521 test vectors 0 1 - normal case. ... ECDH P521 test vectors 1 2 - compressed public key. [OK] ECDH P521 test vectors 1 2 - compressed public key. ... ECDH P521 test vectors 2 3 - edge case for shared secret. [OK] ECDH P521 test vectors 2 3 - edge case for shared secret. ... ECDH P521 test vectors 3 4 - edge case for shared secret. [OK] ECDH P521 test vectors 3 4 - edge case for shared secret. ... ECDH P521 test vectors 4 5 - edge case for shared secret. [OK] ECDH P521 test vectors 4 5 - edge case for shared secret. ... ECDH P521 test vectors 5 6 - edge case for shared secret. [OK] ECDH P521 test vectors 5 6 - edge case for shared secret. ... ECDH P521 test vectors 6 7 - edge case for shared secret. [OK] ECDH P521 test vectors 6 7 - edge case for shared secret. ... ECDH P521 test vectors 7 8 - edge case for shared secret. [OK] ECDH P521 test vectors 7 8 - edge case for shared secret. ... ECDH P521 test vectors 8 9 - edge case for shared secret. [OK] ECDH P521 test vectors 8 9 - edge case for shared secret. ... ECDH P521 test vectors 9 10 - edge case for shared secret. [OK] ECDH P521 test vectors 9 10 - edge case for shared secret. ... ECDH P521 test vectors 10 11 - edge case for shared secret. [OK] ECDH P521 test vectors 10 11 - edge case for shared secret. ... ECDH P521 test vectors 11 12 - edge case for shared secret. [OK] ECDH P521 test vectors 11 12 - edge case for shared secret. ... ECDH P521 test vectors 12 13 - edge case for shared secret. [OK] ECDH P521 test vectors 12 13 - edge case for shared secret. ... ECDH P521 test vectors 13 14 - edge case for shared secret. [OK] ECDH P521 test vectors 13 14 - edge case for shared secret. ... ECDH P521 test vectors 14 15 - edge case for shared secret. [OK] ECDH P521 test vectors 14 15 - edge case for shared secret. ... ECDH P521 test vectors 15 16 - edge case for shared secret. [OK] ECDH P521 test vectors 15 16 - edge case for shared secret. ... ECDH P521 test vectors 16 17 - edge case for shared secret. [OK] ECDH P521 test vectors 16 17 - edge case for shared secret. ... ECDH P521 test vectors 17 18 - edge case for shared secret. [OK] ECDH P521 test vectors 17 18 - edge case for shared secret. ... ECDH P521 test vectors 18 19 - edge case for shared secret. [OK] ECDH P521 test vectors 18 19 - edge case for shared secret. ... ECDH P521 test vectors 19 20 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 19 20 - edge cases for ephemeral key. ... ECDH P521 test vectors 20 21 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 20 21 - edge cases for ephemeral key. ... ECDH P521 test vectors 21 22 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 21 22 - edge cases for ephemeral key. ... ECDH P521 test vectors 22 23 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 22 23 - edge cases for ephemeral key. ... ECDH P521 test vectors 23 24 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 23 24 - edge cases for ephemeral key. ... ECDH P521 test vectors 24 25 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 24 25 - edge cases for ephemeral key. ... ECDH P521 test vectors 25 26 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 25 26 - edge cases for ephemeral key. ... ECDH P521 test vectors 26 27 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 26 27 - edge cases for ephemeral key. ... ECDH P521 test vectors 27 28 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 27 28 - edge cases for ephemeral key. ... ECDH P521 test vectors 28 29 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 28 29 - edge cases for ephemeral key. ... ECDH P521 test vectors 29 30 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 29 30 - edge cases for ephemeral key. ... ECDH P521 test vectors 30 31 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 30 31 - edge cases for ephemeral key. ... ECDH P521 test vectors 31 32 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 31 32 - edge cases for ephemeral key. ... ECDH P521 test vectors 32 33 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 32 33 - edge cases for ephemeral key. ... ECDH P521 test vectors 33 34 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 33 34 - edge cases for ephemeral key. ... ECDH P521 test vectors 34 35 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 34 35 - edge cases for ephemeral key. ... ECDH P521 test vectors 35 36 - edge cases for ephemeral key. [OK] ECDH P521 test vectors 35 36 - edge cases for ephemeral key. ... ECDH P521 test vectors 36 37 - edge case for Jacobian and projective coordinates. [OK] ECDH P521 test vectors 36 37 - edge case for Jacobian and projective coordinates. ... ECDH P521 test vectors 37 38 - edge case for Jacobian and projective coordinates. [OK] ECDH P521 test vectors 37 38 - edge case for Jacobian and projective coordinates. ... ECDH P521 test vectors 38 39 - edge case for Jacobian and projective coordinates. [OK] ECDH P521 test vectors 38 39 - edge case for Jacobian and projective coordinates. ... ECDH P521 test vectors 39 40 - edge case for Jacobian and projective coordinates. [OK] ECDH P521 test vectors 39 40 - edge case for Jacobian and projective coordinates. ... ECDH P521 test vectors 40 41 - edge case for Jacobian and projective coordinates. [OK] ECDH P521 test vectors 40 41 - edge case for Jacobian and projective coordinates. ... ECDH P521 test vectors 41 42 - edge case for Jacobian and projective coordinates. [OK] ECDH P521 test vectors 41 42 - edge case for Jacobian and projective coordinates. ... ECDH P521 test vectors 42 43 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 42 43 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 43 44 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 43 44 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 44 45 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 44 45 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 45 46 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 45 46 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 46 47 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 46 47 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 47 48 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 47 48 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 48 49 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 48 49 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 49 50 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 49 50 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 50 51 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 50 51 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 51 52 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 51 52 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 52 53 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 52 53 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 53 54 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 53 54 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 54 55 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 54 55 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 55 56 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 55 56 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 56 57 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 56 57 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 57 58 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 57 58 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 58 59 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 58 59 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 59 60 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 59 60 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 60 61 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 60 61 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 61 62 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 61 62 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 62 63 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 62 63 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 63 64 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 63 64 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 64 65 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 64 65 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 65 66 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 65 66 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 66 67 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 66 67 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 67 68 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 67 68 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 68 69 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 68 69 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 69 70 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 69 70 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 70 71 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 70 71 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 71 72 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 71 72 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 72 73 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 72 73 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 73 74 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 73 74 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 74 75 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 74 75 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 75 76 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 75 76 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 76 77 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 76 77 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 77 78 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 77 78 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 78 79 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 78 79 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 79 80 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 79 80 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 80 81 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 80 81 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 81 82 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 81 82 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 82 83 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 82 83 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 83 84 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 83 84 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 84 85 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 84 85 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 85 86 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 85 86 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 86 87 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 86 87 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 87 88 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 87 88 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 88 89 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 88 89 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 89 90 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 89 90 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 90 91 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 90 91 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 91 92 - edge case for Jacobian and projective coordinates in left to right addition chain. [OK] ECDH P521 test vectors 91 92 - edge case for Jacobian and projective coordinates in left to right addition chain. ... ECDH P521 test vectors 92 93 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 92 93 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 93 94 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 93 94 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 94 95 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 94 95 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 95 96 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 95 96 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 96 97 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 96 97 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 97 98 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 97 98 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 98 99 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 98 99 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 99 100 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 99 100 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 100 101 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 100 101 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 101 102 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 101 102 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 102 103 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 102 103 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 103 104 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 103 104 - edge case for Jacobian and projective coordinates in precomputation or right to left addition chain. ... ECDH P521 test vectors 104 105 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 104 105 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 105 106 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 105 106 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 106 107 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 106 107 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 107 108 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 107 108 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 108 109 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 108 109 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 109 110 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 109 110 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 110 111 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 110 111 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 111 112 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 111 112 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 112 113 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 112 113 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 113 114 - edge case for Jacobian and projective coordinates in right to left addition chain. [OK] ECDH P521 test vectors 113 114 - edge case for Jacobian and projective coordinates in right to left addition chain. ... ECDH P521 test vectors 114 115 - point with coordinate x = 0. [OK] ECDH P521 test vectors 114 115 - point with coordinate x = 0. ... ECDH P521 test vectors 115 116 - point with coordinate x = 0. [OK] ECDH P521 test vectors 115 116 - point with coordinate x = 0. ... ECDH P521 test vectors 116 117 - point with coordinate x = 0. [OK] ECDH P521 test vectors 116 117 - point with coordinate x = 0. ... ECDH P521 test vectors 117 118 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 117 118 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 118 119 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 118 119 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 119 120 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 119 120 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 120 121 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 120 121 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 121 122 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 121 122 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 122 123 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 122 123 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 123 124 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 123 124 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 124 125 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 124 125 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 125 126 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 125 126 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 126 127 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 126 127 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 127 128 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 127 128 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 128 129 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 128 129 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 129 130 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 129 130 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 130 131 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 130 131 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 131 132 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 131 132 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 132 133 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 132 133 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 133 134 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 133 134 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 134 135 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 134 135 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 135 136 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 135 136 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 136 137 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 136 137 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 137 138 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 137 138 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 138 139 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 138 139 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 139 140 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 139 140 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 140 141 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 140 141 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 141 142 - point with coordinate x = 0 in left to right addition chain. [OK] ECDH P521 test vectors 141 142 - point with coordinate x = 0 in left to right addition chain. ... ECDH P521 test vectors 142 143 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 142 143 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P521 test vectors 143 144 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 143 144 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P521 test vectors 144 145 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 144 145 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P521 test vectors 145 146 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 145 146 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P521 test vectors 146 147 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 146 147 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P521 test vectors 147 148 - point with coordinate x = 0 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 147 148 - point with coordinate x = 0 in precomputation or right to left addition chain. ... ECDH P521 test vectors 148 149 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P521 test vectors 148 149 - point with coordinate x = 0 in right to left addition chain. ... ECDH P521 test vectors 149 150 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P521 test vectors 149 150 - point with coordinate x = 0 in right to left addition chain. ... ECDH P521 test vectors 150 151 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P521 test vectors 150 151 - point with coordinate x = 0 in right to left addition chain. ... ECDH P521 test vectors 151 152 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P521 test vectors 151 152 - point with coordinate x = 0 in right to left addition chain. ... ECDH P521 test vectors 152 153 - point with coordinate x = 0 in right to left addition chain. [OK] ECDH P521 test vectors 152 153 - point with coordinate x = 0 in right to left addition chain. ... ECDH P521 test vectors 153 154 - point with coordinate y = 1. [OK] ECDH P521 test vectors 153 154 - point with coordinate y = 1. ... ECDH P521 test vectors 154 155 - point with coordinate y = 1. [OK] ECDH P521 test vectors 154 155 - point with coordinate y = 1. ... ECDH P521 test vectors 155 156 - point with coordinate y = 1. [OK] ECDH P521 test vectors 155 156 - point with coordinate y = 1. ... ECDH P521 test vectors 156 157 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 156 157 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 157 158 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 157 158 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 158 159 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 158 159 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 159 160 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 159 160 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 160 161 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 160 161 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 161 162 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 161 162 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 162 163 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 162 163 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 163 164 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 163 164 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 164 165 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 164 165 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 165 166 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 165 166 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 166 167 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 166 167 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 167 168 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 167 168 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 168 169 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 168 169 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 169 170 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 169 170 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 170 171 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 170 171 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 171 172 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 171 172 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 172 173 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 172 173 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 173 174 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 173 174 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 174 175 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 174 175 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 175 176 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 175 176 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 176 177 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 176 177 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 177 178 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 177 178 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 178 179 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 178 179 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 179 180 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 179 180 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 180 181 - point with coordinate y = 1 in left to right addition chain. [OK] ECDH P521 test vectors 180 181 - point with coordinate y = 1 in left to right addition chain. ... ECDH P521 test vectors 181 182 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 181 182 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P521 test vectors 182 183 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 182 183 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P521 test vectors 183 184 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 183 184 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P521 test vectors 184 185 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 184 185 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P521 test vectors 185 186 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 185 186 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P521 test vectors 186 187 - point with coordinate y = 1 in precomputation or right to left addition chain. [OK] ECDH P521 test vectors 186 187 - point with coordinate y = 1 in precomputation or right to left addition chain. ... ECDH P521 test vectors 187 188 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P521 test vectors 187 188 - point with coordinate y = 1 in right to left addition chain. ... ECDH P521 test vectors 188 189 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P521 test vectors 188 189 - point with coordinate y = 1 in right to left addition chain. ... ECDH P521 test vectors 189 190 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P521 test vectors 189 190 - point with coordinate y = 1 in right to left addition chain. ... ECDH P521 test vectors 190 191 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P521 test vectors 190 191 - point with coordinate y = 1 in right to left addition chain. ... ECDH P521 test vectors 191 192 - point with coordinate y = 1 in right to left addition chain. [OK] ECDH P521 test vectors 191 192 - point with coordinate y = 1 in right to left addition chain. ... ECDH P521 test vectors 192 193 - edge case private key. [OK] ECDH P521 test vectors 192 193 - edge case private key. ... ECDH P521 test vectors 193 194 - edge case private key. [OK] ECDH P521 test vectors 193 194 - edge case private key. ... ECDH P521 test vectors 194 195 - edge case private key. [OK] ECDH P521 test vectors 194 195 - edge case private key. ... ECDH P521 test vectors 195 196 - edge case private key. [OK] ECDH P521 test vectors 195 196 - edge case private key. ... ECDH P521 test vectors 196 197 - edge case private key. [OK] ECDH P521 test vectors 196 197 - edge case private key. ... ECDH P521 test vectors 197 198 - edge case private key. [OK] ECDH P521 test vectors 197 198 - edge case private key. ... ECDH P521 test vectors 198 199 - edge case private key. [OK] ECDH P521 test vectors 198 199 - edge case private key. ... ECDH P521 test vectors 199 200 - edge case private key. [OK] ECDH P521 test vectors 199 200 - edge case private key. ... ECDH P521 test vectors 200 201 - edge case private key. [OK] ECDH P521 test vectors 200 201 - edge case private key. ... ECDH P521 test vectors 201 202 - edge case private key. [OK] ECDH P521 test vectors 201 202 - edge case private key. ... ECDH P521 test vectors 202 203 - edge case private key. [OK] ECDH P521 test vectors 202 203 - edge case private key. ... ECDH P521 test vectors 203 204 - edge case private key. [OK] ECDH P521 test vectors 203 204 - edge case private key. ... ECDH P521 test vectors 204 205 - edge case private key. [OK] ECDH P521 test vectors 204 205 - edge case private key. ... ECDH P521 test vectors 205 206 - edge case private key. [OK] ECDH P521 test vectors 205 206 - edge case private key. ... ECDH P521 test vectors 206 207 - edge case private key. [OK] ECDH P521 test vectors 206 207 - edge case private key. ... ECDH P521 test vectors 207 208 - edge case private key. [OK] ECDH P521 test vectors 207 208 - edge case private key. ... ECDH P521 test vectors 208 209 - CVE-2017-10176: Issue with elliptic curve addition. [OK] ECDH P521 test vectors 208 209 - CVE-2017-10176: Issue with elliptic curve addition. ... ECDH P521 test vectors 209 210 - point is not on curve. [OK] ECDH P521 test vectors 209 210 - point is not on curve. ... ECDH P521 test vectors 210 211 - point is not on curve. [OK] ECDH P521 test vectors 210 211 - point is not on curve. ... ECDH P521 test vectors 211 212 - point is not on curve. [OK] ECDH P521 test vectors 211 212 - point is not on curve. ... ECDH P521 test vectors 212 213 - point is not on curve. [OK] ECDH P521 test vectors 212 213 - point is not on curve. ... ECDH P521 test vectors 213 214 - point is not on curve. [OK] ECDH P521 test vectors 213 214 - point is not on curve. ... ECDH P521 test vectors 214 215 - point is not on curve. [OK] ECDH P521 test vectors 214 215 - point is not on curve. ... ECDH P521 test vectors 215 216 - point is not on curve. [OK] ECDH P521 test vectors 215 216 - point is not on curve. ... ECDH P521 test vectors 216 217 - point is not on curve. [OK] ECDH P521 test vectors 216 217 - point is not on curve. ... ECDH P521 test vectors 217 218 - point is not on curve. [OK] ECDH P521 test vectors 217 218 - point is not on curve. ... ECDH P521 test vectors 218 219 - point is not on curve. [OK] ECDH P521 test vectors 218 219 - point is not on curve. ... ECDH P521 test vectors 219 220 - point is not on curve. [OK] ECDH P521 test vectors 219 220 - point is not on curve. ... ECDH P521 test vectors 220 221 - point is not on curve. [OK] ECDH P521 test vectors 220 221 - point is not on curve. ... ECDH P521 test vectors 221 222 - point is not on curve. [OK] ECDH P521 test vectors 221 222 - point is not on curve. ... ECDH P521 test vectors 222 223 - point is not on curve. [OK] ECDH P521 test vectors 222 223 - point is not on curve. ... ECDH P521 test vectors 223 224 - point is not on curve. [OK] ECDH P521 test vectors 223 224 - point is not on curve. ... ECDH P521 test vectors 224 225 - point is not on curve. [OK] ECDH P521 test vectors 224 225 - point is not on curve. ... ECDH P521 test vectors 225 226 - . [OK] ECDH P521 test vectors 225 226 - . ... ECDH P521 test vectors 226 227 - public point not on curve. [OK] ECDH P521 test vectors 226 227 - public point not on curve. ... ECDH P521 test vectors 227 228 - public point = (0,0). [OK] ECDH P521 test vectors 227 228 - public point = (0,0). ... ECDH P521 test vectors 228 241 - using secp224r1. [OK] ECDH P521 test vectors 228 241 - using secp224r1. ... ECDH P521 test vectors 229 242 - using secp256r1. [OK] ECDH P521 test vectors 229 242 - using secp256r1. ... ECDH P521 test vectors 230 243 - using secp256k1. [OK] ECDH P521 test vectors 230 243 - using secp256k1. ... ECDH P521 test vectors 231 246 - Public key uses wrong curve: secp224r1. [OK] ECDH P521 test vectors 231 246 - Public key uses wrong curve: secp224r1. ... ECDH P521 test vectors 232 247 - Public key uses wrong curve: secp256r1. [OK] ECDH P521 test vectors 232 247 - Public key uses wrong curve: secp256r1. ... ECDH P521 test vectors 233 248 - Public key uses wrong curve: secp384r1. [OK] ECDH P521 test vectors 233 248 - Public key uses wrong curve: secp384r1. ... ECDH P521 test vectors 234 249 - Public key uses wrong curve: secp256k1. [OK] ECDH P521 test vectors 234 249 - Public key uses wrong curve: secp256k1. ... ECDH P521 test vectors 235 250 - Public key uses wrong curve: secp224k1. [OK] ECDH P521 test vectors 235 250 - Public key uses wrong curve: secp224k1. ... ECDH P521 test vectors 236 251 - Public key uses wrong curve: brainpoolP224r1. [OK] ECDH P521 test vectors 236 251 - Public key uses wrong curve: brainpoolP224r1. ... ECDH P521 test vectors 237 252 - Public key uses wrong curve: brainpoolP256r1. [OK] ECDH P521 test vectors 237 252 - Public key uses wrong curve: brainpoolP256r1. ... ECDH P521 test vectors 238 253 - Public key uses wrong curve: brainpoolP320r1. [OK] ECDH P521 test vectors 238 253 - Public key uses wrong curve: brainpoolP320r1. ... ECDH P521 test vectors 239 254 - Public key uses wrong curve: brainpoolP384r1. [OK] ECDH P521 test vectors 239 254 - Public key uses wrong curve: brainpoolP384r1. ... ECDH P521 test vectors 240 255 - Public key uses wrong curve: brainpoolP512r1. [OK] ECDH P521 test vectors 240 255 - Public key uses wrong curve: brainpoolP512r1. ... ECDH P521 test vectors 241 256 - Public key uses wrong curve: brainpoolP224t1. [OK] ECDH P521 test vectors 241 256 - Public key uses wrong curve: brainpoolP224t1. ... ECDH P521 test vectors 242 257 - Public key uses wrong curve: brainpoolP256t1. [OK] ECDH P521 test vectors 242 257 - Public key uses wrong curve: brainpoolP256t1. ... ECDH P521 test vectors 243 258 - Public key uses wrong curve: brainpoolP320t1. [OK] ECDH P521 test vectors 243 258 - Public key uses wrong curve: brainpoolP320t1. ... ECDH P521 test vectors 244 259 - Public key uses wrong curve: brainpoolP384t1. [OK] ECDH P521 test vectors 244 259 - Public key uses wrong curve: brainpoolP384t1. ... ECDH P521 test vectors 245 260 - Public key uses wrong curve: brainpoolP512t1. [OK] ECDH P521 test vectors 245 260 - Public key uses wrong curve: brainpoolP512t1. ... ECDH P521 test vectors 246 261 - invalid public key. [OK] ECDH P521 test vectors 246 261 - invalid public key. ... ECDH P521 test vectors 247 262 - public key is a low order point on twist. [OK] ECDH P521 test vectors 247 262 - public key is a low order point on twist. ... ECDH P521 test vectors 248 263 - public key is a low order point on twist. [OK] ECDH P521 test vectors 248 263 - public key is a low order point on twist. ... ECDH P521 test vectors 249 264 - public key is a low order point on twist. [OK] ECDH P521 test vectors 249 264 - public key is a low order point on twist. ... ECDH P521 test vectors 250 265 - public key is a low order point on twist. [OK] ECDH P521 test vectors 250 265 - public key is a low order point on twist. ... ECDH P521 test vectors 251 266 - public key is a low order point on twist. [OK] ECDH P521 test vectors 251 266 - public key is a low order point on twist. ... ECDH P521 test vectors 252 267 - public key is a low order point on twist. [OK] ECDH P521 test vectors 252 267 - public key is a low order point on twist. ... ECDH P521 test vectors 253 268 - public key is a low order point on twist. [OK] ECDH P521 test vectors 253 268 - public key is a low order point on twist. ... ECDH P521 test vectors 254 269 - public key is a low order point on twist. [OK] ECDH P521 test vectors 254 269 - public key is a low order point on twist. ... ECDH P521 test vectors 255 270 - public key is a low order point on twist. [OK] ECDH P521 test vectors 255 270 - public key is a low order point on twist. ... ECDH P521 test vectors 256 271 - public key is a low order point on twist. [OK] ECDH P521 test vectors 256 271 - public key is a low order point on twist. ... ECDSA P521 test vectors (SHA512) 0 1 - signature malleability. [OK] ECDSA P521 test vectors (SHA512) 0 1 - signature malleability. ... ECDSA P521 test vectors (SHA512) 1 2 - valid. [OK] ECDSA P521 test vectors (SHA512) 1 2 - valid. ... ECDSA P521 test vectors (SHA512) 2 3 - length of sequence contains leading 0. [OK] ECDSA P521 test vectors (SHA512) 2 3 - length of sequence contains leading 0. ... ECDSA P521 test vectors (SHA512) 3 4 - wrong length of sequence. [OK] ECDSA P521 test vectors (SHA512) 3 4 - wrong length of sequence. ... ECDSA P521 test vectors (SHA512) 4 5 - wrong length of sequence. [OK] ECDSA P521 test vectors (SHA512) 4 5 - wrong length of sequence. ... ECDSA P521 test vectors (SHA512) 5 6 - uint32 overflow in length of sequence. [OK] ECDSA P521 test vectors (SHA512) 5 6 - uint32 overflow in length of sequence. ... ECDSA P521 test vectors (SHA512) 6 7 - uint64 overflow in length of sequence. [OK] ECDSA P521 test vectors (SHA512) 6 7 - uint64 overflow in length of sequence. ... ECDSA P521 test vectors (SHA512) 7 8 - length of sequence = 2**31 - 1. [OK] ECDSA P521 test vectors (SHA512) 7 8 - length of sequence = 2**31 - 1. ... ECDSA P521 test vectors (SHA512) 8 9 - length of sequence = 2**32 - 1. [OK] ECDSA P521 test vectors (SHA512) 8 9 - length of sequence = 2**32 - 1. ... ECDSA P521 test vectors (SHA512) 9 10 - length of sequence = 2**40 - 1. [OK] ECDSA P521 test vectors (SHA512) 9 10 - length of sequence = 2**40 - 1. ... ECDSA P521 test vectors (SHA512) 10 11 - length of sequence = 2**64 - 1. [OK] ECDSA P521 test vectors (SHA512) 10 11 - length of sequence = 2**64 - 1. ... ECDSA P521 test vectors (SHA512) 11 12 - incorrect length of sequence. [OK] ECDSA P521 test vectors (SHA512) 11 12 - incorrect length of sequence. ... ECDSA P521 test vectors (SHA512) 12 13 - indefinite length without termination. [OK] ECDSA P521 test vectors (SHA512) 12 13 - indefinite length without termination. ... ECDSA P521 test vectors (SHA512) 13 14 - indefinite length without termination. [OK] ECDSA P521 test vectors (SHA512) 13 14 - indefinite length without termination. ... ECDSA P521 test vectors (SHA512) 14 15 - indefinite length without termination. [OK] ECDSA P521 test vectors (SHA512) 14 15 - indefinite length without termination. ... ECDSA P521 test vectors (SHA512) 15 16 - removing sequence. [OK] ECDSA P521 test vectors (SHA512) 15 16 - removing sequence. ... ECDSA P521 test vectors (SHA512) 16 17 - lonely sequence tag. [OK] ECDSA P521 test vectors (SHA512) 16 17 - lonely sequence tag. ... ECDSA P521 test vectors (SHA512) 17 18 - appending 0's to sequence. [OK] ECDSA P521 test vectors (SHA512) 17 18 - appending 0's to sequence. ... ECDSA P521 test vectors (SHA512) 18 19 - prepending 0's to sequence. [OK] ECDSA P521 test vectors (SHA512) 18 19 - prepending 0's to sequence. ... ECDSA P521 test vectors (SHA512) 19 20 - appending unused 0's to sequence. [OK] ECDSA P521 test vectors (SHA512) 19 20 - appending unused 0's to sequence. ... ECDSA P521 test vectors (SHA512) 20 21 - appending null value to sequence. [OK] ECDSA P521 test vectors (SHA512) 20 21 - appending null value to sequence. ... ECDSA P521 test vectors (SHA512) 21 22 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 21 22 - including garbage. ... ECDSA P521 test vectors (SHA512) 22 23 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 22 23 - including garbage. ... ECDSA P521 test vectors (SHA512) 23 24 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 23 24 - including garbage. ... ECDSA P521 test vectors (SHA512) 24 25 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 24 25 - including garbage. ... ECDSA P521 test vectors (SHA512) 25 26 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 25 26 - including garbage. ... ECDSA P521 test vectors (SHA512) 26 27 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 26 27 - including garbage. ... ECDSA P521 test vectors (SHA512) 27 28 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 27 28 - including garbage. ... ECDSA P521 test vectors (SHA512) 28 29 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 28 29 - including garbage. ... ECDSA P521 test vectors (SHA512) 29 30 - including garbage. [OK] ECDSA P521 test vectors (SHA512) 29 30 - including garbage. ... ECDSA P521 test vectors (SHA512) 30 31 - including undefined tags. [OK] ECDSA P521 test vectors (SHA512) 30 31 - including undefined tags. ... ECDSA P521 test vectors (SHA512) 31 32 - including undefined tags. [OK] ECDSA P521 test vectors (SHA512) 31 32 - including undefined tags. ... ECDSA P521 test vectors (SHA512) 32 33 - including undefined tags. [OK] ECDSA P521 test vectors (SHA512) 32 33 - including undefined tags. ... ECDSA P521 test vectors (SHA512) 33 34 - including undefined tags. [OK] ECDSA P521 test vectors (SHA512) 33 34 - including undefined tags. ... ECDSA P521 test vectors (SHA512) 34 35 - including undefined tags. [OK] ECDSA P521 test vectors (SHA512) 34 35 - including undefined tags. ... ECDSA P521 test vectors (SHA512) 35 36 - including undefined tags. [OK] ECDSA P521 test vectors (SHA512) 35 36 - including undefined tags. ... ECDSA P521 test vectors (SHA512) 36 37 - truncated length of sequence. [OK] ECDSA P521 test vectors (SHA512) 36 37 - truncated length of sequence. ... ECDSA P521 test vectors (SHA512) 37 38 - using composition with indefinite length. [OK] ECDSA P521 test vectors (SHA512) 37 38 - using composition with indefinite length. ... ECDSA P521 test vectors (SHA512) 38 39 - using composition with indefinite length. [OK] ECDSA P521 test vectors (SHA512) 38 39 - using composition with indefinite length. ... ECDSA P521 test vectors (SHA512) 39 40 - using composition with indefinite length. [OK] ECDSA P521 test vectors (SHA512) 39 40 - using composition with indefinite length. ... ECDSA P521 test vectors (SHA512) 40 41 - using composition with wrong tag. [OK] ECDSA P521 test vectors (SHA512) 40 41 - using composition with wrong tag. ... ECDSA P521 test vectors (SHA512) 41 42 - using composition with wrong tag. [OK] ECDSA P521 test vectors (SHA512) 41 42 - using composition with wrong tag. ... ECDSA P521 test vectors (SHA512) 42 43 - using composition with wrong tag. [OK] ECDSA P521 test vectors (SHA512) 42 43 - using composition with wrong tag. ... ECDSA P521 test vectors (SHA512) 43 44 - Replacing sequence with NULL. [OK] ECDSA P521 test vectors (SHA512) 43 44 - Replacing sequence with NULL. ... ECDSA P521 test vectors (SHA512) 44 45 - changing tag value of sequence. [OK] ECDSA P521 test vectors (SHA512) 44 45 - changing tag value of sequence. ... ECDSA P521 test vectors (SHA512) 45 46 - changing tag value of sequence. [OK] ECDSA P521 test vectors (SHA512) 45 46 - changing tag value of sequence. ... ECDSA P521 test vectors (SHA512) 46 47 - changing tag value of sequence. [OK] ECDSA P521 test vectors (SHA512) 46 47 - changing tag value of sequence. ... ECDSA P521 test vectors (SHA512) 47 48 - changing tag value of sequence. [OK] ECDSA P521 test vectors (SHA512) 47 48 - changing tag value of sequence. ... ECDSA P521 test vectors (SHA512) 48 49 - changing tag value of sequence. [OK] ECDSA P521 test vectors (SHA512) 48 49 - changing tag value of sequence. ... ECDSA P521 test vectors (SHA512) 49 50 - dropping value of sequence. [OK] ECDSA P521 test vectors (SHA512) 49 50 - dropping value of sequence. ... ECDSA P521 test vectors (SHA512) 50 51 - using composition for sequence. [OK] ECDSA P521 test vectors (SHA512) 50 51 - using composition for sequence. ... ECDSA P521 test vectors (SHA512) 51 52 - truncated sequence. [OK] ECDSA P521 test vectors (SHA512) 51 52 - truncated sequence. ... ECDSA P521 test vectors (SHA512) 52 53 - truncated sequence. [OK] ECDSA P521 test vectors (SHA512) 52 53 - truncated sequence. ... ECDSA P521 test vectors (SHA512) 53 54 - indefinite length. [OK] ECDSA P521 test vectors (SHA512) 53 54 - indefinite length. ... ECDSA P521 test vectors (SHA512) 54 55 - indefinite length with truncated delimiter. [OK] ECDSA P521 test vectors (SHA512) 54 55 - indefinite length with truncated delimiter. ... ECDSA P521 test vectors (SHA512) 55 56 - indefinite length with additional element. [OK] ECDSA P521 test vectors (SHA512) 55 56 - indefinite length with additional element. ... ECDSA P521 test vectors (SHA512) 56 57 - indefinite length with truncated element. [OK] ECDSA P521 test vectors (SHA512) 56 57 - indefinite length with truncated element. ... ECDSA P521 test vectors (SHA512) 57 58 - indefinite length with garbage. [OK] ECDSA P521 test vectors (SHA512) 57 58 - indefinite length with garbage. ... ECDSA P521 test vectors (SHA512) 58 59 - indefinite length with nonempty EOC. [OK] ECDSA P521 test vectors (SHA512) 58 59 - indefinite length with nonempty EOC. ... ECDSA P521 test vectors (SHA512) 59 60 - prepend empty sequence. [OK] ECDSA P521 test vectors (SHA512) 59 60 - prepend empty sequence. ... ECDSA P521 test vectors (SHA512) 60 61 - append empty sequence. [OK] ECDSA P521 test vectors (SHA512) 60 61 - append empty sequence. ... ECDSA P521 test vectors (SHA512) 61 62 - append garbage with high tag number. [OK] ECDSA P521 test vectors (SHA512) 61 62 - append garbage with high tag number. ... ECDSA P521 test vectors (SHA512) 62 63 - sequence of sequence. [OK] ECDSA P521 test vectors (SHA512) 62 63 - sequence of sequence. ... ECDSA P521 test vectors (SHA512) 63 64 - truncated sequence: removed last 1 elements. [OK] ECDSA P521 test vectors (SHA512) 63 64 - truncated sequence: removed last 1 elements. ... ECDSA P521 test vectors (SHA512) 64 65 - repeating element in sequence. [OK] ECDSA P521 test vectors (SHA512) 64 65 - repeating element in sequence. ... ECDSA P521 test vectors (SHA512) 65 66 - long form encoding of length of integer. [OK] ECDSA P521 test vectors (SHA512) 65 66 - long form encoding of length of integer. ... ECDSA P521 test vectors (SHA512) 66 67 - long form encoding of length of integer. [OK] ECDSA P521 test vectors (SHA512) 66 67 - long form encoding of length of integer. ... ECDSA P521 test vectors (SHA512) 67 68 - length of integer contains leading 0. [OK] ECDSA P521 test vectors (SHA512) 67 68 - length of integer contains leading 0. ... ECDSA P521 test vectors (SHA512) 68 69 - length of integer contains leading 0. [OK] ECDSA P521 test vectors (SHA512) 68 69 - length of integer contains leading 0. ... ECDSA P521 test vectors (SHA512) 69 70 - wrong length of integer. [OK] ECDSA P521 test vectors (SHA512) 69 70 - wrong length of integer. ... ECDSA P521 test vectors (SHA512) 70 71 - wrong length of integer. [OK] ECDSA P521 test vectors (SHA512) 70 71 - wrong length of integer. ... ECDSA P521 test vectors (SHA512) 71 72 - wrong length of integer. [OK] ECDSA P521 test vectors (SHA512) 71 72 - wrong length of integer. ... ECDSA P521 test vectors (SHA512) 72 73 - wrong length of integer. [OK] ECDSA P521 test vectors (SHA512) 72 73 - wrong length of integer. ... ECDSA P521 test vectors (SHA512) 73 74 - uint32 overflow in length of integer. [OK] ECDSA P521 test vectors (SHA512) 73 74 - uint32 overflow in length of integer. ... ECDSA P521 test vectors (SHA512) 74 75 - uint32 overflow in length of integer. [OK] ECDSA P521 test vectors (SHA512) 74 75 - uint32 overflow in length of integer. ... ECDSA P521 test vectors (SHA512) 75 76 - uint64 overflow in length of integer. [OK] ECDSA P521 test vectors (SHA512) 75 76 - uint64 overflow in length of integer. ... ECDSA P521 test vectors (SHA512) 76 77 - uint64 overflow in length of integer. [OK] ECDSA P521 test vectors (SHA512) 76 77 - uint64 overflow in length of integer. ... ECDSA P521 test vectors (SHA512) 77 78 - length of integer = 2**31 - 1. [OK] ECDSA P521 test vectors (SHA512) 77 78 - length of integer = 2**31 - 1. ... ECDSA P521 test vectors (SHA512) 78 79 - length of integer = 2**31 - 1. [OK] ECDSA P521 test vectors (SHA512) 78 79 - length of integer = 2**31 - 1. ... ECDSA P521 test vectors (SHA512) 79 80 - length of integer = 2**32 - 1. [OK] ECDSA P521 test vectors (SHA512) 79 80 - length of integer = 2**32 - 1. ... ECDSA P521 test vectors (SHA512) 80 81 - length of integer = 2**32 - 1. [OK] ECDSA P521 test vectors (SHA512) 80 81 - length of integer = 2**32 - 1. ... ECDSA P521 test vectors (SHA512) 81 82 - length of integer = 2**40 - 1. [OK] ECDSA P521 test vectors (SHA512) 81 82 - length of integer = 2**40 - 1. ... ECDSA P521 test vectors (SHA512) 82 83 - length of integer = 2**40 - 1. [OK] ECDSA P521 test vectors (SHA512) 82 83 - length of integer = 2**40 - 1. ... ECDSA P521 test vectors (SHA512) 83 84 - length of integer = 2**64 - 1. [OK] ECDSA P521 test vectors (SHA512) 83 84 - length of integer = 2**64 - 1. ... ECDSA P521 test vectors (SHA512) 84 85 - length of integer = 2**64 - 1. [OK] ECDSA P521 test vectors (SHA512) 84 85 - length of integer = 2**64 - 1. ... ECDSA P521 test vectors (SHA512) 85 86 - incorrect length of integer. [OK] ECDSA P521 test vectors (SHA512) 85 86 - incorrect length of integer. ... ECDSA P521 test vectors (SHA512) 86 87 - incorrect length of integer. [OK] ECDSA P521 test vectors (SHA512) 86 87 - incorrect length of integer. ... ECDSA P521 test vectors (SHA512) 87 88 - removing integer. [OK] ECDSA P521 test vectors (SHA512) 87 88 - removing integer. ... ECDSA P521 test vectors (SHA512) 88 89 - lonely integer tag. [OK] ECDSA P521 test vectors (SHA512) 88 89 - lonely integer tag. ... ECDSA P521 test vectors (SHA512) 89 90 - lonely integer tag. [OK] ECDSA P521 test vectors (SHA512) 89 90 - lonely integer tag. ... ECDSA P521 test vectors (SHA512) 90 91 - appending 0's to integer. [OK] ECDSA P521 test vectors (SHA512) 90 91 - appending 0's to integer. ... ECDSA P521 test vectors (SHA512) 91 92 - appending 0's to integer. [OK] ECDSA P521 test vectors (SHA512) 91 92 - appending 0's to integer. ... ECDSA P521 test vectors (SHA512) 92 93 - prepending 0's to integer. [OK] ECDSA P521 test vectors (SHA512) 92 93 - prepending 0's to integer. ... ECDSA P521 test vectors (SHA512) 93 94 - prepending 0's to integer. [OK] ECDSA P521 test vectors (SHA512) 93 94 - prepending 0's to integer. ... ECDSA P521 test vectors (SHA512) 94 95 - appending unused 0's to integer. [OK] ECDSA P521 test vectors (SHA512) 94 95 - appending unused 0's to integer. ... ECDSA P521 test vectors (SHA512) 95 96 - appending null value to integer. [OK] ECDSA P521 test vectors (SHA512) 95 96 - appending null value to integer. ... ECDSA P521 test vectors (SHA512) 96 97 - appending null value to integer. [OK] ECDSA P521 test vectors (SHA512) 96 97 - appending null value to integer. ... ECDSA P521 test vectors (SHA512) 97 98 - truncated length of integer. [OK] ECDSA P521 test vectors (SHA512) 97 98 - truncated length of integer. ... ECDSA P521 test vectors (SHA512) 98 99 - truncated length of integer. [OK] ECDSA P521 test vectors (SHA512) 98 99 - truncated length of integer. ... ECDSA P521 test vectors (SHA512) 99 100 - Replacing integer with NULL. [OK] ECDSA P521 test vectors (SHA512) 99 100 - Replacing integer with NULL. ... ECDSA P521 test vectors (SHA512) 100 101 - Replacing integer with NULL. [OK] ECDSA P521 test vectors (SHA512) 100 101 - Replacing integer with NULL. ... ECDSA P521 test vectors (SHA512) 101 102 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 101 102 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 102 103 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 102 103 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 103 104 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 103 104 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 104 105 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 104 105 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 105 106 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 105 106 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 106 107 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 106 107 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 107 108 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 107 108 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 108 109 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 108 109 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 109 110 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 109 110 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 110 111 - changing tag value of integer. [OK] ECDSA P521 test vectors (SHA512) 110 111 - changing tag value of integer. ... ECDSA P521 test vectors (SHA512) 111 112 - dropping value of integer. [OK] ECDSA P521 test vectors (SHA512) 111 112 - dropping value of integer. ... ECDSA P521 test vectors (SHA512) 112 113 - dropping value of integer. [OK] ECDSA P521 test vectors (SHA512) 112 113 - dropping value of integer. ... ECDSA P521 test vectors (SHA512) 113 114 - using composition for integer. [OK] ECDSA P521 test vectors (SHA512) 113 114 - using composition for integer. ... ECDSA P521 test vectors (SHA512) 114 115 - using composition for integer. [OK] ECDSA P521 test vectors (SHA512) 114 115 - using composition for integer. ... ECDSA P521 test vectors (SHA512) 115 116 - modify first byte of integer. [OK] ECDSA P521 test vectors (SHA512) 115 116 - modify first byte of integer. ... ECDSA P521 test vectors (SHA512) 116 117 - modify first byte of integer. [OK] ECDSA P521 test vectors (SHA512) 116 117 - modify first byte of integer. ... ECDSA P521 test vectors (SHA512) 117 118 - modify last byte of integer. [OK] ECDSA P521 test vectors (SHA512) 117 118 - modify last byte of integer. ... ECDSA P521 test vectors (SHA512) 118 119 - modify last byte of integer. [OK] ECDSA P521 test vectors (SHA512) 118 119 - modify last byte of integer. ... ECDSA P521 test vectors (SHA512) 119 120 - truncated integer. [OK] ECDSA P521 test vectors (SHA512) 119 120 - truncated integer. ... ECDSA P521 test vectors (SHA512) 120 121 - truncated integer. [OK] ECDSA P521 test vectors (SHA512) 120 121 - truncated integer. ... ECDSA P521 test vectors (SHA512) 121 122 - truncated integer. [OK] ECDSA P521 test vectors (SHA512) 121 122 - truncated integer. ... ECDSA P521 test vectors (SHA512) 122 123 - truncated integer. [OK] ECDSA P521 test vectors (SHA512) 122 123 - truncated integer. ... ECDSA P521 test vectors (SHA512) 123 124 - leading ff in integer. [OK] ECDSA P521 test vectors (SHA512) 123 124 - leading ff in integer. ... ECDSA P521 test vectors (SHA512) 124 125 - leading ff in integer. [OK] ECDSA P521 test vectors (SHA512) 124 125 - leading ff in integer. ... ECDSA P521 test vectors (SHA512) 125 126 - replaced integer by infinity. [OK] ECDSA P521 test vectors (SHA512) 125 126 - replaced integer by infinity. ... ECDSA P521 test vectors (SHA512) 126 127 - replaced integer by infinity. [OK] ECDSA P521 test vectors (SHA512) 126 127 - replaced integer by infinity. ... ECDSA P521 test vectors (SHA512) 127 128 - replacing integer with zero. [OK] ECDSA P521 test vectors (SHA512) 127 128 - replacing integer with zero. ... ECDSA P521 test vectors (SHA512) 128 129 - replacing integer with zero. [OK] ECDSA P521 test vectors (SHA512) 128 129 - replacing integer with zero. ... ECDSA P521 test vectors (SHA512) 129 130 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 129 130 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 130 131 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 131 132 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 132 133 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 133 134 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 134 135 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 135 136 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 136 137 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 137 138 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 138 139 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 139 140 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 140 141 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 141 142 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 142 143 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 143 144 - Modified r or s, e.g. by adding or subtracting the order of the group. [OK] ECDSA P521 test vectors (SHA512) 143 144 - Modified r or s, e.g. by adding or subtracting the order of the group. ... ECDSA P521 test vectors (SHA512) 144 145 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 144 145 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 145 146 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 145 146 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 146 147 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 146 147 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 147 148 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 147 148 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 148 149 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 148 149 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 149 150 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 149 150 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 150 151 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 150 151 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 151 152 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 151 152 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 152 153 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 152 153 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 153 154 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 153 154 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 154 155 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 154 155 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 155 156 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 155 156 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 156 157 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 156 157 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 157 158 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 157 158 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 158 159 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 158 159 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 159 160 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 159 160 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 160 161 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 160 161 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 161 162 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 161 162 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 162 163 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 162 163 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 163 164 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 163 164 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 164 165 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 164 165 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 165 166 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 165 166 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 166 167 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 166 167 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 167 168 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 167 168 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 168 169 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 168 169 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 169 170 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 169 170 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 170 171 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 170 171 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 171 172 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 171 172 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 172 173 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 172 173 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 173 174 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 173 174 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 174 175 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 174 175 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 175 176 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 175 176 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 176 177 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 176 177 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 177 178 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 177 178 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 178 179 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 178 179 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 179 180 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 179 180 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 180 181 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 180 181 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 181 182 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 181 182 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 182 183 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 182 183 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 183 184 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 183 184 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 184 185 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 184 185 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 185 186 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 185 186 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 186 187 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 186 187 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 187 188 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 187 188 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 188 189 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 188 189 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 189 190 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 189 190 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 190 191 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 190 191 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 191 192 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 191 192 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 192 193 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 192 193 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 193 194 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 193 194 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 194 195 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 194 195 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 195 196 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 195 196 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 196 197 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 196 197 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 197 198 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 197 198 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 198 199 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 198 199 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 199 200 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 199 200 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 200 201 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 200 201 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 201 202 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 201 202 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 202 203 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 202 203 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 203 204 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 203 204 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 204 205 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 204 205 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 205 206 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 205 206 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 206 207 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 206 207 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 207 208 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 207 208 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 208 209 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 208 209 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 209 210 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 209 210 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 210 211 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 210 211 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 211 212 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 211 212 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 212 213 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 212 213 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 213 214 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 213 214 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 214 215 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 214 215 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 215 216 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 215 216 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 216 217 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 216 217 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 217 218 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 217 218 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 218 219 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 218 219 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 219 220 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 219 220 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 220 221 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 220 221 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 221 222 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 221 222 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 222 223 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 222 223 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 223 224 - Signature with special case values for r and s. [OK] ECDSA P521 test vectors (SHA512) 223 224 - Signature with special case values for r and s. ... ECDSA P521 test vectors (SHA512) 224 225 - Signature encoding contains wrong types. [OK] ECDSA P521 test vectors (SHA512) 224 225 - Signature encoding contains wrong types. ... ECDSA P521 test vectors (SHA512) 225 226 - Signature encoding contains wrong types. [OK] ECDSA P521 test vectors (SHA512) 225 226 - Signature encoding contains wrong types. ... ECDSA P521 test vectors (SHA512) 226 227 - Signature encoding contains wrong types. [OK] ECDSA P521 test vectors (SHA512) 226 227 - Signature encoding contains wrong types. ... ECDSA P521 test vectors (SHA512) 227 228 - Signature encoding contains wrong types. [OK] ECDSA P521 test vectors (SHA512) 227 228 - Signature encoding contains wrong types. ... ECDSA P521 test vectors (SHA512) 228 229 - Signature encoding contains wrong types. [OK] ECDSA P521 test vectors (SHA512) 228 229 - Signature encoding contains wrong types. ... ECDSA P521 test vectors (SHA512) 229 230 - Signature encoding contains wrong types. [OK] ECDSA P521 test vectors (SHA512) 229 230 - Signature encoding contains wrong types. ... ECDSA P521 test vectors (SHA512) 230 231 - Edge case for Shamir multiplication. [OK] ECDSA P521 test vectors (SHA512) 230 231 - Edge case for Shamir multiplication. ... ECDSA P521 test vectors (SHA512) 231 232 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 231 232 - special case hash. ... ECDSA P521 test vectors (SHA512) 232 233 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 232 233 - special case hash. ... ECDSA P521 test vectors (SHA512) 233 234 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 233 234 - special case hash. ... ECDSA P521 test vectors (SHA512) 234 235 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 234 235 - special case hash. ... ECDSA P521 test vectors (SHA512) 235 236 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 235 236 - special case hash. ... ECDSA P521 test vectors (SHA512) 236 237 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 236 237 - special case hash. ... ECDSA P521 test vectors (SHA512) 237 238 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 237 238 - special case hash. ... ECDSA P521 test vectors (SHA512) 238 239 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 238 239 - special case hash. ... ECDSA P521 test vectors (SHA512) 239 240 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 239 240 - special case hash. ... ECDSA P521 test vectors (SHA512) 240 241 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 240 241 - special case hash. ... ECDSA P521 test vectors (SHA512) 241 242 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 241 242 - special case hash. ... ECDSA P521 test vectors (SHA512) 242 243 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 242 243 - special case hash. ... ECDSA P521 test vectors (SHA512) 243 244 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 243 244 - special case hash. ... ECDSA P521 test vectors (SHA512) 244 245 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 244 245 - special case hash. ... ECDSA P521 test vectors (SHA512) 245 246 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 245 246 - special case hash. ... ECDSA P521 test vectors (SHA512) 246 247 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 246 247 - special case hash. ... ECDSA P521 test vectors (SHA512) 247 248 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 247 248 - special case hash. ... ECDSA P521 test vectors (SHA512) 248 249 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 248 249 - special case hash. ... ECDSA P521 test vectors (SHA512) 249 250 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 249 250 - special case hash. ... ECDSA P521 test vectors (SHA512) 250 251 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 250 251 - special case hash. ... ECDSA P521 test vectors (SHA512) 251 252 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 251 252 - special case hash. ... ECDSA P521 test vectors (SHA512) 252 253 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 252 253 - special case hash. ... ECDSA P521 test vectors (SHA512) 253 254 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 253 254 - special case hash. ... ECDSA P521 test vectors (SHA512) 254 255 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 254 255 - special case hash. ... ECDSA P521 test vectors (SHA512) 255 256 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 255 256 - special case hash. ... ECDSA P521 test vectors (SHA512) 256 257 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 256 257 - special case hash. ... ECDSA P521 test vectors (SHA512) 257 258 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 257 258 - special case hash. ... ECDSA P521 test vectors (SHA512) 258 259 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 258 259 - special case hash. ... ECDSA P521 test vectors (SHA512) 259 260 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 259 260 - special case hash. ... ECDSA P521 test vectors (SHA512) 260 261 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 260 261 - special case hash. ... ECDSA P521 test vectors (SHA512) 261 262 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 261 262 - special case hash. ... ECDSA P521 test vectors (SHA512) 262 263 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 262 263 - special case hash. ... ECDSA P521 test vectors (SHA512) 263 264 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 263 264 - special case hash. ... ECDSA P521 test vectors (SHA512) 264 265 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 264 265 - special case hash. ... ECDSA P521 test vectors (SHA512) 265 266 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 265 266 - special case hash. ... ECDSA P521 test vectors (SHA512) 266 267 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 266 267 - special case hash. ... ECDSA P521 test vectors (SHA512) 267 268 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 267 268 - special case hash. ... ECDSA P521 test vectors (SHA512) 268 269 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 268 269 - special case hash. ... ECDSA P521 test vectors (SHA512) 269 270 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 269 270 - special case hash. ... ECDSA P521 test vectors (SHA512) 270 271 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 270 271 - special case hash. ... ECDSA P521 test vectors (SHA512) 271 272 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 271 272 - special case hash. ... ECDSA P521 test vectors (SHA512) 272 273 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 272 273 - special case hash. ... ECDSA P521 test vectors (SHA512) 273 274 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 273 274 - special case hash. ... ECDSA P521 test vectors (SHA512) 274 275 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 274 275 - special case hash. ... ECDSA P521 test vectors (SHA512) 275 276 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 275 276 - special case hash. ... ECDSA P521 test vectors (SHA512) 276 277 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 276 277 - special case hash. ... ECDSA P521 test vectors (SHA512) 277 278 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 277 278 - special case hash. ... ECDSA P521 test vectors (SHA512) 278 279 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 278 279 - special case hash. ... ECDSA P521 test vectors (SHA512) 279 280 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 279 280 - special case hash. ... ECDSA P521 test vectors (SHA512) 280 281 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 280 281 - special case hash. ... ECDSA P521 test vectors (SHA512) 281 282 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 281 282 - special case hash. ... ECDSA P521 test vectors (SHA512) 282 283 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 282 283 - special case hash. ... ECDSA P521 test vectors (SHA512) 283 284 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 283 284 - special case hash. ... ECDSA P521 test vectors (SHA512) 284 285 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 284 285 - special case hash. ... ECDSA P521 test vectors (SHA512) 285 286 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 285 286 - special case hash. ... ECDSA P521 test vectors (SHA512) 286 287 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 286 287 - special case hash. ... ECDSA P521 test vectors (SHA512) 287 288 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 287 288 - special case hash. ... ECDSA P521 test vectors (SHA512) 288 289 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 288 289 - special case hash. ... ECDSA P521 test vectors (SHA512) 289 290 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 289 290 - special case hash. ... ECDSA P521 test vectors (SHA512) 290 291 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 290 291 - special case hash. ... ECDSA P521 test vectors (SHA512) 291 292 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 291 292 - special case hash. ... ECDSA P521 test vectors (SHA512) 292 293 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 292 293 - special case hash. ... ECDSA P521 test vectors (SHA512) 293 294 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 293 294 - special case hash. ... ECDSA P521 test vectors (SHA512) 294 295 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 294 295 - special case hash. ... ECDSA P521 test vectors (SHA512) 295 296 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 295 296 - special case hash. ... ECDSA P521 test vectors (SHA512) 296 297 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 296 297 - special case hash. ... ECDSA P521 test vectors (SHA512) 297 298 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 297 298 - special case hash. ... ECDSA P521 test vectors (SHA512) 298 299 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 298 299 - special case hash. ... ECDSA P521 test vectors (SHA512) 299 300 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 299 300 - special case hash. ... ECDSA P521 test vectors (SHA512) 300 301 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 300 301 - special case hash. ... ECDSA P521 test vectors (SHA512) 301 302 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 301 302 - special case hash. ... ECDSA P521 test vectors (SHA512) 302 303 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 302 303 - special case hash. ... ECDSA P521 test vectors (SHA512) 303 304 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 303 304 - special case hash. ... ECDSA P521 test vectors (SHA512) 304 305 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 304 305 - special case hash. ... ECDSA P521 test vectors (SHA512) 305 306 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 305 306 - special case hash. ... ECDSA P521 test vectors (SHA512) 306 307 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 306 307 - special case hash. ... ECDSA P521 test vectors (SHA512) 307 308 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 307 308 - special case hash. ... ECDSA P521 test vectors (SHA512) 308 309 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 308 309 - special case hash. ... ECDSA P521 test vectors (SHA512) 309 310 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 309 310 - special case hash. ... ECDSA P521 test vectors (SHA512) 310 311 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 310 311 - special case hash. ... ECDSA P521 test vectors (SHA512) 311 312 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 311 312 - special case hash. ... ECDSA P521 test vectors (SHA512) 312 313 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 312 313 - special case hash. ... ECDSA P521 test vectors (SHA512) 313 314 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 313 314 - special case hash. ... ECDSA P521 test vectors (SHA512) 314 315 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 314 315 - special case hash. ... ECDSA P521 test vectors (SHA512) 315 316 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 315 316 - special case hash. ... ECDSA P521 test vectors (SHA512) 316 317 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 316 317 - special case hash. ... ECDSA P521 test vectors (SHA512) 317 318 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 317 318 - special case hash. ... ECDSA P521 test vectors (SHA512) 318 319 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 318 319 - special case hash. ... ECDSA P521 test vectors (SHA512) 319 320 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 319 320 - special case hash. ... ECDSA P521 test vectors (SHA512) 320 321 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 320 321 - special case hash. ... ECDSA P521 test vectors (SHA512) 321 322 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 321 322 - special case hash. ... ECDSA P521 test vectors (SHA512) 322 323 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 322 323 - special case hash. ... ECDSA P521 test vectors (SHA512) 323 324 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 323 324 - special case hash. ... ECDSA P521 test vectors (SHA512) 324 325 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 324 325 - special case hash. ... ECDSA P521 test vectors (SHA512) 325 326 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 325 326 - special case hash. ... ECDSA P521 test vectors (SHA512) 326 327 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 326 327 - special case hash. ... ECDSA P521 test vectors (SHA512) 327 328 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 327 328 - special case hash. ... ECDSA P521 test vectors (SHA512) 328 329 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 328 329 - special case hash. ... ECDSA P521 test vectors (SHA512) 329 330 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 329 330 - special case hash. ... ECDSA P521 test vectors (SHA512) 330 331 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 330 331 - special case hash. ... ECDSA P521 test vectors (SHA512) 331 332 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 331 332 - special case hash. ... ECDSA P521 test vectors (SHA512) 332 333 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 332 333 - special case hash. ... ECDSA P521 test vectors (SHA512) 333 334 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 333 334 - special case hash. ... ECDSA P521 test vectors (SHA512) 334 335 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 334 335 - special case hash. ... ECDSA P521 test vectors (SHA512) 335 336 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 335 336 - special case hash. ... ECDSA P521 test vectors (SHA512) 336 337 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 336 337 - special case hash. ... ECDSA P521 test vectors (SHA512) 337 338 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 337 338 - special case hash. ... ECDSA P521 test vectors (SHA512) 338 339 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 338 339 - special case hash. ... ECDSA P521 test vectors (SHA512) 339 340 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 339 340 - special case hash. ... ECDSA P521 test vectors (SHA512) 340 341 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 340 341 - special case hash. ... ECDSA P521 test vectors (SHA512) 341 342 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 341 342 - special case hash. ... ECDSA P521 test vectors (SHA512) 342 343 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 342 343 - special case hash. ... ECDSA P521 test vectors (SHA512) 343 344 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 343 344 - special case hash. ... ECDSA P521 test vectors (SHA512) 344 345 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 344 345 - special case hash. ... ECDSA P521 test vectors (SHA512) 345 346 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 345 346 - special case hash. ... ECDSA P521 test vectors (SHA512) 346 347 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 346 347 - special case hash. ... ECDSA P521 test vectors (SHA512) 347 348 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 347 348 - special case hash. ... ECDSA P521 test vectors (SHA512) 348 349 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 348 349 - special case hash. ... ECDSA P521 test vectors (SHA512) 349 350 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 349 350 - special case hash. ... ECDSA P521 test vectors (SHA512) 350 351 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 350 351 - special case hash. ... ECDSA P521 test vectors (SHA512) 351 352 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 351 352 - special case hash. ... ECDSA P521 test vectors (SHA512) 352 353 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 352 353 - special case hash. ... ECDSA P521 test vectors (SHA512) 353 354 - special case hash. [OK] ECDSA P521 test vectors (SHA512) 353 354 - special case hash. ... ECDSA P521 test vectors (SHA512) 354 355 - k*G has a large x-coordinate. [OK] ECDSA P521 test vectors (SHA512) 354 355 - k*G has a large x-coordinate. ... ECDSA P521 test vectors (SHA512) 355 356 - r too large. [OK] ECDSA P521 test vectors (SHA512) 355 356 - r too large. ... ECDSA P521 test vectors (SHA512) 356 357 - r,s are large. [OK] ECDSA P521 test vectors (SHA512) 356 357 - r,s are large. ... ECDSA P521 test vectors (SHA512) 357 358 - r and s^-1 have a large Hamming weight. [OK] ECDSA P521 test vectors (SHA512) 357 358 - r and s^-1 have a large Hamming weight. ... ECDSA P521 test vectors (SHA512) 358 359 - r and s^-1 have a large Hamming weight. [OK] ECDSA P521 test vectors (SHA512) 358 359 - r and s^-1 have a large Hamming weight. ... ECDSA P521 test vectors (SHA512) 359 360 - small r and s. [OK] ECDSA P521 test vectors (SHA512) 359 360 - small r and s. ... ECDSA P521 test vectors (SHA512) 360 361 - small r and s. [OK] ECDSA P521 test vectors (SHA512) 360 361 - small r and s. ... ECDSA P521 test vectors (SHA512) 361 362 - small r and s. [OK] ECDSA P521 test vectors (SHA512) 361 362 - small r and s. ... ECDSA P521 test vectors (SHA512) 362 363 - r is larger than n. [OK] ECDSA P521 test vectors (SHA512) 362 363 - r is larger than n. ... ECDSA P521 test vectors (SHA512) 363 364 - s is larger than n. [OK] ECDSA P521 test vectors (SHA512) 363 364 - s is larger than n. ... ECDSA P521 test vectors (SHA512) 364 365 - small r and s^-1. [OK] ECDSA P521 test vectors (SHA512) 364 365 - small r and s^-1. ... ECDSA P521 test vectors (SHA512) 365 366 - smallish r and s^-1. [OK] ECDSA P521 test vectors (SHA512) 365 366 - smallish r and s^-1. ... ECDSA P521 test vectors (SHA512) 366 367 - 100-bit r and small s^-1. [OK] ECDSA P521 test vectors (SHA512) 366 367 - 100-bit r and small s^-1. ... ECDSA P521 test vectors (SHA512) 367 368 - small r and 100 bit s^-1. [OK] ECDSA P521 test vectors (SHA512) 367 368 - small r and 100 bit s^-1. ... ECDSA P521 test vectors (SHA512) 368 369 - 100-bit r and s^-1. [OK] ECDSA P521 test vectors (SHA512) 368 369 - 100-bit r and s^-1. ... ECDSA P521 test vectors (SHA512) 369 370 - r and s^-1 are close to n. [OK] ECDSA P521 test vectors (SHA512) 369 370 - r and s^-1 are close to n. ... ECDSA P521 test vectors (SHA512) 370 371 - s == 1. [OK] ECDSA P521 test vectors (SHA512) 370 371 - s == 1. ... ECDSA P521 test vectors (SHA512) 371 372 - s == 0. [OK] ECDSA P521 test vectors (SHA512) 371 372 - s == 0. ... ECDSA P521 test vectors (SHA512) 372 373 - point at infinity during verify. [OK] ECDSA P521 test vectors (SHA512) 372 373 - point at infinity during verify. ... ECDSA P521 test vectors (SHA512) 373 374 - edge case for signature malleability. [OK] ECDSA P521 test vectors (SHA512) 373 374 - edge case for signature malleability. ... ECDSA P521 test vectors (SHA512) 374 375 - edge case for signature malleability. [OK] ECDSA P521 test vectors (SHA512) 374 375 - edge case for signature malleability. ... ECDSA P521 test vectors (SHA512) 375 376 - u1 == 1. [OK] ECDSA P521 test vectors (SHA512) 375 376 - u1 == 1. ... ECDSA P521 test vectors (SHA512) 376 377 - u1 == n - 1. [OK] ECDSA P521 test vectors (SHA512) 376 377 - u1 == n - 1. ... ECDSA P521 test vectors (SHA512) 377 378 - u2 == 1. [OK] ECDSA P521 test vectors (SHA512) 377 378 - u2 == 1. ... ECDSA P521 test vectors (SHA512) 378 379 - u2 == n - 1. [OK] ECDSA P521 test vectors (SHA512) 378 379 - u2 == n - 1. ... ECDSA P521 test vectors (SHA512) 379 380 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 379 380 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 380 381 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 380 381 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 381 382 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 381 382 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 382 383 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 382 383 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 383 384 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 383 384 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 384 385 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 384 385 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 385 386 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 385 386 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 386 387 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 386 387 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 387 388 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 387 388 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 388 389 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 388 389 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 389 390 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 389 390 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 390 391 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 390 391 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 391 392 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 391 392 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 392 393 - edge case for u1. [OK] ECDSA P521 test vectors (SHA512) 392 393 - edge case for u1. ... ECDSA P521 test vectors (SHA512) 393 394 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 393 394 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 394 395 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 394 395 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 395 396 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 395 396 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 396 397 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 396 397 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 397 398 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 397 398 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 398 399 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 398 399 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 399 400 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 399 400 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 400 401 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 400 401 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 401 402 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 401 402 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 402 403 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 402 403 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 403 404 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 403 404 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 404 405 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 404 405 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 405 406 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 405 406 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 406 407 - edge case for u2. [OK] ECDSA P521 test vectors (SHA512) 406 407 - edge case for u2. ... ECDSA P521 test vectors (SHA512) 407 408 - point duplication during verification. [OK] ECDSA P521 test vectors (SHA512) 407 408 - point duplication during verification. ... ECDSA P521 test vectors (SHA512) 408 409 - duplication bug. [OK] ECDSA P521 test vectors (SHA512) 408 409 - duplication bug. ... ECDSA P521 test vectors (SHA512) 409 410 - point with x-coordinate 0. [OK] ECDSA P521 test vectors (SHA512) 409 410 - point with x-coordinate 0. ... ECDSA P521 test vectors (SHA512) 410 411 - point with x-coordinate 0. [OK] ECDSA P521 test vectors (SHA512) 410 411 - point with x-coordinate 0. ... ECDSA P521 test vectors (SHA512) 411 412 - comparison with point at infinity . [OK] ECDSA P521 test vectors (SHA512) 411 412 - comparison with point at infinity . ... ECDSA P521 test vectors (SHA512) 412 413 - extreme value for k and edgecase s. [OK] ECDSA P521 test vectors (SHA512) 412 413 - extreme value for k and edgecase s. ... ECDSA P521 test vectors (SHA512) 413 414 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 413 414 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 414 415 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 414 415 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 415 416 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 415 416 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 416 417 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 416 417 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 417 418 - extreme value for k. [OK] ECDSA P521 test vectors (SHA512) 417 418 - extreme value for k. ... ECDSA P521 test vectors (SHA512) 418 419 - extreme value for k and edgecase s. [OK] ECDSA P521 test vectors (SHA512) 418 419 - extreme value for k and edgecase s. ... ECDSA P521 test vectors (SHA512) 419 420 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 419 420 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 420 421 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 420 421 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 421 422 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 421 422 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 422 423 - extreme value for k and s^-1. [OK] ECDSA P521 test vectors (SHA512) 422 423 - extreme value for k and s^-1. ... ECDSA P521 test vectors (SHA512) 423 424 - extreme value for k. [OK] ECDSA P521 test vectors (SHA512) 423 424 - extreme value for k. ... ECDSA P521 test vectors (SHA512) 424 425 - testing point duplication. [OK] ECDSA P521 test vectors (SHA512) 424 425 - testing point duplication. ... ECDSA P521 test vectors (SHA512) 425 426 - testing point duplication. [OK] ECDSA P521 test vectors (SHA512) 425 426 - testing point duplication. ... ECDSA P521 test vectors (SHA512) 426 427 - testing point duplication. [OK] ECDSA P521 test vectors (SHA512) 426 427 - testing point duplication. ... ECDSA P521 test vectors (SHA512) 427 428 - testing point duplication. [OK] ECDSA P521 test vectors (SHA512) 427 428 - testing point duplication. ... ECDSA P521 test vectors (SHA512) 428 429 - pseudorandom signature. [OK] ECDSA P521 test vectors (SHA512) 428 429 - pseudorandom signature. ... ECDSA P521 test vectors (SHA512) 429 430 - pseudorandom signature. [OK] ECDSA P521 test vectors (SHA512) 429 430 - pseudorandom signature. ... ECDSA P521 test vectors (SHA512) 430 431 - pseudorandom signature. [OK] ECDSA P521 test vectors (SHA512) 430 431 - pseudorandom signature. ... ECDSA P521 test vectors (SHA512) 431 432 - pseudorandom signature. [OK] ECDSA P521 test vectors (SHA512) 431 432 - pseudorandom signature. ... ECDSA P521 test vectors (SHA512) 432 433 - y-coordinate of the public key is small. [OK] ECDSA P521 test vectors (SHA512) 432 433 - y-coordinate of the public key is small. ... ECDSA P521 test vectors (SHA512) 433 434 - y-coordinate of the public key is small. [OK] ECDSA P521 test vectors (SHA512) 433 434 - y-coordinate of the public key is small. ... ECDSA P521 test vectors (SHA512) 434 435 - y-coordinate of the public key is small. [OK] ECDSA P521 test vectors (SHA512) 434 435 - y-coordinate of the public key is small. ... ECDSA P521 test vectors (SHA512) 435 436 - y-coordinate of the public key is large. [OK] ECDSA P521 test vectors (SHA512) 435 436 - y-coordinate of the public key is large. ... ECDSA P521 test vectors (SHA512) 436 437 - y-coordinate of the public key is large. [OK] ECDSA P521 test vectors (SHA512) 436 437 - y-coordinate of the public key is large. ... ECDSA P521 test vectors (SHA512) 437 438 - y-coordinate of the public key is large. [OK] ECDSA P521 test vectors (SHA512) 437 438 - y-coordinate of the public key is large. ... ECDSA P521 test vectors (SHA512) 438 439 - x-coordinate of the public key is small. [OK] ECDSA P521 test vectors (SHA512) 438 439 - x-coordinate of the public key is small. ... ECDSA P521 test vectors (SHA512) 439 440 - x-coordinate of the public key is small. [OK] ECDSA P521 test vectors (SHA512) 439 440 - x-coordinate of the public key is small. ... ECDSA P521 test vectors (SHA512) 440 441 - x-coordinate of the public key is small. [OK] ECDSA P521 test vectors (SHA512) 440 441 - x-coordinate of the public key is small. ... ECDSA P521 test vectors (SHA512) 441 442 - x-coordinate of the public key is large. [OK] ECDSA P521 test vectors (SHA512) 441 442 - x-coordinate of the public key is large. ... ECDSA P521 test vectors (SHA512) 442 443 - x-coordinate of the public key is large. [OK] ECDSA P521 test vectors (SHA512) 442 443 - x-coordinate of the public key is large. ... ECDSA P521 test vectors (SHA512) 443 444 - x-coordinate of the public key is large. [OK] ECDSA P521 test vectors (SHA512) 443 444 - x-coordinate of the public key is large. ... ECDSA P521 test vectors (SHA512) 444 445 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P521 test vectors (SHA512) 444 445 - y-coordinate of the public key has many trailing 1's. ... ECDSA P521 test vectors (SHA512) 445 446 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P521 test vectors (SHA512) 445 446 - y-coordinate of the public key has many trailing 1's. ... ECDSA P521 test vectors (SHA512) 446 447 - y-coordinate of the public key has many trailing 1's. [OK] ECDSA P521 test vectors (SHA512) 446 447 - y-coordinate of the public key has many trailing 1's. ... X25519 test vectors 0 1 - normal case. [OK] X25519 test vectors 0 1 - normal case. ... X25519 test vectors 1 2 - public key on twist. [OK] X25519 test vectors 1 2 - public key on twist. ... X25519 test vectors 2 3 - public key on twist. [OK] X25519 test vectors 2 3 - public key on twist. ... X25519 test vectors 3 4 - public key on twist. [OK] X25519 test vectors 3 4 - public key on twist. ... X25519 test vectors 4 5 - public key on twist. [OK] X25519 test vectors 4 5 - public key on twist. ... X25519 test vectors 5 6 - public key on twist. [OK] X25519 test vectors 5 6 - public key on twist. ... X25519 test vectors 6 7 - public key on twist. [OK] X25519 test vectors 6 7 - public key on twist. ... X25519 test vectors 7 8 - public key on twist. [OK] X25519 test vectors 7 8 - public key on twist. ... X25519 test vectors 8 9 - public key on twist. [OK] X25519 test vectors 8 9 - public key on twist. ... X25519 test vectors 9 10 - public key on twist. [OK] X25519 test vectors 9 10 - public key on twist. ... X25519 test vectors 10 11 - public key on twist. [OK] X25519 test vectors 10 11 - public key on twist. ... X25519 test vectors 11 12 - public key on twist. [OK] X25519 test vectors 11 12 - public key on twist. ... X25519 test vectors 12 13 - public key on twist. [OK] X25519 test vectors 12 13 - public key on twist. ... X25519 test vectors 13 14 - public key on twist. [OK] X25519 test vectors 13 14 - public key on twist. ... X25519 test vectors 14 15 - public key on twist. [OK] X25519 test vectors 14 15 - public key on twist. ... X25519 test vectors 15 16 - public key on twist. [OK] X25519 test vectors 15 16 - public key on twist. ... X25519 test vectors 16 17 - public key on twist. [OK] X25519 test vectors 16 17 - public key on twist. ... X25519 test vectors 17 18 - public key on twist. [OK] X25519 test vectors 17 18 - public key on twist. ... X25519 test vectors 18 19 - public key on twist. [OK] X25519 test vectors 18 19 - public key on twist. ... X25519 test vectors 19 20 - public key on twist. [OK] X25519 test vectors 19 20 - public key on twist. ... X25519 test vectors 20 21 - public key on twist. [OK] X25519 test vectors 20 21 - public key on twist. ... X25519 test vectors 21 22 - public key on twist. [OK] X25519 test vectors 21 22 - public key on twist. ... X25519 test vectors 22 23 - public key on twist. [OK] X25519 test vectors 22 23 - public key on twist. ... X25519 test vectors 23 24 - public key on twist. [OK] X25519 test vectors 23 24 - public key on twist. ... X25519 test vectors 24 25 - public key on twist. [OK] X25519 test vectors 24 25 - public key on twist. ... X25519 test vectors 25 26 - public key on twist. [OK] X25519 test vectors 25 26 - public key on twist. ... X25519 test vectors 26 27 - public key on twist. [OK] X25519 test vectors 26 27 - public key on twist. ... X25519 test vectors 27 28 - public key on twist. [OK] X25519 test vectors 27 28 - public key on twist. ... X25519 test vectors 28 29 - public key on twist. [OK] X25519 test vectors 28 29 - public key on twist. ... X25519 test vectors 29 30 - public key on twist. [OK] X25519 test vectors 29 30 - public key on twist. ... X25519 test vectors 30 31 - public key on twist. [OK] X25519 test vectors 30 31 - public key on twist. ... X25519 test vectors 31 32 - public key = 0. [OK] X25519 test vectors 31 32 - public key = 0. ... X25519 test vectors 32 33 - public key = 1. [OK] X25519 test vectors 32 33 - public key = 1. ... X25519 test vectors 33 34 - edge case public key. [OK] X25519 test vectors 33 34 - edge case public key. ... X25519 test vectors 34 35 - edge case public key. [OK] X25519 test vectors 34 35 - edge case public key. ... X25519 test vectors 35 36 - edge case public key. [OK] X25519 test vectors 35 36 - edge case public key. ... X25519 test vectors 36 37 - edge case public key. [OK] X25519 test vectors 36 37 - edge case public key. ... X25519 test vectors 37 38 - edge case public key. [OK] X25519 test vectors 37 38 - edge case public key. ... X25519 test vectors 38 39 - edge case public key. [OK] X25519 test vectors 38 39 - edge case public key. ... X25519 test vectors 39 40 - edge case public key. [OK] X25519 test vectors 39 40 - edge case public key. ... X25519 test vectors 40 41 - edge case public key. [OK] X25519 test vectors 40 41 - edge case public key. ... X25519 test vectors 41 42 - edge case public key. [OK] X25519 test vectors 41 42 - edge case public key. ... X25519 test vectors 42 43 - edge case public key. [OK] X25519 test vectors 42 43 - edge case public key. ... X25519 test vectors 43 44 - edge case public key. [OK] X25519 test vectors 43 44 - edge case public key. ... X25519 test vectors 44 45 - edge case public key. [OK] X25519 test vectors 44 45 - edge case public key. ... X25519 test vectors 45 46 - edge case public key. [OK] X25519 test vectors 45 46 - edge case public key. ... X25519 test vectors 46 47 - edge case public key. [OK] X25519 test vectors 46 47 - edge case public key. ... X25519 test vectors 47 48 - edge case public key. [OK] X25519 test vectors 47 48 - edge case public key. ... X25519 test vectors 48 49 - edge case public key. [OK] X25519 test vectors 48 49 - edge case public key. ... X25519 test vectors 49 50 - edge case public key. [OK] X25519 test vectors 49 50 - edge case public key. ... X25519 test vectors 50 51 - edge case public key. [OK] X25519 test vectors 50 51 - edge case public key. ... X25519 test vectors 51 52 - edge case public key. [OK] X25519 test vectors 51 52 - edge case public key. ... X25519 test vectors 52 53 - edge case public key. [OK] X25519 test vectors 52 53 - edge case public key. ... X25519 test vectors 53 54 - edge case public key. [OK] X25519 test vectors 53 54 - edge case public key. ... X25519 test vectors 54 55 - edge case public key. [OK] X25519 test vectors 54 55 - edge case public key. ... X25519 test vectors 55 56 - edge case public key. [OK] X25519 test vectors 55 56 - edge case public key. ... X25519 test vectors 56 57 - edge case public key. [OK] X25519 test vectors 56 57 - edge case public key. ... X25519 test vectors 57 58 - edge case public key. [OK] X25519 test vectors 57 58 - edge case public key. ... X25519 test vectors 58 59 - edge case public key. [OK] X25519 test vectors 58 59 - edge case public key. ... X25519 test vectors 59 60 - edge case public key. [OK] X25519 test vectors 59 60 - edge case public key. ... X25519 test vectors 60 61 - edge case public key. [OK] X25519 test vectors 60 61 - edge case public key. ... X25519 test vectors 61 62 - edge case public key. [OK] X25519 test vectors 61 62 - edge case public key. ... X25519 test vectors 62 63 - public key with low order. [OK] X25519 test vectors 62 63 - public key with low order. ... X25519 test vectors 63 64 - public key with low order. [OK] X25519 test vectors 63 64 - public key with low order. ... X25519 test vectors 64 65 - public key with low order. [OK] X25519 test vectors 64 65 - public key with low order. ... X25519 test vectors 65 66 - public key with low order. [OK] X25519 test vectors 65 66 - public key with low order. ... X25519 test vectors 66 67 - public key with low order. [OK] X25519 test vectors 66 67 - public key with low order. ... X25519 test vectors 67 68 - public key with low order. [OK] X25519 test vectors 67 68 - public key with low order. ... X25519 test vectors 68 69 - public key with low order. [OK] X25519 test vectors 68 69 - public key with low order. ... X25519 test vectors 69 70 - public key with low order. [OK] X25519 test vectors 69 70 - public key with low order. ... X25519 test vectors 70 71 - public key with low order. [OK] X25519 test vectors 70 71 - public key with low order. ... X25519 test vectors 71 72 - public key with low order. [OK] X25519 test vectors 71 72 - public key with low order. ... X25519 test vectors 72 73 - public key with low order. [OK] X25519 test vectors 72 73 - public key with low order. ... X25519 test vectors 73 74 - public key with low order. [OK] X25519 test vectors 73 74 - public key with low order. ... X25519 test vectors 74 75 - public key with low order. [OK] X25519 test vectors 74 75 - public key with low order. ... X25519 test vectors 75 76 - public key with low order. [OK] X25519 test vectors 75 76 - public key with low order. ... X25519 test vectors 76 77 - public key with low order. [OK] X25519 test vectors 76 77 - public key with low order. ... X25519 test vectors 77 78 - public key with low order. [OK] X25519 test vectors 77 78 - public key with low order. ... X25519 test vectors 78 79 - public key with low order. [OK] X25519 test vectors 78 79 - public key with low order. ... X25519 test vectors 79 80 - public key with low order. [OK] X25519 test vectors 79 80 - public key with low order. ... X25519 test vectors 80 81 - public key with low order. [OK] X25519 test vectors 80 81 - public key with low order. ... X25519 test vectors 81 82 - public key with low order. [OK] X25519 test vectors 81 82 - public key with low order. ... X25519 test vectors 82 83 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819949. [OK] X25519 test vectors 82 83 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819949. ... X25519 test vectors 83 84 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819950. [OK] X25519 test vectors 83 84 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819950. ... X25519 test vectors 84 85 - non-canonical public key. [OK] X25519 test vectors 84 85 - non-canonical public key. ... X25519 test vectors 85 86 - non-canonical public key. [OK] X25519 test vectors 85 86 - non-canonical public key. ... X25519 test vectors 86 87 - non-canonical public key. [OK] X25519 test vectors 86 87 - non-canonical public key. ... X25519 test vectors 87 88 - non-canonical public key. [OK] X25519 test vectors 87 88 - non-canonical public key. ... X25519 test vectors 88 89 - non-canonical public key. [OK] X25519 test vectors 88 89 - non-canonical public key. ... X25519 test vectors 89 90 - non-canonical public key. [OK] X25519 test vectors 89 90 - non-canonical public key. ... X25519 test vectors 90 91 - non-canonical public key. [OK] X25519 test vectors 90 91 - non-canonical public key. ... X25519 test vectors 91 92 - non-canonical public key. [OK] X25519 test vectors 91 92 - non-canonical public key. ... X25519 test vectors 92 93 - non-canonical public key. [OK] X25519 test vectors 92 93 - non-canonical public key. ... X25519 test vectors 93 94 - non-canonical public key. [OK] X25519 test vectors 93 94 - non-canonical public key. ... X25519 test vectors 94 95 - non-canonical public key. [OK] X25519 test vectors 94 95 - non-canonical public key. ... X25519 test vectors 95 96 - non-canonical public key. [OK] X25519 test vectors 95 96 - non-canonical public key. ... X25519 test vectors 96 97 - non-canonical public key. [OK] X25519 test vectors 96 97 - non-canonical public key. ... X25519 test vectors 97 98 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819968. [OK] X25519 test vectors 97 98 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819968. ... X25519 test vectors 98 99 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819969. [OK] X25519 test vectors 98 99 - public key = 57896044618658097711785492504343953926634992332820282019728792003956564819969. ... X25519 test vectors 99 100 - RFC 7748. [OK] X25519 test vectors 99 100 - RFC 7748. ... X25519 test vectors 100 101 - RFC 7748. [OK] X25519 test vectors 100 101 - RFC 7748. ... X25519 test vectors 101 102 - RFC 8037, Section A.6. [OK] X25519 test vectors 101 102 - RFC 8037, Section A.6. ... X25519 test vectors 102 103 - edge case for shared secret. [OK] X25519 test vectors 102 103 - edge case for shared secret. ... X25519 test vectors 103 104 - edge case for shared secret. [OK] X25519 test vectors 103 104 - edge case for shared secret. ... X25519 test vectors 104 105 - edge case for shared secret. [OK] X25519 test vectors 104 105 - edge case for shared secret. ... X25519 test vectors 105 106 - edge case for shared secret. [OK] X25519 test vectors 105 106 - edge case for shared secret. ... X25519 test vectors 106 107 - edge case for shared secret. [OK] X25519 test vectors 106 107 - edge case for shared secret. ... X25519 test vectors 107 108 - edge case for shared secret. [OK] X25519 test vectors 107 108 - edge case for shared secret. ... X25519 test vectors 108 109 - edge case for shared secret. [OK] X25519 test vectors 108 109 - edge case for shared secret. ... X25519 test vectors 109 110 - edge case for shared secret. [OK] X25519 test vectors 109 110 - edge case for shared secret. ... X25519 test vectors 110 111 - edge case for shared secret. [OK] X25519 test vectors 110 111 - edge case for shared secret. ... X25519 test vectors 111 112 - edge case for shared secret. [OK] X25519 test vectors 111 112 - edge case for shared secret. ... X25519 test vectors 112 113 - edge case for shared secret. [OK] X25519 test vectors 112 113 - edge case for shared secret. ... X25519 test vectors 113 114 - edge case for shared secret. [OK] X25519 test vectors 113 114 - edge case for shared secret. ... X25519 test vectors 114 115 - edge case for shared secret. [OK] X25519 test vectors 114 115 - edge case for shared secret. ... X25519 test vectors 115 116 - edge case for shared secret. [OK] X25519 test vectors 115 116 - edge case for shared secret. ... X25519 test vectors 116 117 - special case public key. [OK] X25519 test vectors 116 117 - special case public key. ... X25519 test vectors 117 118 - special case public key. [OK] X25519 test vectors 117 118 - special case public key. ... X25519 test vectors 118 119 - special case public key. [OK] X25519 test vectors 118 119 - special case public key. ... X25519 test vectors 119 120 - special case public key. [OK] X25519 test vectors 119 120 - special case public key. ... X25519 test vectors 120 121 - special case public key. [OK] X25519 test vectors 120 121 - special case public key. ... X25519 test vectors 121 122 - special case public key. [OK] X25519 test vectors 121 122 - special case public key. ... X25519 test vectors 122 123 - special case public key. [OK] X25519 test vectors 122 123 - special case public key. ... X25519 test vectors 123 124 - special case public key. [OK] X25519 test vectors 123 124 - special case public key. ... X25519 test vectors 124 125 - special case public key. [OK] X25519 test vectors 124 125 - special case public key. ... X25519 test vectors 125 126 - special case public key. [OK] X25519 test vectors 125 126 - special case public key. ... X25519 test vectors 126 127 - special case public key. [OK] X25519 test vectors 126 127 - special case public key. ... X25519 test vectors 127 128 - special case public key. [OK] X25519 test vectors 127 128 - special case public key. ... X25519 test vectors 128 129 - special case public key. [OK] X25519 test vectors 128 129 - special case public key. ... X25519 test vectors 129 130 - special case public key. [OK] X25519 test vectors 129 130 - special case public key. ... X25519 test vectors 130 131 - special case public key. [OK] X25519 test vectors 130 131 - special case public key. ... X25519 test vectors 131 132 - special case public key. [OK] X25519 test vectors 131 132 - special case public key. ... X25519 test vectors 132 133 - special case public key. [OK] X25519 test vectors 132 133 - special case public key. ... X25519 test vectors 133 134 - special case public key. [OK] X25519 test vectors 133 134 - special case public key. ... X25519 test vectors 134 135 - special case public key. [OK] X25519 test vectors 134 135 - special case public key. ... X25519 test vectors 135 136 - special case public key. [OK] X25519 test vectors 135 136 - special case public key. ... X25519 test vectors 136 137 - special case public key. [OK] X25519 test vectors 136 137 - special case public key. ... X25519 test vectors 137 138 - special case public key. [OK] X25519 test vectors 137 138 - special case public key. ... X25519 test vectors 138 139 - special case public key. [OK] X25519 test vectors 138 139 - special case public key. ... X25519 test vectors 139 140 - special case public key. [OK] X25519 test vectors 139 140 - special case public key. ... X25519 test vectors 140 141 - special case public key. [OK] X25519 test vectors 140 141 - special case public key. ... X25519 test vectors 141 142 - special case public key. [OK] X25519 test vectors 141 142 - special case public key. ... X25519 test vectors 142 143 - special case public key. [OK] X25519 test vectors 142 143 - special case public key. ... X25519 test vectors 143 144 - special case public key. [OK] X25519 test vectors 143 144 - special case public key. ... X25519 test vectors 144 145 - special case public key. [OK] X25519 test vectors 144 145 - special case public key. ... X25519 test vectors 145 146 - special case public key. [OK] X25519 test vectors 145 146 - special case public key. ... X25519 test vectors 146 147 - special case public key. [OK] X25519 test vectors 146 147 - special case public key. ... X25519 test vectors 147 148 - special case public key. [OK] X25519 test vectors 147 148 - special case public key. ... X25519 test vectors 148 149 - special case public key. [OK] X25519 test vectors 148 149 - special case public key. ... X25519 test vectors 149 150 - special case public key. [OK] X25519 test vectors 149 150 - special case public key. ... X25519 test vectors 150 151 - special case public key. [OK] X25519 test vectors 150 151 - special case public key. ... X25519 test vectors 151 152 - special case public key. [OK] X25519 test vectors 151 152 - special case public key. ... X25519 test vectors 152 153 - special case public key. [OK] X25519 test vectors 152 153 - special case public key. ... X25519 test vectors 153 154 - special case public key. [OK] X25519 test vectors 153 154 - special case public key. ... X25519 test vectors 154 155 - special case for E in multiplication by 2. [OK] X25519 test vectors 154 155 - special case for E in multiplication by 2. ... X25519 test vectors 155 156 - special case for E in multiplication by 2. [OK] X25519 test vectors 155 156 - special case for E in multiplication by 2. ... X25519 test vectors 156 157 - special case for E in multiplication by 2. [OK] X25519 test vectors 156 157 - special case for E in multiplication by 2. ... X25519 test vectors 157 158 - special case for E in multiplication by 2. [OK] X25519 test vectors 157 158 - special case for E in multiplication by 2. ... X25519 test vectors 158 159 - special case for E in multiplication by 2. [OK] X25519 test vectors 158 159 - special case for E in multiplication by 2. ... X25519 test vectors 159 160 - special case for E in multiplication by 2. [OK] X25519 test vectors 159 160 - special case for E in multiplication by 2. ... X25519 test vectors 160 161 - special case for E in multiplication by 2. [OK] X25519 test vectors 160 161 - special case for E in multiplication by 2. ... X25519 test vectors 161 162 - special case for E in multiplication by 2. [OK] X25519 test vectors 161 162 - special case for E in multiplication by 2. ... X25519 test vectors 162 163 - special case for E in multiplication by 2. [OK] X25519 test vectors 162 163 - special case for E in multiplication by 2. ... X25519 test vectors 163 164 - special case for E in multiplication by 2. [OK] X25519 test vectors 163 164 - special case for E in multiplication by 2. ... X25519 test vectors 164 165 - D = 0 in multiplication by 2. [OK] X25519 test vectors 164 165 - D = 0 in multiplication by 2. ... X25519 test vectors 165 166 - D = 0 in multiplication by 2. [OK] X25519 test vectors 165 166 - D = 0 in multiplication by 2. ... X25519 test vectors 166 167 - special case for DA - CB in multiplication by 2. [OK] X25519 test vectors 166 167 - special case for DA - CB in multiplication by 2. ... X25519 test vectors 167 168 - special case for DA - CB in multiplication by 2. [OK] X25519 test vectors 167 168 - special case for DA - CB in multiplication by 2. ... X25519 test vectors 168 169 - special case for DA - CB in multiplication by 2. [OK] X25519 test vectors 168 169 - special case for DA - CB in multiplication by 2. ... X25519 test vectors 169 170 - special case for DA - CB in multiplication by 2. [OK] X25519 test vectors 169 170 - special case for DA - CB in multiplication by 2. ... X25519 test vectors 170 171 - special case for DA in multiplication by 2. [OK] X25519 test vectors 170 171 - special case for DA in multiplication by 2. ... X25519 test vectors 171 172 - special case for DA in multiplication by 2. [OK] X25519 test vectors 171 172 - special case for DA in multiplication by 2. ... X25519 test vectors 172 173 - special case for DA in multiplication by 2. [OK] X25519 test vectors 172 173 - special case for DA in multiplication by 2. ... X25519 test vectors 173 174 - special case for DA in multiplication by 2. [OK] X25519 test vectors 173 174 - special case for DA in multiplication by 2. ... X25519 test vectors 174 175 - special case for x_2 in multiplication by 2. [OK] X25519 test vectors 174 175 - special case for x_2 in multiplication by 2. ... X25519 test vectors 175 176 - special case for x_2 in multiplication by 2. [OK] X25519 test vectors 175 176 - special case for x_2 in multiplication by 2. ... X25519 test vectors 176 177 - special case for x_2 in multiplication by 2. [OK] X25519 test vectors 176 177 - special case for x_2 in multiplication by 2. ... X25519 test vectors 177 178 - special case for x_2 in multiplication by 2. [OK] X25519 test vectors 177 178 - special case for x_2 in multiplication by 2. ... X25519 test vectors 178 179 - special case for x_2 in multiplication by 2. [OK] X25519 test vectors 178 179 - special case for x_2 in multiplication by 2. ... X25519 test vectors 179 180 - special case for x_2 in multiplication by 2. [OK] X25519 test vectors 179 180 - special case for x_2 in multiplication by 2. ... X25519 test vectors 180 181 - special case for AA in multiplication by 2. [OK] X25519 test vectors 180 181 - special case for AA in multiplication by 2. ... X25519 test vectors 181 182 - special case for AA in multiplication by 2. [OK] X25519 test vectors 181 182 - special case for AA in multiplication by 2. ... X25519 test vectors 182 183 - special case for AA in multiplication by 2. [OK] X25519 test vectors 182 183 - special case for AA in multiplication by 2. ... X25519 test vectors 183 184 - special case for AA in multiplication by 2. [OK] X25519 test vectors 183 184 - special case for AA in multiplication by 2. ... X25519 test vectors 184 185 - special case for BB in multiplication by 2. [OK] X25519 test vectors 184 185 - special case for BB in multiplication by 2. ... X25519 test vectors 185 186 - special case for BB in multiplication by 2. [OK] X25519 test vectors 185 186 - special case for BB in multiplication by 2. ... X25519 test vectors 186 187 - special case for BB in multiplication by 2. [OK] X25519 test vectors 186 187 - special case for BB in multiplication by 2. ... X25519 test vectors 187 188 - special case for BB in multiplication by 2. [OK] X25519 test vectors 187 188 - special case for BB in multiplication by 2. ... X25519 test vectors 188 189 - special case for D in multiplication by 2. [OK] X25519 test vectors 188 189 - special case for D in multiplication by 2. ... X25519 test vectors 189 190 - special case for D in multiplication by 2. [OK] X25519 test vectors 189 190 - special case for D in multiplication by 2. ... X25519 test vectors 190 191 - special case for D in multiplication by 2. [OK] X25519 test vectors 190 191 - special case for D in multiplication by 2. ... X25519 test vectors 191 192 - special case for D in multiplication by 2. [OK] X25519 test vectors 191 192 - special case for D in multiplication by 2. ... X25519 test vectors 192 193 - special case for D in multiplication by 2. [OK] X25519 test vectors 192 193 - special case for D in multiplication by 2. ... X25519 test vectors 193 194 - special case for D in multiplication by 2. [OK] X25519 test vectors 193 194 - special case for D in multiplication by 2. ... X25519 test vectors 194 195 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 194 195 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 195 196 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 195 196 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 196 197 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 196 197 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 197 198 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 197 198 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 198 199 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 198 199 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 199 200 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 199 200 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 200 201 - special case for DA + CB in multiplication by 2. [OK] X25519 test vectors 200 201 - special case for DA + CB in multiplication by 2. ... X25519 test vectors 201 202 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 201 202 - special case for z_2 in multiplication by 2. ... X25519 test vectors 202 203 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 202 203 - special case for z_2 in multiplication by 2. ... X25519 test vectors 203 204 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 203 204 - special case for z_2 in multiplication by 2. ... X25519 test vectors 204 205 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 204 205 - special case for z_2 in multiplication by 2. ... X25519 test vectors 205 206 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 205 206 - special case for z_2 in multiplication by 2. ... X25519 test vectors 206 207 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 206 207 - special case for z_2 in multiplication by 2. ... X25519 test vectors 207 208 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 207 208 - special case for z_2 in multiplication by 2. ... X25519 test vectors 208 209 - special case for z_2 in multiplication by 2. [OK] X25519 test vectors 208 209 - special case for z_2 in multiplication by 2. ... X25519 test vectors 209 210 - special case for A in multiplication by 2. [OK] X25519 test vectors 209 210 - special case for A in multiplication by 2. ... X25519 test vectors 210 211 - special case for A in multiplication by 2. [OK] X25519 test vectors 210 211 - special case for A in multiplication by 2. ... X25519 test vectors 211 212 - special case for A in multiplication by 2. [OK] X25519 test vectors 211 212 - special case for A in multiplication by 2. ... X25519 test vectors 212 213 - special case for A in multiplication by 2. [OK] X25519 test vectors 212 213 - special case for A in multiplication by 2. ... X25519 test vectors 213 214 - special case for A in multiplication by 2. [OK] X25519 test vectors 213 214 - special case for A in multiplication by 2. ... X25519 test vectors 214 215 - special case for A in multiplication by 2. [OK] X25519 test vectors 214 215 - special case for A in multiplication by 2. ... X25519 test vectors 215 216 - special case for B in multiplication by 2. [OK] X25519 test vectors 215 216 - special case for B in multiplication by 2. ... X25519 test vectors 216 217 - special case for B in multiplication by 2. [OK] X25519 test vectors 216 217 - special case for B in multiplication by 2. ... X25519 test vectors 217 218 - special case for B in multiplication by 2. [OK] X25519 test vectors 217 218 - special case for B in multiplication by 2. ... X25519 test vectors 218 219 - special case for B in multiplication by 2. [OK] X25519 test vectors 218 219 - special case for B in multiplication by 2. ... X25519 test vectors 219 220 - special case for B in multiplication by 2. [OK] X25519 test vectors 219 220 - special case for B in multiplication by 2. ... X25519 test vectors 220 221 - special case for B in multiplication by 2. [OK] X25519 test vectors 220 221 - special case for B in multiplication by 2. ... X25519 test vectors 221 222 - special case for C in multiplication by 2. [OK] X25519 test vectors 221 222 - special case for C in multiplication by 2. ... X25519 test vectors 222 223 - special case for C in multiplication by 2. [OK] X25519 test vectors 222 223 - special case for C in multiplication by 2. ... X25519 test vectors 223 224 - special case for C in multiplication by 2. [OK] X25519 test vectors 223 224 - special case for C in multiplication by 2. ... X25519 test vectors 224 225 - special case for C in multiplication by 2. [OK] X25519 test vectors 224 225 - special case for C in multiplication by 2. ... X25519 test vectors 225 226 - special case for CB in multiplication by 2. [OK] X25519 test vectors 225 226 - special case for CB in multiplication by 2. ... X25519 test vectors 226 227 - special case for CB in multiplication by 2. [OK] X25519 test vectors 226 227 - special case for CB in multiplication by 2. ... X25519 test vectors 227 228 - special case for CB in multiplication by 2. [OK] X25519 test vectors 227 228 - special case for CB in multiplication by 2. ... X25519 test vectors 228 229 - special case for x_2 in multiplication by 3. [OK] X25519 test vectors 228 229 - special case for x_2 in multiplication by 3. ... X25519 test vectors 229 230 - special case for x_2 in multiplication by 3. [OK] X25519 test vectors 229 230 - special case for x_2 in multiplication by 3. ... X25519 test vectors 230 231 - special case for x_2 in multiplication by 3. [OK] X25519 test vectors 230 231 - special case for x_2 in multiplication by 3. ... X25519 test vectors 231 232 - special case for x_2 in multiplication by 3. [OK] X25519 test vectors 231 232 - special case for x_2 in multiplication by 3. ... X25519 test vectors 232 233 - special case for x_2 in multiplication by 3. [OK] X25519 test vectors 232 233 - special case for x_2 in multiplication by 3. ... X25519 test vectors 233 234 - special case for x_2 in multiplication by 3. [OK] X25519 test vectors 233 234 - special case for x_2 in multiplication by 3. ... X25519 test vectors 234 235 - special case for z_2 in multiplication by 3. [OK] X25519 test vectors 234 235 - special case for z_2 in multiplication by 3. ... X25519 test vectors 235 236 - special case for z_2 in multiplication by 3. [OK] X25519 test vectors 235 236 - special case for z_2 in multiplication by 3. ... X25519 test vectors 236 237 - special case for z_2 in multiplication by 3. [OK] X25519 test vectors 236 237 - special case for z_2 in multiplication by 3. ... X25519 test vectors 237 238 - special case for DA - CB in multiplication by 3. [OK] X25519 test vectors 237 238 - special case for DA - CB in multiplication by 3. ... X25519 test vectors 238 239 - special case for DA - CB in multiplication by 3. [OK] X25519 test vectors 238 239 - special case for DA - CB in multiplication by 3. ... X25519 test vectors 239 240 - special case for BB in multiplication by 3. [OK] X25519 test vectors 239 240 - special case for BB in multiplication by 3. ... X25519 test vectors 240 241 - special case for BB in multiplication by 3. [OK] X25519 test vectors 240 241 - special case for BB in multiplication by 3. ... X25519 test vectors 241 242 - special case for BB in multiplication by 3. [OK] X25519 test vectors 241 242 - special case for BB in multiplication by 3. ... X25519 test vectors 242 243 - special case for BB in multiplication by 3. [OK] X25519 test vectors 242 243 - special case for BB in multiplication by 3. ... X25519 test vectors 243 244 - special case for E in multiplication by 3. [OK] X25519 test vectors 243 244 - special case for E in multiplication by 3. ... X25519 test vectors 244 245 - special case for E in multiplication by 3. [OK] X25519 test vectors 244 245 - special case for E in multiplication by 3. ... X25519 test vectors 245 246 - special case for E in multiplication by 3. [OK] X25519 test vectors 245 246 - special case for E in multiplication by 3. ... X25519 test vectors 246 247 - special case for E in multiplication by 3. [OK] X25519 test vectors 246 247 - special case for E in multiplication by 3. ... X25519 test vectors 247 248 - special case for E in multiplication by 3. [OK] X25519 test vectors 247 248 - special case for E in multiplication by 3. ... X25519 test vectors 248 249 - special case for E in multiplication by 3. [OK] X25519 test vectors 248 249 - special case for E in multiplication by 3. ... X25519 test vectors 249 250 - special case for E in multiplication by 3. [OK] X25519 test vectors 249 250 - special case for E in multiplication by 3. ... X25519 test vectors 250 251 - special case for AA in multiplication by 3. [OK] X25519 test vectors 250 251 - special case for AA in multiplication by 3. ... X25519 test vectors 251 252 - special case for AA in multiplication by 3. [OK] X25519 test vectors 251 252 - special case for AA in multiplication by 3. ... X25519 test vectors 252 253 - special case for AA in multiplication by 3. [OK] X25519 test vectors 252 253 - special case for AA in multiplication by 3. ... X25519 test vectors 253 254 - special case for AA in multiplication by 3. [OK] X25519 test vectors 253 254 - special case for AA in multiplication by 3. ... X25519 test vectors 254 255 - special case for AA in multiplication by 3. [OK] X25519 test vectors 254 255 - special case for AA in multiplication by 3. ... X25519 test vectors 255 256 - special case for AA in multiplication by 3. [OK] X25519 test vectors 255 256 - special case for AA in multiplication by 3. ... X25519 test vectors 256 257 - special case for AA in multiplication by 3. [OK] X25519 test vectors 256 257 - special case for AA in multiplication by 3. ... X25519 test vectors 257 258 - special case for AA in multiplication by 3. [OK] X25519 test vectors 257 258 - special case for AA in multiplication by 3. ... X25519 test vectors 258 259 - special case for D in multiplication by 4. [OK] X25519 test vectors 258 259 - special case for D in multiplication by 4. ... X25519 test vectors 259 260 - special case for D in multiplication by 4. [OK] X25519 test vectors 259 260 - special case for D in multiplication by 4. ... X25519 test vectors 260 261 - special case for D in multiplication by 4. [OK] X25519 test vectors 260 261 - special case for D in multiplication by 4. ... X25519 test vectors 261 262 - special case for D in multiplication by 4. [OK] X25519 test vectors 261 262 - special case for D in multiplication by 4. ... X25519 test vectors 262 263 - special case for D in multiplication by 4. [OK] X25519 test vectors 262 263 - special case for D in multiplication by 4. ... X25519 test vectors 263 264 - special case for D in multiplication by 4. [OK] X25519 test vectors 263 264 - special case for D in multiplication by 4. ... X25519 test vectors 264 265 - special case for D in multiplication by 4. [OK] X25519 test vectors 264 265 - special case for D in multiplication by 4. ... X25519 test vectors 265 266 - special case for D in multiplication by 4. [OK] X25519 test vectors 265 266 - special case for D in multiplication by 4. ... X25519 test vectors 266 267 - special case for E in multiplication by 4. [OK] X25519 test vectors 266 267 - special case for E in multiplication by 4. ... X25519 test vectors 267 268 - special case for E in multiplication by 4. [OK] X25519 test vectors 267 268 - special case for E in multiplication by 4. ... X25519 test vectors 268 269 - special case for E in multiplication by 4. [OK] X25519 test vectors 268 269 - special case for E in multiplication by 4. ... X25519 test vectors 269 270 - special case for E in multiplication by 4. [OK] X25519 test vectors 269 270 - special case for E in multiplication by 4. ... X25519 test vectors 270 271 - special case for B in multiplication by 4. [OK] X25519 test vectors 270 271 - special case for B in multiplication by 4. ... X25519 test vectors 271 272 - special case for B in multiplication by 4. [OK] X25519 test vectors 271 272 - special case for B in multiplication by 4. ... X25519 test vectors 272 273 - special case for B in multiplication by 4. [OK] X25519 test vectors 272 273 - special case for B in multiplication by 4. ... X25519 test vectors 273 274 - special case for B in multiplication by 4. [OK] X25519 test vectors 273 274 - special case for B in multiplication by 4. ... X25519 test vectors 274 275 - special case for B in multiplication by 4. [OK] X25519 test vectors 274 275 - special case for B in multiplication by 4. ... X25519 test vectors 275 276 - special case for B in multiplication by 4. [OK] X25519 test vectors 275 276 - special case for B in multiplication by 4. ... X25519 test vectors 276 277 - special case for B in multiplication by 4. [OK] X25519 test vectors 276 277 - special case for B in multiplication by 4. ... X25519 test vectors 277 278 - special case for B in multiplication by 4. [OK] X25519 test vectors 277 278 - special case for B in multiplication by 4. ... X25519 test vectors 278 279 - special case for BB in multiplication by 4. [OK] X25519 test vectors 278 279 - special case for BB in multiplication by 4. ... X25519 test vectors 279 280 - special case for BB in multiplication by 4. [OK] X25519 test vectors 279 280 - special case for BB in multiplication by 4. ... X25519 test vectors 280 281 - special case for BB in multiplication by 4. [OK] X25519 test vectors 280 281 - special case for BB in multiplication by 4. ... X25519 test vectors 281 282 - special case for BB in multiplication by 4. [OK] X25519 test vectors 281 282 - special case for BB in multiplication by 4. ... X25519 test vectors 282 283 - special case for BB in multiplication by 4. [OK] X25519 test vectors 282 283 - special case for BB in multiplication by 4. ... X25519 test vectors 283 284 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 283 284 - special case for x_2 in multiplication by 4. ... X25519 test vectors 284 285 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 284 285 - special case for x_2 in multiplication by 4. ... X25519 test vectors 285 286 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 285 286 - special case for x_2 in multiplication by 4. ... X25519 test vectors 286 287 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 286 287 - special case for x_2 in multiplication by 4. ... X25519 test vectors 287 288 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 287 288 - special case for x_2 in multiplication by 4. ... X25519 test vectors 288 289 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 288 289 - special case for x_2 in multiplication by 4. ... X25519 test vectors 289 290 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 289 290 - special case for x_2 in multiplication by 4. ... X25519 test vectors 290 291 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 290 291 - special case for x_2 in multiplication by 4. ... X25519 test vectors 291 292 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 291 292 - special case for x_2 in multiplication by 4. ... X25519 test vectors 292 293 - special case for x_2 in multiplication by 4. [OK] X25519 test vectors 292 293 - special case for x_2 in multiplication by 4. ... X25519 test vectors 293 294 - special case for DA + CB in multiplication by 4. [OK] X25519 test vectors 293 294 - special case for DA + CB in multiplication by 4. ... X25519 test vectors 294 295 - special case for DA + CB in multiplication by 4. [OK] X25519 test vectors 294 295 - special case for DA + CB in multiplication by 4. ... X25519 test vectors 295 296 - special case for DA + CB in multiplication by 4. [OK] X25519 test vectors 295 296 - special case for DA + CB in multiplication by 4. ... X25519 test vectors 296 297 - special case for A in multiplication by 4. [OK] X25519 test vectors 296 297 - special case for A in multiplication by 4. ... X25519 test vectors 297 298 - special case for A in multiplication by 4. [OK] X25519 test vectors 297 298 - special case for A in multiplication by 4. ... X25519 test vectors 298 299 - special case for A in multiplication by 4. [OK] X25519 test vectors 298 299 - special case for A in multiplication by 4. ... X25519 test vectors 299 300 - special case for A in multiplication by 4. [OK] X25519 test vectors 299 300 - special case for A in multiplication by 4. ... X25519 test vectors 300 301 - special case for DA - CB in multiplication by 4. [OK] X25519 test vectors 300 301 - special case for DA - CB in multiplication by 4. ... X25519 test vectors 301 302 - special case for DA - CB in multiplication by 4. [OK] X25519 test vectors 301 302 - special case for DA - CB in multiplication by 4. ... X25519 test vectors 302 303 - special case for DA - CB in multiplication by 4. [OK] X25519 test vectors 302 303 - special case for DA - CB in multiplication by 4. ... X25519 test vectors 303 304 - special case for DA - CB in multiplication by 4. [OK] X25519 test vectors 303 304 - special case for DA - CB in multiplication by 4. ... X25519 test vectors 304 305 - special case for DA - CB in multiplication by 4. [OK] X25519 test vectors 304 305 - special case for DA - CB in multiplication by 4. ... X25519 test vectors 305 306 - special case for C in multiplication by 4. [OK] X25519 test vectors 305 306 - special case for C in multiplication by 4. ... X25519 test vectors 306 307 - special case for C in multiplication by 4. [OK] X25519 test vectors 306 307 - special case for C in multiplication by 4. ... X25519 test vectors 307 308 - special case for C in multiplication by 4. [OK] X25519 test vectors 307 308 - special case for C in multiplication by 4. ... X25519 test vectors 308 309 - special case for C in multiplication by 4. [OK] X25519 test vectors 308 309 - special case for C in multiplication by 4. ... X25519 test vectors 309 310 - special case for z_2 in multiplication by 4. [OK] X25519 test vectors 309 310 - special case for z_2 in multiplication by 4. ... X25519 test vectors 310 311 - special case for z_2 in multiplication by 4. [OK] X25519 test vectors 310 311 - special case for z_2 in multiplication by 4. ... X25519 test vectors 311 312 - special case for z_2 in multiplication by 4. [OK] X25519 test vectors 311 312 - special case for z_2 in multiplication by 4. ... X25519 test vectors 312 313 - special case for CB in multiplication by 4. [OK] X25519 test vectors 312 313 - special case for CB in multiplication by 4. ... X25519 test vectors 313 314 - special case for CB in multiplication by 4. [OK] X25519 test vectors 313 314 - special case for CB in multiplication by 4. ... X25519 test vectors 314 315 - special case for CB in multiplication by 4. [OK] X25519 test vectors 314 315 - special case for CB in multiplication by 4. ... X25519 test vectors 315 316 - special case for CB in multiplication by 4. [OK] X25519 test vectors 315 316 - special case for CB in multiplication by 4. ... X25519 test vectors 316 317 - special case for AA in multiplication by 4. [OK] X25519 test vectors 316 317 - special case for AA in multiplication by 4. ... X25519 test vectors 317 318 - special case for AA in multiplication by 4. [OK] X25519 test vectors 317 318 - special case for AA in multiplication by 4. ... X25519 test vectors 318 319 - special case for AA in multiplication by 4. [OK] X25519 test vectors 318 319 - special case for AA in multiplication by 4. ... X25519 test vectors 319 320 - special case for AA in multiplication by 4. [OK] X25519 test vectors 319 320 - special case for AA in multiplication by 4. ... X25519 test vectors 320 321 - special case for AA in multiplication by 4. [OK] X25519 test vectors 320 321 - special case for AA in multiplication by 4. ... X25519 test vectors 321 322 - special case for AA in multiplication by 4. [OK] X25519 test vectors 321 322 - special case for AA in multiplication by 4. ... X25519 test vectors 322 323 - special case for AA in multiplication by 4. [OK] X25519 test vectors 322 323 - special case for AA in multiplication by 4. ... X25519 test vectors 323 324 - special case for DA in multiplication by 4. [OK] X25519 test vectors 323 324 - special case for DA in multiplication by 4. ... X25519 test vectors 324 325 - special case for z_2 in multiplication by 5. [OK] X25519 test vectors 324 325 - special case for z_2 in multiplication by 5. ... X25519 test vectors 325 326 - special case for z_2 in multiplication by 5. [OK] X25519 test vectors 325 326 - special case for z_2 in multiplication by 5. ... X25519 test vectors 326 327 - special case for z_2 in multiplication by 5. [OK] X25519 test vectors 326 327 - special case for z_2 in multiplication by 5. ... X25519 test vectors 327 328 - special case for z_2 in multiplication by 5. [OK] X25519 test vectors 327 328 - special case for z_2 in multiplication by 5. ... X25519 test vectors 328 329 - special case for z_2 in multiplication by 5. [OK] X25519 test vectors 328 329 - special case for z_2 in multiplication by 5. ... X25519 test vectors 329 330 - special case for z_2 in multiplication by 5. [OK] X25519 test vectors 329 330 - special case for z_2 in multiplication by 5. ... X25519 test vectors 330 331 - special case for E in multiplication by 5. [OK] X25519 test vectors 330 331 - special case for E in multiplication by 5. ... X25519 test vectors 331 332 - special case for E in multiplication by 5. [OK] X25519 test vectors 331 332 - special case for E in multiplication by 5. ... X25519 test vectors 332 333 - special case for E in multiplication by 5. [OK] X25519 test vectors 332 333 - special case for E in multiplication by 5. ... X25519 test vectors 333 334 - special case for E in multiplication by 5. [OK] X25519 test vectors 333 334 - special case for E in multiplication by 5. ... X25519 test vectors 334 335 - special case for E in multiplication by 5. [OK] X25519 test vectors 334 335 - special case for E in multiplication by 5. ... X25519 test vectors 335 336 - special case for AA in multiplication by 5. [OK] X25519 test vectors 335 336 - special case for AA in multiplication by 5. ... X25519 test vectors 336 337 - special case for AA in multiplication by 5. [OK] X25519 test vectors 336 337 - special case for AA in multiplication by 5. ... X25519 test vectors 337 338 - special case for AA in multiplication by 5. [OK] X25519 test vectors 337 338 - special case for AA in multiplication by 5. ... X25519 test vectors 338 339 - special case for AA in multiplication by 5. [OK] X25519 test vectors 338 339 - special case for AA in multiplication by 5. ... X25519 test vectors 339 340 - special case for DA - CB in multiplication by 5. [OK] X25519 test vectors 339 340 - special case for DA - CB in multiplication by 5. ... X25519 test vectors 340 341 - special case for DA - CB in multiplication by 5. [OK] X25519 test vectors 340 341 - special case for DA - CB in multiplication by 5. ... X25519 test vectors 341 342 - special case for DA - CB in multiplication by 5. [OK] X25519 test vectors 341 342 - special case for DA - CB in multiplication by 5. ... X25519 test vectors 342 343 - special case for BB in multiplication by 5. [OK] X25519 test vectors 342 343 - special case for BB in multiplication by 5. ... X25519 test vectors 343 344 - special case for BB in multiplication by 5. [OK] X25519 test vectors 343 344 - special case for BB in multiplication by 5. ... X25519 test vectors 344 345 - special case for BB in multiplication by 5. [OK] X25519 test vectors 344 345 - special case for BB in multiplication by 5. ... X25519 test vectors 345 346 - special case for x_2 in multiplication by 5. [OK] X25519 test vectors 345 346 - special case for x_2 in multiplication by 5. ... X25519 test vectors 346 347 - special case for x_2 in multiplication by 5. [OK] X25519 test vectors 346 347 - special case for x_2 in multiplication by 5. ... X25519 test vectors 347 348 - special case for x_2 in multiplication by 5. [OK] X25519 test vectors 347 348 - special case for x_2 in multiplication by 5. ... X25519 test vectors 348 349 - special case for C in multiplication by 6. [OK] X25519 test vectors 348 349 - special case for C in multiplication by 6. ... X25519 test vectors 349 350 - special case for C in multiplication by 6. [OK] X25519 test vectors 349 350 - special case for C in multiplication by 6. ... X25519 test vectors 350 351 - special case for C in multiplication by 6. [OK] X25519 test vectors 350 351 - special case for C in multiplication by 6. ... X25519 test vectors 351 352 - special case for C in multiplication by 6. [OK] X25519 test vectors 351 352 - special case for C in multiplication by 6. ... X25519 test vectors 352 353 - special case for C in multiplication by 6. [OK] X25519 test vectors 352 353 - special case for C in multiplication by 6. ... X25519 test vectors 353 354 - special case for CB in multiplication by 6. [OK] X25519 test vectors 353 354 - special case for CB in multiplication by 6. ... X25519 test vectors 354 355 - special case for CB in multiplication by 6. [OK] X25519 test vectors 354 355 - special case for CB in multiplication by 6. ... X25519 test vectors 355 356 - special case for CB in multiplication by 6. [OK] X25519 test vectors 355 356 - special case for CB in multiplication by 6. ... X25519 test vectors 356 357 - special case for CB in multiplication by 6. [OK] X25519 test vectors 356 357 - special case for CB in multiplication by 6. ... X25519 test vectors 357 358 - special case for CB in multiplication by 6. [OK] X25519 test vectors 357 358 - special case for CB in multiplication by 6. ... X25519 test vectors 358 359 - special case for CB in multiplication by 6. [OK] X25519 test vectors 358 359 - special case for CB in multiplication by 6. ... X25519 test vectors 359 360 - special case for CB in multiplication by 6. [OK] X25519 test vectors 359 360 - special case for CB in multiplication by 6. ... X25519 test vectors 360 361 - special case for CB in multiplication by 6. [OK] X25519 test vectors 360 361 - special case for CB in multiplication by 6. ... X25519 test vectors 361 362 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 361 362 - special case for x_2 in multiplication by 6. ... X25519 test vectors 362 363 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 362 363 - special case for x_2 in multiplication by 6. ... X25519 test vectors 363 364 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 363 364 - special case for x_2 in multiplication by 6. ... X25519 test vectors 364 365 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 364 365 - special case for x_2 in multiplication by 6. ... X25519 test vectors 365 366 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 365 366 - special case for x_2 in multiplication by 6. ... X25519 test vectors 366 367 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 366 367 - special case for x_2 in multiplication by 6. ... X25519 test vectors 367 368 - special case for x_2 in multiplication by 6. [OK] X25519 test vectors 367 368 - special case for x_2 in multiplication by 6. ... X25519 test vectors 368 369 - special case for DA - CB in multiplication by 6. [OK] X25519 test vectors 368 369 - special case for DA - CB in multiplication by 6. ... X25519 test vectors 369 370 - special case for DA - CB in multiplication by 6. [OK] X25519 test vectors 369 370 - special case for DA - CB in multiplication by 6. ... X25519 test vectors 370 371 - special case for DA - CB in multiplication by 6. [OK] X25519 test vectors 370 371 - special case for DA - CB in multiplication by 6. ... X25519 test vectors 371 372 - special case for DA - CB in multiplication by 6. [OK] X25519 test vectors 371 372 - special case for DA - CB in multiplication by 6. ... X25519 test vectors 372 373 - special case for DA - CB in multiplication by 6. [OK] X25519 test vectors 372 373 - special case for DA - CB in multiplication by 6. ... X25519 test vectors 373 374 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 373 374 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 374 375 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 374 375 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 375 376 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 375 376 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 376 377 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 376 377 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 377 378 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 377 378 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 378 379 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 378 379 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 379 380 - special case for DA + CB in multiplication by 6. [OK] X25519 test vectors 379 380 - special case for DA + CB in multiplication by 6. ... X25519 test vectors 380 381 - special case for z_2 in multiplication by 6. [OK] X25519 test vectors 380 381 - special case for z_2 in multiplication by 6. ... X25519 test vectors 381 382 - special case for z_2 in multiplication by 6. [OK] X25519 test vectors 381 382 - special case for z_2 in multiplication by 6. ... X25519 test vectors 382 383 - special case for z_2 in multiplication by 6. [OK] X25519 test vectors 382 383 - special case for z_2 in multiplication by 6. ... X25519 test vectors 383 384 - special case for z_2 in multiplication by 6. [OK] X25519 test vectors 383 384 - special case for z_2 in multiplication by 6. ... X25519 test vectors 384 385 - special case for D in multiplication by 6. [OK] X25519 test vectors 384 385 - special case for D in multiplication by 6. ... X25519 test vectors 385 386 - special case for D in multiplication by 6. [OK] X25519 test vectors 385 386 - special case for D in multiplication by 6. ... X25519 test vectors 386 387 - special case for D in multiplication by 6. [OK] X25519 test vectors 386 387 - special case for D in multiplication by 6. ... X25519 test vectors 387 388 - special case for D in multiplication by 6. [OK] X25519 test vectors 387 388 - special case for D in multiplication by 6. ... X25519 test vectors 388 389 - special case for DA in multiplication by 6. [OK] X25519 test vectors 388 389 - special case for DA in multiplication by 6. ... X25519 test vectors 389 390 - special case for DA in multiplication by 6. [OK] X25519 test vectors 389 390 - special case for DA in multiplication by 6. ... X25519 test vectors 390 391 - special case for DA in multiplication by 6. [OK] X25519 test vectors 390 391 - special case for DA in multiplication by 6. ... X25519 test vectors 391 392 - special case for DA in multiplication by 6. [OK] X25519 test vectors 391 392 - special case for DA in multiplication by 6. ... X25519 test vectors 392 393 - special case for z_2 in multiplication by 7. [OK] X25519 test vectors 392 393 - special case for z_2 in multiplication by 7. ... X25519 test vectors 393 394 - special case for z_2 in multiplication by 7. [OK] X25519 test vectors 393 394 - special case for z_2 in multiplication by 7. ... X25519 test vectors 394 395 - special case for z_2 in multiplication by 7. [OK] X25519 test vectors 394 395 - special case for z_2 in multiplication by 7. ... X25519 test vectors 395 396 - special case for z_2 in multiplication by 7. [OK] X25519 test vectors 395 396 - special case for z_2 in multiplication by 7. ... X25519 test vectors 396 397 - special case for z_2 in multiplication by 7. [OK] X25519 test vectors 396 397 - special case for z_2 in multiplication by 7. ... X25519 test vectors 397 398 - special case for BB in multiplication by 7. [OK] X25519 test vectors 397 398 - special case for BB in multiplication by 7. ... X25519 test vectors 398 399 - special case for BB in multiplication by 7. [OK] X25519 test vectors 398 399 - special case for BB in multiplication by 7. ... X25519 test vectors 399 400 - special case for BB in multiplication by 7. [OK] X25519 test vectors 399 400 - special case for BB in multiplication by 7. ... X25519 test vectors 400 401 - special case for E in multiplication by 7. [OK] X25519 test vectors 400 401 - special case for E in multiplication by 7. ... X25519 test vectors 401 402 - special case for E in multiplication by 7. [OK] X25519 test vectors 401 402 - special case for E in multiplication by 7. ... X25519 test vectors 402 403 - special case for E in multiplication by 7. [OK] X25519 test vectors 402 403 - special case for E in multiplication by 7. ... X25519 test vectors 403 404 - special case for E in multiplication by 7. [OK] X25519 test vectors 403 404 - special case for E in multiplication by 7. ... X25519 test vectors 404 405 - special case for AA in multiplication by 7. [OK] X25519 test vectors 404 405 - special case for AA in multiplication by 7. ... X25519 test vectors 405 406 - special case for AA in multiplication by 7. [OK] X25519 test vectors 405 406 - special case for AA in multiplication by 7. ... X25519 test vectors 406 407 - special case for AA in multiplication by 7. [OK] X25519 test vectors 406 407 - special case for AA in multiplication by 7. ... X25519 test vectors 407 408 - special case for AA in multiplication by 7. [OK] X25519 test vectors 407 408 - special case for AA in multiplication by 7. ... X25519 test vectors 408 409 - special case for AA in multiplication by 7. [OK] X25519 test vectors 408 409 - special case for AA in multiplication by 7. ... X25519 test vectors 409 410 - special case for AA in multiplication by 7. [OK] X25519 test vectors 409 410 - special case for AA in multiplication by 7. ... X25519 test vectors 410 411 - special case for AA in multiplication by 7. [OK] X25519 test vectors 410 411 - special case for AA in multiplication by 7. ... X25519 test vectors 411 412 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 411 412 - special case for x_2 in multiplication by 7. ... X25519 test vectors 412 413 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 412 413 - special case for x_2 in multiplication by 7. ... X25519 test vectors 413 414 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 413 414 - special case for x_2 in multiplication by 7. ... X25519 test vectors 414 415 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 414 415 - special case for x_2 in multiplication by 7. ... X25519 test vectors 415 416 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 415 416 - special case for x_2 in multiplication by 7. ... X25519 test vectors 416 417 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 416 417 - special case for x_2 in multiplication by 7. ... X25519 test vectors 417 418 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 417 418 - special case for x_2 in multiplication by 7. ... X25519 test vectors 418 419 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 418 419 - special case for x_2 in multiplication by 7. ... X25519 test vectors 419 420 - special case for x_2 in multiplication by 7. [OK] X25519 test vectors 419 420 - special case for x_2 in multiplication by 7. ... X25519 test vectors 420 421 - special case for DA - CB in multiplication by 7. [OK] X25519 test vectors 420 421 - special case for DA - CB in multiplication by 7. ... X25519 test vectors 421 422 - special case for DA - CB in multiplication by 7. [OK] X25519 test vectors 421 422 - special case for DA - CB in multiplication by 7. ... X25519 test vectors 422 423 - special case for DA - CB in multiplication by 7. [OK] X25519 test vectors 422 423 - special case for DA - CB in multiplication by 7. ... X25519 test vectors 423 424 - special case for DA - CB in multiplication by 7. [OK] X25519 test vectors 423 424 - special case for DA - CB in multiplication by 7. ... X25519 test vectors 424 425 - special case for D in multiplication by 8. [OK] X25519 test vectors 424 425 - special case for D in multiplication by 8. ... X25519 test vectors 425 426 - special case for D in multiplication by 8. [OK] X25519 test vectors 425 426 - special case for D in multiplication by 8. ... X25519 test vectors 426 427 - special case for D in multiplication by 8. [OK] X25519 test vectors 426 427 - special case for D in multiplication by 8. ... X25519 test vectors 427 428 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 427 428 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 428 429 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 428 429 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 429 430 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 429 430 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 430 431 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 430 431 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 431 432 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 431 432 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 432 433 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 432 433 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 433 434 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 433 434 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 434 435 - special case for DA + CB in multiplication by 8. [OK] X25519 test vectors 434 435 - special case for DA + CB in multiplication by 8. ... X25519 test vectors 435 436 - special case for AA in multiplication by 8. [OK] X25519 test vectors 435 436 - special case for AA in multiplication by 8. ... X25519 test vectors 436 437 - special case for AA in multiplication by 8. [OK] X25519 test vectors 436 437 - special case for AA in multiplication by 8. ... X25519 test vectors 437 438 - special case for AA in multiplication by 8. [OK] X25519 test vectors 437 438 - special case for AA in multiplication by 8. ... X25519 test vectors 438 439 - special case for z_2 in multiplication by 8. [OK] X25519 test vectors 438 439 - special case for z_2 in multiplication by 8. ... X25519 test vectors 439 440 - special case for z_2 in multiplication by 8. [OK] X25519 test vectors 439 440 - special case for z_2 in multiplication by 8. ... X25519 test vectors 440 441 - special case for z_2 in multiplication by 8. [OK] X25519 test vectors 440 441 - special case for z_2 in multiplication by 8. ... X25519 test vectors 441 442 - special case for B in multiplication by 8. [OK] X25519 test vectors 441 442 - special case for B in multiplication by 8. ... X25519 test vectors 442 443 - special case for B in multiplication by 8. [OK] X25519 test vectors 442 443 - special case for B in multiplication by 8. ... X25519 test vectors 443 444 - special case for B in multiplication by 8. [OK] X25519 test vectors 443 444 - special case for B in multiplication by 8. ... X25519 test vectors 444 445 - special case for C in multiplication by 8. [OK] X25519 test vectors 444 445 - special case for C in multiplication by 8. ... X25519 test vectors 445 446 - special case for C in multiplication by 8. [OK] X25519 test vectors 445 446 - special case for C in multiplication by 8. ... X25519 test vectors 446 447 - special case for C in multiplication by 8. [OK] X25519 test vectors 446 447 - special case for C in multiplication by 8. ... X25519 test vectors 447 448 - special case for C in multiplication by 8. [OK] X25519 test vectors 447 448 - special case for C in multiplication by 8. ... X25519 test vectors 448 449 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 448 449 - special case for x_2 in multiplication by 8. ... X25519 test vectors 449 450 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 449 450 - special case for x_2 in multiplication by 8. ... X25519 test vectors 450 451 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 450 451 - special case for x_2 in multiplication by 8. ... X25519 test vectors 451 452 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 451 452 - special case for x_2 in multiplication by 8. ... X25519 test vectors 452 453 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 452 453 - special case for x_2 in multiplication by 8. ... X25519 test vectors 453 454 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 453 454 - special case for x_2 in multiplication by 8. ... X25519 test vectors 454 455 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 454 455 - special case for x_2 in multiplication by 8. ... X25519 test vectors 455 456 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 455 456 - special case for x_2 in multiplication by 8. ... X25519 test vectors 456 457 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 456 457 - special case for x_2 in multiplication by 8. ... X25519 test vectors 457 458 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 457 458 - special case for x_2 in multiplication by 8. ... X25519 test vectors 458 459 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 458 459 - special case for x_2 in multiplication by 8. ... X25519 test vectors 459 460 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 459 460 - special case for x_2 in multiplication by 8. ... X25519 test vectors 460 461 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 460 461 - special case for x_2 in multiplication by 8. ... X25519 test vectors 461 462 - special case for x_2 in multiplication by 8. [OK] X25519 test vectors 461 462 - special case for x_2 in multiplication by 8. ... X25519 test vectors 462 463 - special case for E in multiplication by 8. [OK] X25519 test vectors 462 463 - special case for E in multiplication by 8. ... X25519 test vectors 463 464 - special case for E in multiplication by 8. [OK] X25519 test vectors 463 464 - special case for E in multiplication by 8. ... X25519 test vectors 464 465 - special case for E in multiplication by 8. [OK] X25519 test vectors 464 465 - special case for E in multiplication by 8. ... X25519 test vectors 465 466 - special case for E in multiplication by 8. [OK] X25519 test vectors 465 466 - special case for E in multiplication by 8. ... X25519 test vectors 466 467 - special case for E in multiplication by 8. [OK] X25519 test vectors 466 467 - special case for E in multiplication by 8. ... X25519 test vectors 467 468 - special case for E in multiplication by 8. [OK] X25519 test vectors 467 468 - special case for E in multiplication by 8. ... X25519 test vectors 468 469 - special case for E in multiplication by 8. [OK] X25519 test vectors 468 469 - special case for E in multiplication by 8. ... X25519 test vectors 469 470 - special case for E in multiplication by 8. [OK] X25519 test vectors 469 470 - special case for E in multiplication by 8. ... X25519 test vectors 470 471 - special case for E in multiplication by 8. [OK] X25519 test vectors 470 471 - special case for E in multiplication by 8. ... X25519 test vectors 471 472 - special case for DA - CB in multiplication by 8. [OK] X25519 test vectors 471 472 - special case for DA - CB in multiplication by 8. ... X25519 test vectors 472 473 - special case for DA - CB in multiplication by 8. [OK] X25519 test vectors 472 473 - special case for DA - CB in multiplication by 8. ... X25519 test vectors 473 474 - special case for DA - CB in multiplication by 8. [OK] X25519 test vectors 473 474 - special case for DA - CB in multiplication by 8. ... X25519 test vectors 474 475 - special case for DA - CB in multiplication by 8. [OK] X25519 test vectors 474 475 - special case for DA - CB in multiplication by 8. ... X25519 test vectors 475 476 - special case for DA - CB in multiplication by 8. [OK] X25519 test vectors 475 476 - special case for DA - CB in multiplication by 8. ... X25519 test vectors 476 477 - special case for CB in multiplication by 8. [OK] X25519 test vectors 476 477 - special case for CB in multiplication by 8. ... X25519 test vectors 477 478 - special case for CB in multiplication by 8. [OK] X25519 test vectors 477 478 - special case for CB in multiplication by 8. ... X25519 test vectors 478 479 - special case for BB in multiplication by 8. [OK] X25519 test vectors 478 479 - special case for BB in multiplication by 8. ... X25519 test vectors 479 480 - special case for BB in multiplication by 8. [OK] X25519 test vectors 479 480 - special case for BB in multiplication by 8. ... X25519 test vectors 480 481 - special case for BB in multiplication by 8. [OK] X25519 test vectors 480 481 - special case for BB in multiplication by 8. ... X25519 test vectors 481 482 - special case for BB in multiplication by 8. [OK] X25519 test vectors 481 482 - special case for BB in multiplication by 8. ... X25519 test vectors 482 483 - special case for A in multiplication by 8. [OK] X25519 test vectors 482 483 - special case for A in multiplication by 8. ... X25519 test vectors 483 484 - special case for A in multiplication by 8. [OK] X25519 test vectors 483 484 - special case for A in multiplication by 8. ... X25519 test vectors 484 485 - special case for DA in multiplication by 8. [OK] X25519 test vectors 484 485 - special case for DA in multiplication by 8. ... X25519 test vectors 485 486 - special case for DA in multiplication by 8. [OK] X25519 test vectors 485 486 - special case for DA in multiplication by 8. ... X25519 test vectors 486 487 - special case for AA in multiplication by 9. [OK] X25519 test vectors 486 487 - special case for AA in multiplication by 9. ... X25519 test vectors 487 488 - special case for AA in multiplication by 9. [OK] X25519 test vectors 487 488 - special case for AA in multiplication by 9. ... X25519 test vectors 488 489 - special case for AA in multiplication by 9. [OK] X25519 test vectors 488 489 - special case for AA in multiplication by 9. ... X25519 test vectors 489 490 - special case for AA in multiplication by 9. [OK] X25519 test vectors 489 490 - special case for AA in multiplication by 9. ... X25519 test vectors 490 491 - special case for AA in multiplication by 9. [OK] X25519 test vectors 490 491 - special case for AA in multiplication by 9. ... X25519 test vectors 491 492 - special case for AA in multiplication by 9. [OK] X25519 test vectors 491 492 - special case for AA in multiplication by 9. ... X25519 test vectors 492 493 - special case for AA in multiplication by 9. [OK] X25519 test vectors 492 493 - special case for AA in multiplication by 9. ... X25519 test vectors 493 494 - special case for DA - CB in multiplication by 9. [OK] X25519 test vectors 493 494 - special case for DA - CB in multiplication by 9. ... X25519 test vectors 494 495 - special case for z_2 in multiplication by 9. [OK] X25519 test vectors 494 495 - special case for z_2 in multiplication by 9. ... X25519 test vectors 495 496 - special case for z_2 in multiplication by 9. [OK] X25519 test vectors 495 496 - special case for z_2 in multiplication by 9. ... X25519 test vectors 496 497 - special case for z_2 in multiplication by 9. [OK] X25519 test vectors 496 497 - special case for z_2 in multiplication by 9. ... X25519 test vectors 497 498 - special case for z_2 in multiplication by 9. [OK] X25519 test vectors 497 498 - special case for z_2 in multiplication by 9. ... X25519 test vectors 498 499 - special case for z_2 in multiplication by 9. [OK] X25519 test vectors 498 499 - special case for z_2 in multiplication by 9. ... X25519 test vectors 499 500 - special case for z_2 in multiplication by 9. [OK] X25519 test vectors 499 500 - special case for z_2 in multiplication by 9. ... X25519 test vectors 500 501 - special case for E in multiplication by 9. [OK] X25519 test vectors 500 501 - special case for E in multiplication by 9. ... X25519 test vectors 501 502 - special case for E in multiplication by 9. [OK] X25519 test vectors 501 502 - special case for E in multiplication by 9. ... X25519 test vectors 502 503 - special case for E in multiplication by 9. [OK] X25519 test vectors 502 503 - special case for E in multiplication by 9. ... X25519 test vectors 503 504 - special case for x_2 in multiplication by 9. [OK] X25519 test vectors 503 504 - special case for x_2 in multiplication by 9. ... X25519 test vectors 504 505 - special case for x_2 in multiplication by 9. [OK] X25519 test vectors 504 505 - special case for x_2 in multiplication by 9. ... X25519 test vectors 505 506 - special case for x_2 in multiplication by 9. [OK] X25519 test vectors 505 506 - special case for x_2 in multiplication by 9. ... X25519 test vectors 506 507 - special case for BB in multiplication by 9. [OK] X25519 test vectors 506 507 - special case for BB in multiplication by 9. ... X25519 test vectors 507 508 - special case for BB in multiplication by 9. [OK] X25519 test vectors 507 508 - special case for BB in multiplication by 9. ... X25519 test vectors 508 509 - special case for BB in multiplication by 9. [OK] X25519 test vectors 508 509 - special case for BB in multiplication by 9. ... X25519 test vectors 509 510 - special case for BB in multiplication by 9. [OK] X25519 test vectors 509 510 - special case for BB in multiplication by 9. ... X25519 test vectors 510 511 - private key == -1 (mod order). [OK] X25519 test vectors 510 511 - private key == -1 (mod order). ... X25519 test vectors 511 512 - private key == 1 (mod order) on twist. [OK] X25519 test vectors 511 512 - private key == 1 (mod order) on twist. ... X25519 test vectors 512 513 - special case private key. [OK] X25519 test vectors 512 513 - special case private key. ... X25519 test vectors 513 514 - special case private key. [OK] X25519 test vectors 513 514 - special case private key. ... X25519 test vectors 514 515 - special case private key. [OK] X25519 test vectors 514 515 - special case private key. ... X25519 test vectors 515 516 - special case private key. [OK] X25519 test vectors 515 516 - special case private key. ... X25519 test vectors 516 517 - special case private key. [OK] X25519 test vectors 516 517 - special case private key. ... X25519 test vectors 517 518 - special case private key. [OK] X25519 test vectors 517 518 - special case private key. ... ED25519 test vectors 0 1 - . [OK] ED25519 test vectors 0 1 - . ... ED25519 test vectors 1 2 - . [OK] ED25519 test vectors 1 2 - . ... ED25519 test vectors 2 3 - . [OK] ED25519 test vectors 2 3 - . ... ED25519 test vectors 3 4 - . [OK] ED25519 test vectors 3 4 - . ... ED25519 test vectors 4 5 - . [OK] ED25519 test vectors 4 5 - . ... ED25519 test vectors 5 6 - . [OK] ED25519 test vectors 5 6 - . ... ED25519 test vectors 6 7 - . [OK] ED25519 test vectors 6 7 - . ... ED25519 test vectors 7 8 - . [OK] ED25519 test vectors 7 8 - . ... ED25519 test vectors 8 9 - . [OK] ED25519 test vectors 8 9 - . ... ED25519 test vectors 9 10 - special values for r and s. [OK] ED25519 test vectors 9 10 - special values for r and s. ... ED25519 test vectors 10 11 - special values for r and s. [OK] ED25519 test vectors 10 11 - special values for r and s. ... ED25519 test vectors 11 12 - special values for r and s. [OK] ED25519 test vectors 11 12 - special values for r and s. ... ED25519 test vectors 12 13 - special values for r and s. [OK] ED25519 test vectors 12 13 - special values for r and s. ... ED25519 test vectors 13 14 - special values for r and s. [OK] ED25519 test vectors 13 14 - special values for r and s. ... ED25519 test vectors 14 15 - special values for r and s. [OK] ED25519 test vectors 14 15 - special values for r and s. ... ED25519 test vectors 15 16 - special values for r and s. [OK] ED25519 test vectors 15 16 - special values for r and s. ... ED25519 test vectors 16 17 - special values for r and s. [OK] ED25519 test vectors 16 17 - special values for r and s. ... ED25519 test vectors 17 18 - special values for r and s. [OK] ED25519 test vectors 17 18 - special values for r and s. ... ED25519 test vectors 18 19 - special values for r and s. [OK] ED25519 test vectors 18 19 - special values for r and s. ... ED25519 test vectors 19 20 - special values for r and s. [OK] ED25519 test vectors 19 20 - special values for r and s. ... ED25519 test vectors 20 21 - special values for r and s. [OK] ED25519 test vectors 20 21 - special values for r and s. ... ED25519 test vectors 21 22 - special values for r and s. [OK] ED25519 test vectors 21 22 - special values for r and s. ... ED25519 test vectors 22 23 - special values for r and s. [OK] ED25519 test vectors 22 23 - special values for r and s. ... ED25519 test vectors 23 24 - special values for r and s. [OK] ED25519 test vectors 23 24 - special values for r and s. ... ED25519 test vectors 24 25 - special values for r and s. [OK] ED25519 test vectors 24 25 - special values for r and s. ... ED25519 test vectors 25 26 - special values for r and s. [OK] ED25519 test vectors 25 26 - special values for r and s. ... ED25519 test vectors 26 27 - special values for r and s. [OK] ED25519 test vectors 26 27 - special values for r and s. ... ED25519 test vectors 27 28 - special values for r and s. [OK] ED25519 test vectors 27 28 - special values for r and s. ... ED25519 test vectors 28 29 - special values for r and s. [OK] ED25519 test vectors 28 29 - special values for r and s. ... ED25519 test vectors 29 30 - empty signature. [OK] ED25519 test vectors 29 30 - empty signature. ... ED25519 test vectors 30 31 - s missing. [OK] ED25519 test vectors 30 31 - s missing. ... ED25519 test vectors 31 32 - signature too short. [OK] ED25519 test vectors 31 32 - signature too short. ... ED25519 test vectors 32 33 - signature too long. [OK] ED25519 test vectors 32 33 - signature too long. ... ED25519 test vectors 33 34 - include pk in signature. [OK] ED25519 test vectors 33 34 - include pk in signature. ... ED25519 test vectors 34 35 - prepending 0 byte to signature. [OK] ED25519 test vectors 34 35 - prepending 0 byte to signature. ... ED25519 test vectors 35 36 - prepending 0 byte to s. [OK] ED25519 test vectors 35 36 - prepending 0 byte to s. ... ED25519 test vectors 36 37 - appending 0 byte to signature. [OK] ED25519 test vectors 36 37 - appending 0 byte to signature. ... ED25519 test vectors 37 38 - removing 0 byte from signature. [OK] ED25519 test vectors 37 38 - removing 0 byte from signature. ... ED25519 test vectors 38 39 - removing 0 byte from signature. [OK] ED25519 test vectors 38 39 - removing 0 byte from signature. ... ED25519 test vectors 39 40 - removing leading 0 byte from signature. [OK] ED25519 test vectors 39 40 - removing leading 0 byte from signature. ... ED25519 test vectors 40 41 - dropping byte from signature. [OK] ED25519 test vectors 40 41 - dropping byte from signature. ... ED25519 test vectors 41 42 - modified bit 0 in R. [OK] ED25519 test vectors 41 42 - modified bit 0 in R. ... ED25519 test vectors 42 43 - modified bit 1 in R. [OK] ED25519 test vectors 42 43 - modified bit 1 in R. ... ED25519 test vectors 43 44 - modified bit 2 in R. [OK] ED25519 test vectors 43 44 - modified bit 2 in R. ... ED25519 test vectors 44 45 - modified bit 7 in R. [OK] ED25519 test vectors 44 45 - modified bit 7 in R. ... ED25519 test vectors 45 46 - modified bit 8 in R. [OK] ED25519 test vectors 45 46 - modified bit 8 in R. ... ED25519 test vectors 46 47 - modified bit 16 in R. [OK] ED25519 test vectors 46 47 - modified bit 16 in R. ... ED25519 test vectors 47 48 - modified bit 31 in R. [OK] ED25519 test vectors 47 48 - modified bit 31 in R. ... ED25519 test vectors 48 49 - modified bit 32 in R. [OK] ED25519 test vectors 48 49 - modified bit 32 in R. ... ED25519 test vectors 49 50 - modified bit 63 in R. [OK] ED25519 test vectors 49 50 - modified bit 63 in R. ... ED25519 test vectors 50 51 - modified bit 64 in R. [OK] ED25519 test vectors 50 51 - modified bit 64 in R. ... ED25519 test vectors 51 52 - modified bit 97 in R. [OK] ED25519 test vectors 51 52 - modified bit 97 in R. ... ED25519 test vectors 52 53 - modified bit 127 in R. [OK] ED25519 test vectors 52 53 - modified bit 127 in R. ... ED25519 test vectors 53 54 - modified bit 240 in R. [OK] ED25519 test vectors 53 54 - modified bit 240 in R. ... ED25519 test vectors 54 55 - modified bit 247 in R. [OK] ED25519 test vectors 54 55 - modified bit 247 in R. ... ED25519 test vectors 55 56 - modified bit 248 in R. [OK] ED25519 test vectors 55 56 - modified bit 248 in R. ... ED25519 test vectors 56 57 - modified bit 253 in R. [OK] ED25519 test vectors 56 57 - modified bit 253 in R. ... ED25519 test vectors 57 58 - modified bit 254 in R. [OK] ED25519 test vectors 57 58 - modified bit 254 in R. ... ED25519 test vectors 58 59 - modified bit 255 in R. [OK] ED25519 test vectors 58 59 - modified bit 255 in R. ... ED25519 test vectors 59 60 - R==0. [OK] ED25519 test vectors 59 60 - R==0. ... ED25519 test vectors 60 61 - invalid R. [OK] ED25519 test vectors 60 61 - invalid R. ... ED25519 test vectors 61 62 - all bits flipped in R. [OK] ED25519 test vectors 61 62 - all bits flipped in R. ... ED25519 test vectors 62 63 - checking malleability . [OK] ED25519 test vectors 62 63 - checking malleability . ... ED25519 test vectors 63 64 - checking malleability . [OK] ED25519 test vectors 63 64 - checking malleability . ... ED25519 test vectors 64 65 - checking malleability . [OK] ED25519 test vectors 64 65 - checking malleability . ... ED25519 test vectors 65 66 - checking malleability . [OK] ED25519 test vectors 65 66 - checking malleability . ... ED25519 test vectors 66 67 - checking malleability . [OK] ED25519 test vectors 66 67 - checking malleability . ... ED25519 test vectors 67 68 - checking malleability . [OK] ED25519 test vectors 67 68 - checking malleability . ... ED25519 test vectors 68 69 - checking malleability . [OK] ED25519 test vectors 68 69 - checking malleability . ... ED25519 test vectors 69 70 - checking malleability . [OK] ED25519 test vectors 69 70 - checking malleability . ... ED25519 test vectors 70 71 - . [OK] ED25519 test vectors 70 71 - . ... ED25519 test vectors 71 72 - . [OK] ED25519 test vectors 71 72 - . ... ED25519 test vectors 72 73 - . [OK] ED25519 test vectors 72 73 - . ... ED25519 test vectors 73 74 - . [OK] ED25519 test vectors 73 74 - . ... ED25519 test vectors 74 75 - . [OK] ED25519 test vectors 74 75 - . ... ED25519 test vectors 75 76 - . [OK] ED25519 test vectors 75 76 - . ... ED25519 test vectors 76 77 - . [OK] ED25519 test vectors 76 77 - . ... ED25519 test vectors 77 78 - . [OK] ED25519 test vectors 77 78 - . ... ED25519 test vectors 78 79 - . [OK] ED25519 test vectors 78 79 - . ... ED25519 test vectors 79 80 - draft-josefsson-eddsa-ed25519-02: Test 1. [OK] ED25519 test vectors 79 80 - draft-josefsson-eddsa-ed25519-02: Test 1. ... ED25519 test vectors 80 81 - draft-josefsson-eddsa-ed25519-02: Test 2. [OK] ED25519 test vectors 80 81 - draft-josefsson-eddsa-ed25519-02: Test 2. ... ED25519 test vectors 81 82 - draft-josefsson-eddsa-ed25519-02: Test 3. [OK] ED25519 test vectors 81 82 - draft-josefsson-eddsa-ed25519-02: Test 3. ... ED25519 test vectors 82 83 - draft-josefsson-eddsa-ed25519-02: Test 1024. [OK] ED25519 test vectors 82 83 - draft-josefsson-eddsa-ed25519-02: Test 1024. ... ED25519 test vectors 83 84 - Random test failure 1. [OK] ED25519 test vectors 83 84 - Random test failure 1. ... ED25519 test vectors 84 85 - Random test failure 2. [OK] ED25519 test vectors 84 85 - Random test failure 2. ... ED25519 test vectors 85 86 - Random test failure 24. [OK] ED25519 test vectors 85 86 - Random test failure 24. ... ED25519 test vectors 86 87 - Random test failure 3. [OK] ED25519 test vectors 86 87 - Random test failure 3. ... ED25519 test vectors 87 88 - Random test failure 20. [OK] ED25519 test vectors 87 88 - Random test failure 20. ... ED25519 test vectors 88 89 - Random test failure 4. [OK] ED25519 test vectors 88 89 - Random test failure 4. ... ED25519 test vectors 89 90 - Random test failure 5. [OK] ED25519 test vectors 89 90 - Random test failure 5. ... ED25519 test vectors 90 91 - Random test failure 8. [OK] ED25519 test vectors 90 91 - Random test failure 8. ... ED25519 test vectors 91 92 - Random test failure 10. [OK] ED25519 test vectors 91 92 - Random test failure 10. ... ED25519 test vectors 92 93 - Random test failure 12. [OK] ED25519 test vectors 92 93 - Random test failure 12. ... ED25519 test vectors 93 94 - Random test failure 15. [OK] ED25519 test vectors 93 94 - Random test failure 15. ... ED25519 test vectors 94 95 - Random test failure 19. [OK] ED25519 test vectors 94 95 - Random test failure 19. ... ED25519 test vectors 95 96 - Random test failure 25. [OK] ED25519 test vectors 95 96 - Random test failure 25. ... ED25519 test vectors 96 97 - Random test failure 28. [OK] ED25519 test vectors 96 97 - Random test failure 28. ... ED25519 test vectors 97 98 - Random test failure 6. [OK] ED25519 test vectors 97 98 - Random test failure 6. ... ED25519 test vectors 98 99 - Random test failure 21. [OK] ED25519 test vectors 98 99 - Random test failure 21. ... ED25519 test vectors 99 100 - Random test failure 7. [OK] ED25519 test vectors 99 100 - Random test failure 7. ... ED25519 test vectors 100 101 - Random test failure 9. [OK] ED25519 test vectors 100 101 - Random test failure 9. ... ED25519 test vectors 101 102 - Random test failure 11. [OK] ED25519 test vectors 101 102 - Random test failure 11. ... ED25519 test vectors 102 103 - Random test failure 14. [OK] ED25519 test vectors 102 103 - Random test failure 14. ... ED25519 test vectors 103 104 - Random test failure 18. [OK] ED25519 test vectors 103 104 - Random test failure 18. ... ED25519 test vectors 104 105 - Random test failure 13. [OK] ED25519 test vectors 104 105 - Random test failure 13. ... ED25519 test vectors 105 106 - Random test failure 22. [OK] ED25519 test vectors 105 106 - Random test failure 22. ... ED25519 test vectors 106 107 - Random test failure 16. [OK] ED25519 test vectors 106 107 - Random test failure 16. ... ED25519 test vectors 107 108 - Random test failure 23. [OK] ED25519 test vectors 107 108 - Random test failure 23. ... ED25519 test vectors 108 109 - Random test failure 17. [OK] ED25519 test vectors 108 109 - Random test failure 17. ... ED25519 test vectors 109 110 - Random test failure 26. [OK] ED25519 test vectors 109 110 - Random test failure 26. ... ED25519 test vectors 110 111 - Random test failure 27. [OK] ED25519 test vectors 110 111 - Random test failure 27. ... ED25519 test vectors 111 112 - Test case for overflow in signature generation. [OK] ED25519 test vectors 111 112 - Test case for overflow in signature generation. ... ED25519 test vectors 112 113 - Test case for overflow in signature generation. [OK] ED25519 test vectors 112 113 - Test case for overflow in signature generation. ... ED25519 test vectors 113 114 - Test case for overflow in signature generation. [OK] ED25519 test vectors 113 114 - Test case for overflow in signature generation. ... ED25519 test vectors 114 115 - Test case for overflow in signature generation. [OK] ED25519 test vectors 114 115 - Test case for overflow in signature generation. ... ED25519 test vectors 115 116 - Test case for overflow in signature generation. [OK] ED25519 test vectors 115 116 - Test case for overflow in signature generation. ... ED25519 test vectors 116 117 - regression test for arithmetic error. [OK] ED25519 test vectors 116 117 - regression test for arithmetic error. ... ED25519 test vectors 117 118 - regression test for arithmetic error. [OK] ED25519 test vectors 117 118 - regression test for arithmetic error. ... ED25519 test vectors 118 119 - regression test for arithmetic error. [OK] ED25519 test vectors 118 119 - regression test for arithmetic error. ... ED25519 test vectors 119 120 - regression test for arithmetic error. [OK] ED25519 test vectors 119 120 - regression test for arithmetic error. ... ED25519 test vectors 120 121 - regression test for arithmetic error. [OK] ED25519 test vectors 120 121 - regression test for arithmetic error. ... ED25519 test vectors 121 122 - regression test for arithmetic error. [OK] ED25519 test vectors 121 122 - regression test for arithmetic error. ... ED25519 test vectors 122 123 - regression test for arithmetic error. [OK] ED25519 test vectors 122 123 - regression test for arithmetic error. ... ED25519 test vectors 123 124 - regression test for arithmetic error. [OK] ED25519 test vectors 123 124 - regression test for arithmetic error. ... ED25519 test vectors 124 125 - regression test for arithmetic error. [OK] ED25519 test vectors 124 125 - regression test for arithmetic error. ... ED25519 test vectors 125 126 - regression test for arithmetic error. [OK] ED25519 test vectors 125 126 - regression test for arithmetic error. ... ED25519 test vectors 126 127 - regression test for arithmetic error. [OK] ED25519 test vectors 126 127 - regression test for arithmetic error. ... ED25519 test vectors 127 128 - regression test for arithmetic error. [OK] ED25519 test vectors 127 128 - regression test for arithmetic error. ... ED25519 test vectors 128 129 - regression test for arithmetic error. [OK] ED25519 test vectors 128 129 - regression test for arithmetic error. ... ED25519 test vectors 129 130 - regression test for arithmetic error. [OK] ED25519 test vectors 129 130 - regression test for arithmetic error. ... ED25519 test vectors 130 131 - regression test for arithmetic error. [OK] ED25519 test vectors 130 131 - regression test for arithmetic error. ... ED25519 test vectors 131 132 - regression test for arithmetic error. [OK] ED25519 test vectors 131 132 - regression test for arithmetic error. ... ED25519 test vectors 132 133 - regression test for arithmetic error. [OK] ED25519 test vectors 132 133 - regression test for arithmetic error. ... ED25519 test vectors 133 134 - regression test for arithmetic error. [OK] ED25519 test vectors 133 134 - regression test for arithmetic error. ... ED25519 test vectors 134 135 - regression test for arithmetic error. [OK] ED25519 test vectors 134 135 - regression test for arithmetic error. ... ED25519 test vectors 135 136 - regression test for arithmetic error. [OK] ED25519 test vectors 135 136 - regression test for arithmetic error. ... ED25519 test vectors 136 137 - regression test for arithmetic error. [OK] ED25519 test vectors 136 137 - regression test for arithmetic error. ... ED25519 test vectors 137 138 - regression test for arithmetic error. [OK] ED25519 test vectors 137 138 - regression test for arithmetic error. ... ED25519 test vectors 138 139 - regression test for arithmetic error. [OK] ED25519 test vectors 138 139 - regression test for arithmetic error. ... ED25519 test vectors 139 140 - regression test for arithmetic error. [OK] ED25519 test vectors 139 140 - regression test for arithmetic error. ... ED25519 test vectors 140 141 - regression test for arithmetic error. [OK] ED25519 test vectors 140 141 - regression test for arithmetic error. ... ED25519 test vectors 141 142 - regression test for arithmetic error. [OK] ED25519 test vectors 141 142 - regression test for arithmetic error. ... ED25519 test vectors 142 143 - regression test for arithmetic error. [OK] ED25519 test vectors 142 143 - regression test for arithmetic error. ... ED25519 test vectors 143 144 - regression test for arithmetic error. [OK] ED25519 test vectors 143 144 - regression test for arithmetic error. ... ED25519 test vectors 144 145 - regression test for arithmetic error. [OK] ED25519 test vectors 144 145 - regression test for arithmetic error. The full test results are available in `/src/_build/default/tests/_build/_tests/A9FFB6E4-C0CC-44B8-918B-21A7B756BA69`. Test Successful in 11.000s. 3502 tests run. 2025-03-17 17:37.15 ---> saved as "cf01c56d4281389b23260e4c8d7d327e5b9f220b96120837c26e1beff34834c0" Job succeeded 2025-03-17 17:37.25: Job succeeded