2025-01-10 14:54.30: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/255/head (d74c32f740c779220ba5d3de2dc3644e7ee6d794) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-crypto.git" && cd "mirage-crypto" && git fetch origin "refs/pull/255/head" && git reset --hard d74c32f7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af # 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 fe0e1930288d1fe864d5c1f8162c332bcaf90682 || git fetch origin master) && git reset -q --hard fe0e1930288d1fe864d5c1f8162c332bcaf90682 && 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-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.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-rng-lwt.dev './' && \ opam pin add -yn mirage-crypto-rng-eio.dev './' && \ opam pin add -yn mirage-crypto-rng-async.dev './' && \ opam pin add -yn mirage-crypto-pk.dev './' && \ opam pin add -yn mirage-crypto-ec.dev './' ENV DEPS="alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 async.v0.14.0 async_kernel.v0.14.0 async_rpc_kernel.v0.14.0 async_unix.v0.14.0 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bigarray-compat.1.0.0 bin_prot.v0.14.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 core.v0.14.1 core_kernel.v0.14.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 fieldslib.v0.14.0 fmt.0.8.7 functoria-runtime.4.0.0~beta1 host-arch-x86_64.1 host-system-other.1 io-page.2.4.0 ipaddr.5.0.0 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jst-config.v0.14.0 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-runtime.4.0.0~beta1 mirage-time.2.0.1 mirage-time-unix.2.0.1 mirage-unix.5.0.0 mmap.1.1.0 mtime.1.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 octavius.0.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.2 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.24.0 protocol_version_header.v0.14.0 ptime.0.8.6 randomconv.0.2.0 re.1.8.0 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 spawn.v0.12.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 textutils.v0.14.0 time_now.v0.14.0 timezone.v0.14.0 topkg.1.0.3 typerep.v0.14.0 uuidm.0.9.6 variantslib.v0.14.0 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-rng-lwt.dev mirage-crypto-rng-async.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-rng-lwt,mirage-crypto-rng-async,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-01-10 14:54.30: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-12-ocaml-4.14@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af-debian-12-4.14_opam-2.3-cb6454b420da5d8f81c4facb07e9f03f" 2025-01-10 14:54.30: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af) (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 fe0e1930288d1fe864d5c1f8162c332bcaf90682 || git fetch origin master) && git reset -q --hard fe0e1930288d1fe864d5c1f8162c332bcaf90682 && 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-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.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-rng-lwt.dev './' && \ \nopam pin add -yn mirage-crypto-rng-eio.dev './' && \ \nopam pin add -yn mirage-crypto-rng-async.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) (env DEPS "alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 async.v0.14.0 async_kernel.v0.14.0 async_rpc_kernel.v0.14.0 async_unix.v0.14.0 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bigarray-compat.1.0.0 bin_prot.v0.14.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 core.v0.14.1 core_kernel.v0.14.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 fieldslib.v0.14.0 fmt.0.8.7 functoria-runtime.4.0.0~beta1 host-arch-x86_64.1 host-system-other.1 io-page.2.4.0 ipaddr.5.0.0 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jst-config.v0.14.0 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-runtime.4.0.0~beta1 mirage-time.2.0.1 mirage-time-unix.2.0.1 mirage-unix.5.0.0 mmap.1.1.0 mtime.1.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 octavius.0.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.2 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.24.0 protocol_version_header.v0.14.0 ptime.0.8.6 randomconv.0.2.0 re.1.8.0 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 spawn.v0.12.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 textutils.v0.14.0 time_now.v0.14.0 timezone.v0.14.0 topkg.1.0.3 typerep.v0.14.0 uuidm.0.9.6 variantslib.v0.14.0 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-rng-lwt.dev mirage-crypto-rng-async.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-rng-lwt,mirage-crypto-rng-async,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build")) ) 2025-01-10 14:54.30: Waiting for resource in pool OCluster 2025-01-10 17:03.16: Waiting for worker… 2025-01-10 17:09.39: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org HEAD is now at c52a56a mirage-crypto-rng.unix: provide new generators: Urandom and Getentropy (#250) HEAD is now at d74c32f rdseed: 100 retries, rdrand: 10 retries (from ocaml/opam:debian-12-ocaml-4.14@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af' locally docker.io/ocaml/opam@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af: Pulling from ocaml/opam 258bb5da0827: Pulling fs layer 258bb5da0827: Verifying Checksum 258bb5da0827: Download complete 258bb5da0827: Pull complete Digest: sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af Status: Downloaded newer image for ocaml/opam@sha256:801fa6e55faea5f4dddbbfb1e0273428c2790318f247c5927365e8aa8ecdb2af 2025-01-10 17:11.50 ---> saved as "34049235888c55dfee8e0d042edc218e4ed0491550763b8d7f19e1f3c5a5c120" /: (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-01-10 17:11.50 ---> saved as "d2fbd3a59ead45fbcc7378d02addd0d24ee0d905aa116dd2421057fd94d64419" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-10 17:13.17 ---> saved as "c7fbe4ed35f37ea18d04bf8eb658488cbd1f84c20ef3d3f2ef8b9d8c39a48f8c" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-01-10 17:13.19 ---> saved as "3fea42e29cc8c3977e9cdb3c4233709f5fca21f0c8fcbd0d11659a7352af3a7b" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-10 17:13.20 ---> saved as "80cc51404a478b04ced69314490b605ffb95c3bcbf82ff074e07ac50330b26bf" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e fe0e1930288d1fe864d5c1f8162c332bcaf90682 || git fetch origin master) && git reset -q --hard fe0e1930288d1fe864d5c1f8162c332bcaf90682 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD de786e28db..67e940587b master -> origin/master fe0e193028 Merge pull request #27211 from hannesm/func-depr <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [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-01-10 17:15.20 ---> saved as "d49fc874da7479c801a76c6821fbef688a2aed718d697f5e1e0ba6d87a76d43d" /src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) 2025-01-10 17:15.20 ---> saved as "8180646ed844c257c7e096a36f3372412bcb7ce5c88e4830e6b1accd554d60b7" /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-rng-lwt.dev './' && \ \nopam pin add -yn mirage-crypto-rng-eio.dev './' && \ \nopam pin add -yn mirage-crypto-rng-async.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-rng-lwt.dev] synchronised (file:///src) mirage-crypto-rng-lwt is now pinned to file:///src (version dev) [mirage-crypto-rng-eio.dev] synchronised (file:///src) mirage-crypto-rng-eio is now pinned to file:///src (version dev) [mirage-crypto-rng-async.dev] synchronised (file:///src) mirage-crypto-rng-async 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-01-10 17:15.45 ---> saved as "dee5e42cb24ee7841fb78950962b48cc1409cc5314e2ce97ed0a48492b510846" /src: (env DEPS "alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 async.v0.14.0 async_kernel.v0.14.0 async_rpc_kernel.v0.14.0 async_unix.v0.14.0 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.14.0 base_quickcheck.v0.14.1 bigarray-compat.1.0.0 bin_prot.v0.14.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 core.v0.14.1 core_kernel.v0.14.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 fieldslib.v0.14.0 fmt.0.8.7 functoria-runtime.4.0.0~beta1 host-arch-x86_64.1 host-system-other.1 io-page.2.4.0 ipaddr.5.0.0 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jst-config.v0.14.0 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-runtime.4.0.0~beta1 mirage-time.2.0.1 mirage-time-unix.2.0.1 mirage-unix.5.0.0 mmap.1.1.0 mtime.1.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 octavius.0.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.2 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.24.0 protocol_version_header.v0.14.0 ptime.0.8.6 randomconv.0.2.0 re.1.8.0 result.1.5 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 spawn.v0.12.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 textutils.v0.14.0 time_now.v0.14.0 timezone.v0.14.0 topkg.1.0.3 typerep.v0.14.0 uuidm.0.9.6 variantslib.v0.14.0 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-rng-lwt.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - 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-security bookworm-security/main amd64 Packages [239 kB] - Fetched 343 kB in 0s (710 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-crypto.dev] synchronised (no changes) [mirage-crypto-ec.dev] synchronised (no changes) [mirage-crypto-pk.dev] synchronised (no changes) [mirage-crypto-rng.dev] synchronised (no changes) [mirage-crypto-rng-async.dev] synchronised (no changes) [mirage-crypto-rng-lwt.dev] synchronised (no changes) [mirage-crypto-rng-mirage.dev] synchronised (no changes) [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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [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-01-10 17:16.14 ---> saved as "36bea5e2e98865ce551527eb4bdd45e5868980954445df0d9422d13f9daf497f" /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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [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 112 packages - install alcotest 1.0.0 - install asn1-combinators 0.3.1 - install astring 0.8.5 - install async v0.14.0 - install async_kernel v0.14.0 - install async_rpc_kernel v0.14.0 - install async_unix v0.14.0 - install base v0.14.2 - install base-bytes base - install base_bigstring v0.14.0 - install base_quickcheck v0.14.1 - install bigarray-compat 1.0.0 - install bin_prot v0.14.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 core v0.14.1 - install core_kernel v0.14.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 fieldslib v0.14.0 - install fmt 0.8.7 - install functoria-runtime 4.0.0~beta1 (deprecated) - install io-page 2.4.0 - install ipaddr 5.0.0 - install jane-street-headers v0.14.0 - install jbuilder 1.0+beta20.1 - install jst-config v0.14.0 - install logs 0.6.3 - install lwt 5.4.0 - install macaddr 5.0.0 - install mirage-clock 3.0.1 - install mirage-clock-unix 3.0.1 - install mirage-runtime 4.0.0~beta1 (deprecated) - install mirage-time 2.0.1 - install mirage-time-unix 2.0.1 - install mirage-unix 5.0.0 - install mmap 1.1.0 - install mtime 1.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 octavius 0.1.0 - install ohex 0.2.0 - install ounit2 2.2.0 - install parsexp v0.14.1 - install ppx_assert v0.14.0 - install ppx_base v0.14.0 - install ppx_bench v0.14.1 - install ppx_bin_prot v0.14.0 - install ppx_cold v0.14.0 - install ppx_compare v0.14.0 - install ppx_custom_printf v0.14.1 - install ppx_derivers 1.0 - install ppx_deriving 5.2 - install ppx_deriving_yojson 3.6.1 - install ppx_enumerate v0.14.0 - install ppx_expect v0.14.1 - install ppx_fields_conv v0.14.2 - install ppx_fixed_literal v0.14.0 - install ppx_hash v0.14.0 - install ppx_here v0.14.0 - install ppx_inline_test v0.14.1 - install ppx_jane v0.14.0 - install ppx_js_style v0.14.1 - install ppx_let v0.14.0 - install ppx_module_timer v0.14.0 - install ppx_optcomp v0.14.2 - install ppx_optional v0.14.0 - install ppx_pipebang v0.14.0 - install ppx_sexp_conv v0.14.3 - install ppx_sexp_message v0.14.1 - install ppx_sexp_value v0.14.0 - install ppx_stable v0.14.1 - install ppx_string v0.14.1 - install ppx_typerep_conv v0.14.2 - install ppx_variants_conv v0.14.2 - install ppxlib 0.24.0 - install protocol_version_header v0.14.0 - install ptime 0.8.6 - install randomconv 0.2.0 - install re 1.8.0 - install result 1.5 - install seq 0.2.2 - install sexplib v0.14.0 - install sexplib0 v0.14.0 - install spawn v0.12.0 - install splittable_random v0.14.0 - install stdio v0.14.0 - install stdlib-shims 0.1.0 - install textutils v0.14.0 - install time_now v0.14.0 - install timezone v0.14.0 - install topkg 1.0.3 - install typerep v0.14.0 - install uuidm 0.9.6 - install variantslib v0.14.0 - 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 async.v0.14.0 (cached) -> retrieved async_kernel.v0.14.0 (cached) -> retrieved async_rpc_kernel.v0.14.0 (cached) -> retrieved async_unix.v0.14.0 (cached) -> retrieved base.v0.14.2 (cached) -> retrieved base_bigstring.v0.14.0 (cached) -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved base_quickcheck.v0.14.1 (cached) -> retrieved alcotest.1.0.0 (cached) -> retrieved bin_prot.v0.14.0 (cached) -> retrieved conf-gmp.1 (cached) -> retrieved conf-gmp-powm-sec.1 (cached) -> retrieved biniou.1.2.0 (cached) -> retrieved cmdliner.1.0.3 (cached) -> retrieved core.v0.14.1 (cached) -> installed conf-gmp.1 -> installed conf-pkg-config.1.0 -> installed conf-which.1 -> retrieved core_kernel.v0.14.1 (cached) -> retrieved cppo.1.6.1 (cached) -> retrieved cstruct.3.0.0 (cached) -> installed conf-gmp-powm-sec.1 -> retrieved domain-name.0.3.0 (cached) -> 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 fieldslib.v0.14.0 (cached) -> retrieved fmt.0.8.7 (cached) -> retrieved io-page.2.4.0 (cached) -> installed cmdliner.1.0.3 -> retrieved functoria-runtime.4.0.0~beta1, mirage-runtime.4.0.0~beta1 (cached) -> retrieved ipaddr.5.0.0, macaddr.5.0.0 (cached) -> retrieved jane-street-headers.v0.14.0 (cached) -> retrieved jst-config.v0.14.0 (cached) -> retrieved logs.0.6.3 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved lwt.5.4.0 (cached) -> retrieved mirage-clock.3.0.1, mirage-clock-unix.3.0.1 (cached) -> retrieved mirage-time.2.0.1, mirage-time-unix.2.0.1 (cached) -> retrieved mirage-unix.5.0.0 (cached) -> retrieved mmap.1.1.0 (cached) -> retrieved mtime.1.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 octavius.0.1.0 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved parsexp.v0.14.1 (cached) -> retrieved ounit2.2.2.0 (cached) -> retrieved ppx_assert.v0.14.0 (cached) -> retrieved ppx_base.v0.14.0 (cached) -> retrieved ppx_bench.v0.14.1 (cached) -> retrieved ppx_bin_prot.v0.14.0 (cached) -> retrieved ppx_cold.v0.14.0 (cached) -> retrieved ppx_compare.v0.14.0 (cached) -> retrieved ppx_custom_printf.v0.14.1 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ppx_enumerate.v0.14.0 (cached) -> retrieved ppx_deriving_yojson.3.6.1 (cached) -> retrieved ppx_expect.v0.14.1 (cached) -> retrieved ppx_deriving.5.2 (cached) -> retrieved ppx_fields_conv.v0.14.2 (cached) -> retrieved ppx_fixed_literal.v0.14.0 (cached) -> retrieved ppx_hash.v0.14.0 (cached) -> retrieved ppx_here.v0.14.0 (cached) -> retrieved ppx_inline_test.v0.14.1 (cached) -> retrieved ppx_jane.v0.14.0 (cached) -> retrieved ppx_js_style.v0.14.1 (cached) -> retrieved ppx_let.v0.14.0 (cached) -> retrieved ppx_module_timer.v0.14.0 (cached) -> retrieved ppx_optcomp.v0.14.2 (cached) -> retrieved ppx_pipebang.v0.14.0 (cached) -> retrieved ppx_optional.v0.14.0 (cached) -> retrieved ppx_sexp_conv.v0.14.3 (cached) -> retrieved ppx_sexp_message.v0.14.1 (cached) -> retrieved ppx_sexp_value.v0.14.0 (cached) -> retrieved ppx_stable.v0.14.1 (cached) -> retrieved ppx_string.v0.14.1 (cached) -> retrieved ppx_typerep_conv.v0.14.2 (cached) -> retrieved ppx_variants_conv.v0.14.2 (cached) -> retrieved protocol_version_header.v0.14.0 (cached) -> retrieved ptime.0.8.6 (cached) -> retrieved randomconv.0.2.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.0.2.2 (cached) -> retrieved re.1.8.0 (cached) -> retrieved sexplib.v0.14.0 (cached) -> retrieved sexplib0.v0.14.0 (cached) -> retrieved spawn.v0.12.0 (cached) -> retrieved splittable_random.v0.14.0 (cached) -> retrieved stdio.v0.14.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved textutils.v0.14.0 (cached) -> retrieved time_now.v0.14.0 (cached) -> retrieved timezone.v0.14.0 (cached) -> retrieved typerep.v0.14.0 (cached) -> retrieved uuidm.0.9.6 (cached) -> retrieved variantslib.v0.14.0 (cached) -> retrieved topkg.1.0.3 (cached) -> retrieved yojson.1.6.0 (cached) -> retrieved zarith.1.13 (cached) -> retrieved ppxlib.0.24.0 (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 spawn.v0.12.0 -> installed biniou.1.2.0 -> installed cppo.1.6.1 -> installed ocaml-compiler-libs.v0.11.0 -> installed dune.2.8.5 -> installed bigarray-compat.1.0.0 -> installed jane-street-headers.v0.14.0 -> installed randomconv.0.2.0 -> installed ohex.0.2.0 -> installed mirage-clock.3.0.1 -> installed mmap.1.1.0 -> installed result.1.5 -> installed macaddr.5.0.0 -> installed stdlib-shims.0.1.0 -> installed seq.0.2.2 -> installed sexplib0.v0.14.0 -> installed topkg.1.0.3 -> installed duration.0.1.0 -> installed uuidm.0.9.6 -> installed ounit2.2.2.0 -> installed re.1.8.0 -> installed octavius.0.1.0 -> installed mtime.1.0.0 -> installed yojson.1.6.0 -> installed astring.0.8.5 -> installed fmt.0.8.7 -> installed ptime.0.8.6 -> installed domain-name.0.3.0 -> installed functoria-runtime.4.0.0~beta1 -> installed alcotest.1.0.0 -> installed dune-private-libs.2.3.0 -> installed asn1-combinators.0.3.1 -> installed ipaddr.5.0.0 -> installed ocplib-endian.1.0 -> installed dune-configurator.2.3.0 -> installed mirage-clock-unix.3.0.1 -> installed lwt.5.4.0 -> installed mirage-time.2.0.1 -> installed mirage-time-unix.2.0.1 -> installed logs.0.6.3 -> installed mirage-runtime.4.0.0~beta1 -> installed base.v0.14.2 -> installed ppxlib.0.24.0 -> installed fieldslib.v0.14.0 -> installed stdio.v0.14.0 -> installed variantslib.v0.14.0 -> installed typerep.v0.14.0 -> installed ppx_optcomp.v0.14.2 -> installed parsexp.v0.14.1 -> installed ppx_cold.v0.14.0 -> installed ppx_stable.v0.14.1 -> installed ppx_here.v0.14.0 -> installed ppx_compare.v0.14.0 -> installed ppx_let.v0.14.0 -> installed ppx_enumerate.v0.14.0 -> installed ppx_fields_conv.v0.14.2 -> installed ppx_variants_conv.v0.14.2 -> installed ppx_typerep_conv.v0.14.2 -> installed ppx_pipebang.v0.14.0 -> installed ppx_fixed_literal.v0.14.0 -> installed sexplib.v0.14.0 -> installed ppx_js_style.v0.14.1 -> installed ppx_optional.v0.14.0 -> installed cstruct.3.0.0 -> installed ppx_sexp_conv.v0.14.3 -> installed io-page.2.4.0 -> installed ppx_deriving.5.2 -> installed eqaf.0.8 -> installed mirage-unix.5.0.0 -> installed digestif.1.2.0 -> installed ppx_hash.v0.14.0 -> installed ppx_assert.v0.14.0 -> installed ppx_deriving_yojson.3.6.1 -> installed ppx_sexp_value.v0.14.0 -> installed ppx_sexp_message.v0.14.1 -> installed ppx_custom_printf.v0.14.1 -> installed ppx_base.v0.14.0 -> installed jst-config.v0.14.0 -> installed bin_prot.v0.14.0 -> installed ppx_string.v0.14.1 -> installed time_now.v0.14.0 -> installed ppx_bin_prot.v0.14.0 -> installed ppx_module_timer.v0.14.0 -> installed ppx_inline_test.v0.14.1 -> installed ppx_bench.v0.14.1 -> installed ppx_expect.v0.14.1 -> installed splittable_random.v0.14.0 -> installed base_quickcheck.v0.14.1 -> installed ppx_jane.v0.14.0 -> installed base_bigstring.v0.14.0 -> installed core_kernel.v0.14.1 -> installed protocol_version_header.v0.14.0 -> installed timezone.v0.14.0 -> installed async_kernel.v0.14.0 -> installed async_rpc_kernel.v0.14.0 -> installed core.v0.14.1 -> installed textutils.v0.14.0 -> installed async_unix.v0.14.0 -> installed async.v0.14.0 Done. <><> mirage-runtime.4.0.0~beta1 installed successfully ><><><><><><><><><><><><> => Note: This package is deprecated. <><> functoria-runtime.4.0.0~beta1 installed successfully <><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-01-10 17:20.03 ---> saved as "6fc7b935c85749025b07c6e31c3594b7b13f8c12dfb8a48c87994c958da9f919" /src: (copy (src .) (dst /src)) 2025-01-10 17:20.07 ---> saved as "46726236077aa2a82e7aac771427577fd8bc545393811de6a7f082b282e9aed4" /src: (run (shell "opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-rng-lwt,mirage-crypto-rng-async,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build")) File "/home/opam/.opam/4.14/lib/spawn/spawn.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/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_symmetric_runner alias tests/runtest accel: XOR AES GHASH ................................................................ Ran: 64 tests in: 0.17 seconds. OK test_random_runner alias tests/runtest ......... Ran: 9 tests in: 0.14 seconds. OK test_entropy_collection alias tests/runtest reseeding: 000000 0008 0c4d e98f 846d f6d1 0008 fb68 a27e ...M...m.....h.~ 000010 4906 488c 0008 6744 a578 caf3 2fde 0008 I.H...gD.x../... 000020 b51f 1d9c 2758 7942 0008 9a97 6d6e b035 ....'XyB....mn.5 000030 0e7f 0008 21d3 545b fecf 9fab 0008 113e ....!.T[.......> 000040 3a8e d05e f046 0008 0542 1927 df76 26ad :..^.F...B.'.v&. 000050 0008 ef5c f0df cb16 2990 0008 ecbe e003 ...\....)....... 000060 ee65 8b85 0008 aec7 50ba 54ef 4369 0008 .e......P.T.Ci.. 000070 1724 73a3 c5f4 9e9b 0008 bdb0 9abf f38f .$s............. 000080 811f 0008 3efb 923e 9ce0 dff1 0008 88b4 ....>..>........ 000090 dc44 ea2c 2ad6 0008 06c9 d82e 2bf5 59ef .D.,*.......+.Y. 0000a0 0008 870d deda fbbd 5e70 0008 6f08 2d5d ........^p..o.-] 0000b0 4181 eae1 0008 00f1 89e0 ccc1 4289 0008 A...........B... 0000c0 861c a87d 0bfe ca2f 0008 e96a 1ecb d772 ...}.../...j...r 0000d0 a2d2 0008 9f4d 82a6 5198 c185 0008 8468 .....M..Q......h 0000e0 e18c d477 ced8 0008 77c4 2eab 2c5d 49e1 ...w....w...,]I. 0000f0 0008 9c7e 1633 bbed 7313 0008 1c12 8a31 ...~.3..s......1 000100 d62e 339a 0008 0f85 848e 1835 b898 0008 ..3........5.... 000110 c764 6a59 9e5e 8ca3 0008 7411 27d9 2dbd .djY.^....t.'.-. 000120 cbb3 0008 c563 c69d 10b7 80ff 0008 b429 .....c.........) 000130 5eca 245e 5056 0008 f752 a681 e35a 405c ^.$^PV...R...Z@\ 000140 0008 7f4a 28f8 2375 6120 0008 640e 66f8 ...J(.#ua ..d.f. 000150 e65f e6ce 0008 adfb eb67 0caa 2227 0008 ._.......g.."'.. 000160 db58 1cab 8285 5bea 0008 5f45 611e b741 .X....[..._Ea..A 000170 73d9 0008 8ac1 2e0e 921a 55a3 0008 e0c2 s.........U..... 000180 340b 9a48 88b0 0008 5f38 376d 2429 e391 4..H...._87m$).. 000190 0008 da6d c03d 4d80 486c 0008 22f7 d4c1 ...m.=M.Hl.."... 0001a0 7119 ba83 0008 95a2 29cc 105f f770 0008 q.......).._.p.. 0001b0 df38 9613 55f2 8b01 0008 df93 9375 6d86 .8..U........um. 0001c0 15a2 0008 eaa4 84d6 0cb5 fd59 0008 8a7f ...........Y.... 0001d0 d6f9 d518 b56c 0008 7053 492a 35e0 d5b8 .....l..pSI*5... 0001e0 0008 a6f1 8f83 df18 db18 0008 8201 2abc ..............*. 0001f0 de46 737a 0008 094c c694 846d 028a 0008 .Fsz...L...m.... 000200 d3f7 928b 7310 36e2 0008 a945 8a36 0239 ....s.6....E.6.9 000210 58df 0008 2670 b7a8 4b63 5b4c 0008 cf40 X...&p..Kc[L...@ 000220 f7c2 c1fa db0c 0008 799f bac3 ba65 c1ff ........y....e.. 000230 0008 e795 7e39 76ef 1995 0008 5b1a de2e ....~9v.....[... 000240 0a87 9bfc 0008 ffd4 325a f7c6 726d 0008 ........2Z..rm.. 000250 d0ad 2f53 9818 6b4d 0008 65e2 5983 66b4 ../S..kM..e.Y.f. 000260 e8a8 0008 7f28 539c e147 ecd0 0008 514b .....(S..G....QK 000270 aaf3 4461 8020 0008 9103 1d47 f49d 0cfb ..Da. .....G.... 000280 0008 1713 9319 fcb3 69fe 0008 0eca 7f36 ........i......6 000290 127a 9ecf 0008 17de dd54 5296 4cd9 0008 .z.......TR.L... 0002a0 84c0 f7b3 7dc8 0d98 0008 c3c5 a920 fa9a ....}........ .. 0002b0 f179 0008 dadb 1aa1 23fe 5bec 0008 1b5e .y......#.[....^ 0002c0 b4ff 0f08 b7e0 0008 9033 5fe5 3d1d e6a1 .........3_.=... 0002d0 0008 f461 95f9 2fc7 e164 0008 008e 6afd ...a../..d....j. 0002e0 132f 5869 0008 c449 aff2 b5ca e2c9 0008 ./Xi...I........ 0002f0 1a5d cc70 fb3d 3b8a 0008 60b8 5fa5 4e94 .].p.=;...`._.N. 000300 99e4 0008 ad24 225c 21f0 7564 0008 10df .....$"\!.ud.... 000310 df77 8bda 5d46 0008 6afc 9fe9 b0ec d1a2 .w..]F..j....... 000320 0008 b5f8 fe81 5986 e398 0008 7de1 06ed ......Y.....}... 000330 046d 922d 0008 2fe7 0d02 da43 ecf2 0008 .m.-../....C.... 000340 6360 b026 9e1e f999 0008 6e57 de4b cc51 c`.&......nW.K.Q 000350 d1a5 0008 9c6f 5f50 ba6d 3b60 0008 f86a .....o_P.m;`...j 000360 78a9 3faf 04b3 0008 3777 c27d 1a49 6133 x.?.....7w.}.Ia3 000370 0008 ef5b 904d b13d cbd4 0008 4301 bb2b ...[.M.=....C..+ 000380 d797 81db 0008 5afa 9b0e 66ba da51 0008 ......Z...f..Q.. 000390 1a76 8d04 20b2 333c 0008 ac07 a54f 1cb1 .v.. .3<.....O.. 0003a0 4ce0 0008 9429 8095 5c2e ddd3 0008 09c0 L....)..\....... 0003b0 5a60 c9f1 a3fb 0008 6aa7 6d49 7466 127c Z`......j.mItf.| 0003c0 0008 e375 1be3 5e2b 1a56 0008 51a9 a53d ...u..^+.V..Q..= 0003d0 67b7 dd79 0008 fc86 78dc ea7e 4912 0008 g..y....x..~I... 0003e0 5f05 01e1 6942 dd22 0008 38db 0881 1928 _...iB."..8....( 0003f0 64fe 0008 6fed 0bf2 60ad 0cf7 0008 602d d...o...`.....`- 000400 32f5 a8fa ee7e 0008 660b 9bbd 51ba b504 2....~..f...Q... 000410 0008 a565 036b e1c5 defb 0008 66d3 1df1 ...e.k......f... 000420 f4e3 fc89 0008 fb1d 777f c770 f999 0008 ........w..p.... 000430 ec83 d9c5 c062 4078 0008 f9dc a52a cbed .....b@x.....*.. 000440 3071 0008 86d3 ff74 c585 2931 0008 2bea 0q.....t..)1..+. 000450 d958 d02b ceae 0008 2935 48a5 4c10 3319 .X.+....)5H.L.3. 000460 0008 8e8a ebeb 0458 c4ea 0008 a459 1a0d .......X.....Y.. 000470 53c4 a456 0008 2857 d7c5 b781 d3c1 0008 S..V..(W........ 000480 da6c 6eb5 1d07 a1a7 0008 d044 99d1 161a .ln........D.... 000490 bf8e 0008 b451 4174 1a51 b140 0008 3ebb .....QAt.Q.@..>. 0004a0 e50f 7573 a149 0008 cc1d 1b1d 6bff b8fe ..us.I......k... 0004b0 0008 6ca2 bcde f0dc 1469 0008 2db8 ffad ..l......i..-... 0004c0 9877 9410 0008 44d8 ee1a 66d3 d895 0008 .w....D...f..... 0004d0 6831 589c 3893 67b3 0008 4b84 709c ac5d h1X.8.g...K.p..] 0004e0 a0ea 0008 700c 8ac2 00e3 8af6 0008 2820 ....p.........( 0004f0 39c7 0311 d894 0008 c514 66f2 2af7 f032 9.........f.*..2 000500 0008 5ae9 33e9 8b8f 40f6 0008 1b76 cb44 ..Z.3...@....v.D 000510 2ab1 2035 0008 ba31 f124 80da 079d 0008 *. 5...1.$...... 000520 9bad a04b 2e23 6f43 0008 f60a d523 e376 ...K.#oC.....#.v 000530 8fe2 0008 1167 4c4a 3b4d 42da 0008 6f18 .....gLJ;MB...o. 000540 f3d7 5b36 5129 0008 7520 139f b620 2de4 ..[6Q)..u ... -. 000550 0008 75fa bbad c36a 6eff 0008 39e5 86d1 ..u....jn...9... 000560 e311 181c 0008 d4da c21e 5b1f daaa 0008 ..........[..... 000570 e7ef 78db 31da d163 0008 e922 920d 2622 ..x.1..c..."..&" 000580 347c 0008 f4cd 7a44 2c97 af9d 0008 0d65 4|....zD,......e 000590 6ff0 e28e 5593 0008 45bb ffa0 4ab5 f7be o...U...E...J... 0005a0 0008 324a 31d6 62e1 984a 0008 7335 211c ..2J1.b..J..s5!. 0005b0 8e39 2431 0008 0bfa cba5 0997 be73 0008 .9$1.........s.. 0005c0 43fc da66 96bd 14f8 0008 c3bf 76cf 13ea C..f........v... 0005d0 1a57 0008 d6ae 91cf 0ad0 0da7 0008 56c9 .W............V. 0005e0 154e b38c 610c 0008 a9d0 4655 21a4 2668 .N..a.....FU!.&h 0005f0 0008 958d 8149 126a bc8f 0008 0023 17cb .....I.j.....#.. 000600 7247 b516 0008 44bd a802 096f de8b 0008 rG....D....o.... 000610 3e6c 21b5 e413 3412 0008 020e eeec 0686 >l!...4......... 000620 4d2f 0008 1317 5391 69f4 edd1 0008 3008 M/....S.i.....0. 000630 87af cb73 fbae 0008 481d b8fd e45e 157c ...s....H....^.| 000640 0008 28e6 7518 9992 81bd 0008 01ea 3c8a ..(.u.........<. 000650 135f 4763 0008 c91f 2b93 061f db8a 0008 ._Gc....+....... 000660 ba20 c9e1 5c05 4a74 0008 d6ec 7861 0827 . ..\.Jt....xa.' 000670 0ff9 0008 65ee e5a6 1b67 ec25 0008 7def ....e....g.%..}. 000680 7394 696f 2033 0008 c6a0 ee7f 7611 bc88 s.io 3......v... 000690 0008 bf7a c2a2 c268 8a24 0008 e93b a380 ...z...h.$...;.. 0006a0 bf5d 803d 0008 258c b086 97aa 3666 0008 .].=..%.....6f.. 0006b0 3f58 0826 e3f1 372f 0008 b4ae 6d99 1f61 ?X.&..7/....m..a 0006c0 eaf4 0008 a9ba feb6 c0a4 174b 0008 1cb9 ...........K.... 0006d0 854a dea9 65f3 0008 d24f d6bc 2598 7379 .J..e....O..%.sy 0006e0 0008 2188 6fcc 0a20 baa8 0008 556d 07af ..!.o.. ....Um.. 0006f0 0e57 5b8b 0008 5b24 9a0d 3e84 22cd 0008 .W[...[$..>."... 000700 dee4 cafe ea81 81e7 0008 c3ad f3db efdc ................ 000710 b456 0008 7d2f aa70 d99d 5003 0008 c23f .V..}/.p..P....? 000720 057f 9236 a632 0008 4a0e f186 e5dc 41af ...6.2..J.....A. 000730 0008 0767 8dab 09c2 394b 0008 37bb a957 ...g....9K..7..W 000740 9e50 3f17 0008 495f ddf0 175e 402f 0008 .P?...I_...^@/.. 000750 36d7 baf5 a3cb 81ce 0008 2bfa 8ccb 87be 6.........+..... 000760 4be4 0008 fc88 75df 5209 dac5 0008 5fd2 K.....u.R....._. 000770 50c6 a835 d624 0008 05e2 73f2 dabf 06d5 P..5.$....s..... 000780 0008 4329 c0f7 bbba a1c5 0008 832d 8cd5 ..C).........-.. 000790 5ed8 7b8c 0008 8c7e 6c84 06f2 4b8a 0008 ^.{....~l...K... 0007a0 578f 85df f317 6751 0008 3c97 2d20 2463 W.....gQ..<.- $c 0007b0 ef59 0008 86e1 79d1 7db6 605e 0008 e025 .Y....y.}.`^...% 0007c0 6f08 2f3a c57b 0008 30d1 1fb2 1155 eb51 o./:.{..0....U.Q 0007d0 0008 1eee f9f5 3b54 d340 0008 1e56 3a33 ......;T.@...V:3 0007e0 26a1 ffec 0008 bbe7 2fe2 4fa7 6773 0008 &......./.O.gs.. 0007f0 7311 9d99 5519 2f91 0008 fbe2 21ac 64bf s...U./.....!.d. 000800 be1a 0008 097a 372c 2351 7e8f 0008 eec9 .....z7,#Q~..... 000810 baa1 fd66 e9d4 0008 0a45 6e09 3d18 eaf7 ...f.....En.=... 000820 0008 1306 27f2 fd26 0cf8 0008 c1a2 9737 ....'..&.......7 000830 a428 667a 0008 0b55 84ff 44c4 c00f 0008 .(fz...U..D..... 000840 10dd cf26 a28c 0cc9 0008 db20 dcf7 0daf ...&....... .... 000850 16c2 0008 7128 d015 fa35 63f3 0008 dd78 ....q(...5c....x 000860 82be a5bd dc36 0008 51e7 aba6 6896 2076 .....6..Q...h. v 000870 0008 d61a 091c e661 6736 0008 eeb4 d8af .......ag6...... 000880 d962 ce52 0008 563a 7007 d1f2 639d 0008 .b.R..V:p...c... 000890 9d3e 1c66 0c9f 2807 0008 2156 5303 5d02 .>.f..(...!VS.]. 0008a0 f1a6 0008 1561 4912 6c69 8787 0008 247e .....aI.li....$~ 0008b0 2c03 f665 ef43 0008 eab9 7008 5c82 6d2e ,..e.C....p.\.m. 0008c0 0008 abff aa80 afcf 0c10 0008 42eb 6921 ............B.i! 0008d0 17c5 a95d 0008 f8c0 41d2 1804 a39f 0008 ...]....A....... 0008e0 4f56 5303 fabf 54d1 0008 fade 16bf 741f OVS...T.......t. 0008f0 b12e 0008 61cc ff38 2b4e 6ffa 0008 5be0 ....a..8+No...[. 000900 5682 d158 b846 0008 9985 9618 f7d2 30b0 V..X.F........0. 000910 0008 4c4b fb08 d83c ab0a 0008 7cf4 8d3c ..LK...<....|..< 000920 dd9c 4777 0008 899b 642b 028b c9bd 0008 ..Gw....d+...... 000930 d476 af05 4209 7ac0 0008 7f30 40fb 8e27 .v..B.z....0@..' 000940 9bcf 0008 c1f5 e69b c37b 9ad0 0008 b74d .........{.....M 000950 3c6b 7878 95b4 0008 e838 6531 0f2e 77a3 <kxx.....8e1..w. 000960 0008 bcde 5f18 aa8b 4bd1 0008 cafb 9062 ...._...K......b 000970 ffbf 5f7b 0008 d2bb 0a93 66fa d4be 0008 .._{......f..... 000980 b11a 1742 5549 4851 0008 7f5a 58ec 69dc ...BUIHQ...ZX.i. 000990 71b4 0008 5686 3d86 8dae 2de8 0008 7e60 q...V.=...-...~` 0009a0 a5ad 5fd5 c7b5 0008 7987 84eb 0933 7821 .._.....y....3x! 0009b0 0008 99d6 9495 131a 29fc 0008 1756 69b4 ........)....Vi. 0009c0 71c4 e858 0008 a275 d796 f544 dabe 0008 q..X...u...D.... 0009d0 f2b8 d954 eea5 fdc7 0008 bd65 22b1 e29b ...T.......e"... 0009e0 cc6a 0008 5efc 8d64 12b6 4ba6 0008 d402 .j..^..d..K..... 0009f0 bf10 55bc 548a 0008 452e 0e79 d568 4bc2 ..U.T...E..y.hK. 000a00 0008 5ec5 047a 115b e5ce 0008 bcc3 ab5d ..^..z.[.......] 000a10 5a28 038c 0008 8beb 5d94 7520 891f 0008 Z(......].u .... 000a20 2f50 c7c2 23ab 2baf 0008 dbed efce 1b5b /P..#.+........[ 000a30 45dd 0008 f70c 7f77 f30a 92b0 0008 5dae E......w......]. 000a40 714e e767 9f37 0008 80b1 e8f0 1c80 74bb qN.g.7........t. 000a50 0008 d882 46f1 7eb9 2408 0008 8403 68d0 ....F.~.$.....h. 000a60 819d c76a 0008 5e8e 095c 3653 7f31 0008 ...j..^..\6S.1.. 000a70 2bf6 991f 334a f958 0008 7716 b6bd 12d0 +...3J.X..w..... 000a80 26be 0008 f175 de8c c8f5 0ae8 0008 5e19 &....u........^. 000a90 357c 70f9 8715 0008 13bc 9f20 8221 f525 5|p........ .!.% 000aa0 0008 b355 e99a b524 cc30 0008 a349 25c3 ...U...$.0...I%. 000ab0 ab76 ed2c 0008 215b 8440 4729 60c1 0008 .v.,..![.@G)`... 000ac0 8b6e c341 764c 149e 0008 e3ca 611e 1165 .n.AvL......a..e 000ad0 c403 0008 8dc0 a116 d3b9 f683 0008 5828 ..............X( 000ae0 aef4 941b d691 0008 d7ce b3da eee2 f083 ................ 000af0 0008 db26 5bb1 c6ae a752 0008 ab9b 1325 ...&[....R.....% 000b00 c076 36b9 0008 381b 6d28 53f3 3745 0008 .v6...8.m(S.7E.. 000b10 5032 8acd c3ac 92f8 0008 0790 96c4 5901 P2............Y. 000b20 9666 0008 4f64 1207 9d6e 488f 0008 ef65 .f..Od...nH....e 000b30 8cd4 4fc6 78b0 0008 c404 16fe 29f2 db88 ..O.x.......)... 000b40 0008 5dcd 44c5 435b 792f 0008 8d04 f300 ..].D.C[y/...... 000b50 6aa3 9dc8 0008 49f7 dc1b ae0f 86c9 0008 j.....I......... 000b60 506b 7c39 8c8e d9c3 0008 8d54 1a7b e070 Pk|9.......T.{.p 000b70 e137 0008 b93d e352 c0fe 0711 0008 9948 .7...=.R.......H 000b80 9b1a 860c aa2d 0008 e7a9 e7e3 6ba6 f55b .....-......k..[ 000b90 0008 9469 cc6f c076 cb8b 0008 afa6 732c ...i.o.v......s, 000ba0 6b6f 5621 0008 8144 91ba 2987 9493 0008 koV!...D..)..... 000bb0 4563 96e9 1dfd 15bf 0008 2b83 6a1a ca72 Ec........+.j..r 000bc0 ba2e 0008 43e5 96f5 97c4 9cc4 0008 1975 ....C..........u 000bd0 fce9 2eb8 6dde 0008 a40d 8909 e291 360b ....m.........6. 000be0 0008 b7f6 a753 0ad4 a716 0008 c241 2029 .....S.......A ) 000bf0 befb d034 0008 5b7e 21ff e0b7 1fb6 0008 ...4..[~!....... 000c00 7092 dfaa 0fe6 e5cd 0008 9b0c 5562 dc3b p...........Ub.; 000c10 85fb 0008 3fa6 d3d0 8d0e d00d 0008 90d8 ....?........... 000c20 09bc c40d d303 0008 8142 4229 dff1 ce53 .........BB)...S 000c30 0008 6e14 ed51 1749 c2e8 0008 4dbc 3ed2 ..n..Q.I....M.>. 000c40 e4f8 a41a 0008 c0e3 56a8 8c7a 85bf 0008 ........V..z.... 000c50 18a4 15e0 4c82 2e30 0008 3cbb 26e5 463c ....L..0..<.&.F< 000c60 4d6b 0008 196c e698 48df c298 0008 0588 Mk...l..H....... 000c70 e909 572c cd22 0008 c6cc f5c1 19cf abbb ..W,.".......... 000c80 0008 c0df b8cf 7095 1265 0008 b7f1 0534 ......p..e.....4 000c90 4372 2196 0008 3e26 de23 3f64 fa03 0008 Cr!...>&.#?d.... 000ca0 e06d 58f2 9e51 2d9e 0008 7ff7 8e6a 4cb1 .mX..Q-......jL. 000cb0 4996 0008 0445 579f 3295 d4f9 0008 bd53 I....EW.2......S 000cc0 01c2 963b 3abd 0008 5182 b8e0 1689 568f ...;:...Q.....V. 000cd0 0008 b306 90f4 f670 ecfc 0008 c7a6 332d .......p......3- 000ce0 04ee 5e65 0008 6209 746b 4852 dca2 0008 ..^e..b.tkHR.... 000cf0 cea8 ad30 9fe4 3b3b 0008 8ce9 96b8 e46d ...0..;;.......m 000d00 062a 0008 f244 d362 2ecd d089 0008 ee95 .*...D.b........ 000d10 c702 812f 9ebc 0008 1f8f 9237 c322 223a .../.......7."": 000d20 0008 dfa4 f682 fce9 797a 0008 94f9 4111 ........yz....A. 000d30 2b29 ee40 0008 773b dd8d c35b 489b 0008 +).@..w;...[H... 000d40 cba5 0c2d c81e 9aa3 0008 ae3c a5cf f907 ...-.......<.... 000d50 71b5 0008 1749 d2f3 163a 86ed 0008 b2ef q....I...:...... 000d60 d509 06d7 a844 0008 fc80 c262 68ac 5c37 .....D.....bh.\7 000d70 0008 821c 8c45 0c8b 5281 0008 1371 d2bb .....E..R....q.. 000d80 c13b 8983 0008 da02 9ee2 3b2b c723 0008 .;........;+.#.. 000d90 81e5 b6c5 4eb0 76c0 0008 6134 6cec c6d2 ....N.v...a4l... 000da0 e1e8 0008 53fe 5708 2ab4 baaf 0008 be27 ....S.W.*......' 000db0 9620 19ba b4a7 0008 6069 b609 1790 320e . ......`i....2. 000dc0 0008 298e b9f8 3272 1243 0008 5944 17be ..)...2r.C..YD.. 000dd0 6ad3 4d93 0008 f5e1 4a50 46d9 0269 0008 j.M.....JPF..i.. 000de0 84f0 6c86 da13 213d 0008 faa9 afc2 4018 ..l...!=......@. 000df0 7dc3 0008 f59b f307 06ef ceb3 0008 6316 }.............c. 000e00 66d2 521e 6cc0 0008 277a c6af 22a8 3354 f.R.l...'z..".3T 000e10 0008 1d7f 56e0 52b5 ca66 0008 561e f319 ....V.R..f..V... 000e20 3017 236a 0008 c706 9f9b 6cf2 1016 0008 0.#j......l..... 000e30 e8f7 5076 e294 970d 0008 129b 3ddd 410e ..Pv........=.A. 000e40 6da2 0008 cb15 6d3b f3ed c2f2 0008 cabe m.....m;........ 000e50 b836 4cdb f2c6 0008 6019 b9a3 70ee 90d9 .6L.....`...p... 000e60 0008 ca64 996e 99fb 70ac 0008 177d 6441 ...d.n..p....}dA 000e70 41b9 d815 0008 ef5a 0597 b6d5 3e11 0008 A......Z....>... 000e80 c639 67af 8c64 23fd 0008 9a7c ca8f 4f52 .9g..d#....|..OR 000e90 b322 0008 4e9a a99f 14ba 7312 0008 313e ."..N.....s...1> 000ea0 e869 4404 680a 0008 3116 7800 e3ac 960b .iD.h...1.x..... 000eb0 0008 e345 e097 7e0f 029e 0008 7ab3 4def ...E..~.....z.M. 000ec0 aca0 1240 0008 3c48 8559 c57f 3863 0008 ...@..<H.Y..8c.. 000ed0 1415 a9ef 33f0 2118 0008 c31f e1d6 ca82 ....3.!......... 000ee0 8747 0008 a336 6640 6838 fb3c 0008 c880 .G...6f@h8.<.... 000ef0 9374 e0bb 84fe 0008 61c7 4840 a179 7f1e .t......a.H@.y.. 000f00 0008 dec2 a574 2a22 c98a 0008 acfb 862d .....t*".......- 000f10 2bd3 d122 0008 1f74 0984 be51 fc26 0008 +.."...t...Q.&.. 000f20 6b0d 5d60 e670 a668 0008 bca1 b327 25e6 k.]`.p.h.....'%. 000f30 1f7d 0008 2a15 501c 26e9 1666 0008 18e3 .}..*.P.&..f.... 000f40 6afa 17e5 2092 0008 e938 e86c 7b8d ddb0 j... ....8.l{... 000f50 0008 3ed8 23bd 3a09 0e8b 0008 3256 42e2 ..>.#.:.....2VB. 000f60 52ec 0257 0008 606e 5345 8e95 f4f4 0008 R..W..`nSE...... 000f70 cdfa 1002 3677 055e 0008 8754 705b 86d9 ....6w.^...Tp[.. 000f80 7f7a 0008 a1f9 aef4 76b2 3efd 0008 674e .z......v.>...gN 000f90 abd5 1a54 c9a4 0008 e9c9 a5f8 0f71 e6f4 ...T.........q.. 000fa0 0008 b755 a3dd 04f4 9f4c 0008 b8cf a0cb ...U.....L...... 000fb0 01ad 59ed 0008 428a 08b0 35fe a342 0008 ..Y...B...5..B.. 000fc0 46fe 1164 3461 765d 0008 420e 6e7b 71fb F..d4av]..B.n{q. 000fd0 2c59 0008 b2d9 9b54 bb9a c95b 0008 855b ,Y.....T...[...[ 000fe0 f0a2 ba65 6b82 0008 e6d4 6cad 1dc0 cbac ...ek.....l..... 000ff0 0008 b211 d5a1 74f6 59f0 0008 9601 c53d ......t.Y......= 001000 bf59 1664 0008 eb9b 5d1d 38ba fe0c 0008 .Y.d....].8..... 001010 f851 dfef cffa c098 0008 90a1 d39f 1325 .Q.............% 001020 9fc5 0008 c2c4 aa96 0163 ba89 0008 aaf6 .........c...... 001030 e658 e10e aaf6 0008 8074 860a c094 ef05 .X.......t...... 001040 0008 3a8c 68a2 0429 b297 0008 31ce 015c ..:.h..)....1..\ 001050 db4f 2c78 0008 4d66 657a 470b 663b 0008 .O,x..MfezG.f;.. 001060 5c22 f103 de4d 31e1 0008 4ef4 a4fa 1162 \"...M1...N....b 001070 057d 0008 28bd bdfd f1b4 e2e6 0008 8cd3 .}..(........... 001080 1148 d290 d105 0008 ae4a d8c6 5a85 f690 .H.......J..Z... 001090 0008 6a42 452f ed5b 48d9 0008 e1f8 8530 ..jBE/.[H......0 0010a0 24cf 5010 0008 157d c8ee 9b90 06d4 0008 $.P....}........ 0010b0 ae2e 547c d8e5 ebbd 0008 eae5 049e 325a ..T|..........2Z 0010c0 c7f7 0008 77da f720 4c5c bbed 0008 d8a4 ....w.. L\...... 0010d0 99f6 4f89 4396 0008 6457 7db0 292f 9bf3 ..O.C...dW}.)/.. 0010e0 0008 f25e 82b7 26cf 1037 0008 d281 cb8e ...^..&..7...... 0010f0 06e5 46f1 0008 0bb4 f4de 96b3 1b32 0008 ..F..........2.. 001100 e105 0514 8911 102b 0008 bc32 e7e7 994d .......+...2...M 001110 a71f 0008 7c97 ae74 1b75 3422 0008 2156 ....|..t.u4"..!V 001120 4c58 da9b 7363 0008 dcc2 b4de da73 2904 LX..sc.......s). 001130 0008 63c0 e6c6 dc81 9fe1 0008 e861 5a48 ..c..........aZH 001140 1c0a 3ae7 0008 d60a 44ad d9b6 0391 0008 ..:.....D....... 001150 57cd 6386 e09b 26d8 0008 da56 543f da10 W.c...&....VT?.. 001160 6360 0008 ba95 0007 0be1 0733 0008 7640 c`.........3..v@ 001170 ca1e c8f0 c845 0008 1a60 7399 0ef4 834d .....E...`s....M 001180 0008 4a90 0956 e7f2 2ea1 0008 5f08 c5a4 ..J..V......_... 001190 66d0 10d1 0008 3753 15f5 064a 4bdc 0008 f.....7S...JK... 0011a0 353d b91d 69f5 f173 0008 90d5 dce1 7522 5=..i..s......u" 0011b0 acb2 0008 ddde 16ab e77c 5f8d 0008 460b .........|_...F. 0011c0 ae9e 4099 a852 0008 c5e4 ba38 598c 75ca ..@..R.....8Y.u. 0011d0 0008 3a67 2a55 1fd0 b2f4 0008 f80e 2c3b ..:g*U........,; 0011e0 ae6a 56d4 0008 d299 adf2 c6da c6cb 0008 .jV............. 0011f0 c67a 80e5 46e0 dabb 0008 34e4 8537 751e .z..F.....4..7u. 001200 10e5 0008 6969 699b e045 f0b4 0008 7dae ....iii..E....}. 001210 4e2f f1b5 513a 0008 2acc 1a84 ca9f f272 N/..Q:..*......r 001220 0008 d632 61ae 3952 e4b8 0008 96f6 2503 ...2a.9R......%. 001230 0042 682d 0008 b0b0 da6f 22b2 b104 0008 .Bh-.....o"..... 001240 499d 1c8f 45ec f4b8 0008 6ed8 1721 d45a I...E.....n..!.Z 001250 fbe7 0008 ed91 5c4e 07da d132 0008 21c1 ......\N...2..!. 001260 544c 5299 66bd 0008 98d4 080f 997e 47b5 TLR.f........~G. 001270 0008 2cac 4063 ea9f 82ab 0008 bf1e 6e62 ..,.@c........nb 001280 7112 6f65 0008 284c 2720 7133 bd87 0008 q.oe..(L' q3.... 001290 ce29 5f3e ab34 b1a2 0008 a703 b834 de9c .)_>.4.......4.. 0012a0 b1ba 0008 169d 90ed 4c11 753a 0008 7524 ........L.u:..u$ 0012b0 8b74 5967 086b 0008 0db2 f5c0 524a 3a0a .tYg.k......RJ:. 0012c0 0008 e225 08c5 f2b9 32ab 0008 af0c 558d ...%....2.....U. 0012d0 22da 27f1 0008 24c2 f375 c85a 2202 0008 ".'...$..u.Z"... 0012e0 90bf c04e 62cd e8b4 0008 7235 acdc 8dce ...Nb.....r5.... 0012f0 d65b 0008 406a cde2 bacb f227 0008 9508 .[..@j.....'.... 001300 acfc b9ad b975 0008 5fbe c875 5c89 c74a .....u.._..u\..J 001310 0008 db0d cef6 5b5f bdb1 0008 2531 ede2 ......[_....%1.. 001320 83d8 7fbd 0008 3a26 7062 4daa a1b5 0008 ......:&pbM..... 001330 0b7d 3f55 b0b3 4a6f 0008 177e 3c4d a983 .}?U..Jo...~<M.. 001340 14e6 0008 d80a f9bd 4e3f 0ae2 0008 d324 ........N?.....$ 001350 1383 1fc1 4ba2 0008 f0d9 5006 7d18 63ff ....K.....P.}.c. 001360 0008 a3cf 4e1b c17c c63f 0008 b4bf a5a0 ....N..|.?...... 001370 866d b32b 0008 5ac8 df10 d12d 5411 0008 .m.+..Z....-T... 001380 0bc6 fdba 264d 8306 0008 36ee d734 543c ....&M....6..4T< 001390 79d2 0008 4220 f5bb 1b86 c81d 0008 48b2 y...B ........H. 0013a0 6812 ade1 2ab4 0008 3cdb c059 1dc5 4098 h...*...<..Y..@. 0013b0 0008 7d3f 66ec 7e8d 9dfa 0008 3986 a2f7 ..}?f.~.....9... 0013c0 16b0 ab9d 0008 ca4a 3561 258f bd3a 0008 .......J5a%..:.. 0013d0 5c80 eaa6 a494 acd6 0008 a6da c33a c8ad \............:.. 0013e0 3c7e 0008 02b1 a79f 9ef7 f3c3 0008 ee93 <~.............. 0013f0 f437 37eb 34a8 0008 465a 8280 63ee 3e70 .77.4...FZ..c.>p 001400 0108 2f1a 95f8 cfc5 27d4 0108 7e4b c648 ../.....'...~K.H 001410 eabf d787 0108 4323 9dac f223 ac93 0108 ......C#...#.... 001420 13b9 3889 c2fd a7d6 0108 165f 1e5d 1532 ..8........_.].2 001430 f38c 0108 c337 6bd5 3921 44b4 0108 39af .....7k.9!D...9. 001440 4938 313d 838a 0108 47da 8986 3f0f 1558 I81=....G...?..X 001450 0108 ece1 1b14 a616 d8c6 0108 f829 94ce .............).. 001460 a644 3389 0108 7a18 662b 4baa c041 0108 .D3...z.f+K..A.. 001470 85f2 85de 2960 2b88 0108 13cb 0ee7 d5bf ....)`+......... 001480 a770 0108 8e53 863e 44b5 2afc 0108 e418 .p...S.>D.*..... 001490 da0d 19d9 07f4 0108 e09a 4b0d ccd7 9e9d ..........K..... 0014a0 0108 ec36 5ce3 521d 9da2 0108 bc52 2d9f ...6\.R......R-. 0014b0 a391 8c53 0108 87f3 c152 c82b 4e2a 0108 ...S.....R.+N*.. 0014c0 96e4 0763 c2bc e266 0108 b9d7 b1cc 3ad3 ...c...f......:. 0014d0 3d5d 0108 accf 948f e324 252e 0108 bd96 =].......$%..... 0014e0 d6e7 ad7d 295d 0108 590a 5c80 da16 1634 ...})]..Y.\....4 0014f0 0108 c8f9 5009 e182 a608 0108 2343 283a ....P.......#C(: 001500 2a99 8894 0108 7f41 c92d e8a1 be49 0108 *......A.-...I.. 001510 e2c6 6996 1093 0064 0108 ab37 5137 afcc ..i....d...7Q7.. 001520 f573 0108 ab5b 1a5c 20bd 8b94 0108 8bc2 .s...[.\ ....... 001530 bde4 7bbe 4211 0108 bf05 e9ce fa84 2cb1 ..{.B.........,. 001540 0108 2e8b d47d 822d 869b 0108 f3b8 304c .....}.-......0L 001550 daeb b873 0108 7f50 b711 ad8f ad76 0108 ...s...P.....v.. 001560 71b5 a3d3 7112 a5d5 0108 0998 855a d59e q...q........Z.. 001570 9265 0108 c221 b087 716e 92cb 0108 b53e .e...!..qn.....> 001580 2cfe a16b 0d3d 0108 84e5 e342 93f3 ff9e ,..k.=.....B.... 001590 0108 1d07 23c6 a473 6fad 0108 be4e 53e5 ....#..so....NS. 0015a0 4c28 afff 0108 09a2 bb2b 686f 0cd1 0108 L(.......+ho.... 0015b0 493f 465b a5af 77d8 0108 a366 10ab 103a I?F[..w....f...: 0015c0 e358 0108 427a 0bd7 fa31 bc0d 0108 230f .X..Bz...1....#. 0015d0 fe3b 4816 25be 0108 a97e 9a7a e9b8 e21e .;H.%....~.z.... 0015e0 0108 784d b1ec f279 72e8 0108 a998 8dfe ..xM...yr....... 0015f0 7945 d67f 0108 e585 357c 03cd f98c 0108 yE......5|...... 001600 5d13 a960 bdc4 afeb 0108 7f1b b95a 87aa ]..`.........Z.. 001610 40b2 0108 9279 d7b5 21b7 1f22 0108 4469 @....y..!.."..Di 001620 c5c4 ec28 d5d8 0108 9fed dbbe 5e4f bb79 ...(........^O.y 001630 0108 63bc 2cad 6f12 ff8f 0108 ea72 17d3 ..c.,.o......r.. 001640 83d8 2689 0108 8ca2 e822 c3a3 0f69 0108 ..&......"...i.. 001650 aafa d6b8 be54 4c44 0108 26ba ef02 1ac6 .....TLD..&..... 001660 1f0a 0108 dcc9 dd38 8325 fb40 0108 ba0d .......8.%.@.... 001670 bafc 1f23 efd8 0108 2094 6f75 9820 9816 ...#.... .ou. .. 001680 0108 af79 fb3b e386 949d 0108 2018 13a2 ...y.;...... ... 001690 1bfd 74d3 0108 07b2 b21f 31db e109 0108 ..t.......1..... 0016a0 7594 6196 d814 57db 0108 a055 1df2 390e u.a...W....U..9. 0016b0 1b7e 0108 8355 4aae 7bc0 479b 0108 d4a8 .~...UJ.{.G..... 0016c0 f6c6 8a74 dece 0108 e310 652d 132d ffb5 ...t......e-.-.. 0016d0 0108 2e68 fca0 07c1 ca9e 0108 62e0 8523 ...h........b..# 0016e0 3bd2 ec30 0108 cb9a 7d8c 8d02 2e21 0108 ;..0....}....!.. 0016f0 8898 fdb4 ade0 fb20 0108 817d 6c96 3360 ....... ...}l.3` 001700 d7b3 0108 a83a c490 e5c8 67b6 0108 09ad .....:....g..... 001710 5c01 281d 9cda 0108 a75e d9ef d4ef 5111 \.(......^....Q. 001720 0108 0ae3 de90 cc06 2db1 0108 37f7 1819 ........-...7... 001730 601c b8d2 0108 e5b2 32d1 0f1c 126b 0108 `.......2....k.. 001740 682e c55d 6ce5 c3eb 0108 469b 048f 38cc h..]l.....F...8. 001750 6035 0108 fcc9 15b5 a933 83b4 0108 92bc `5.......3...... 001760 e193 f7dd cd0c 0108 0ae6 db76 0d3a 1f93 ...........v.:.. 001770 0108 52ac a58f 9f81 6813 0108 60a4 4ce3 ..R.....h...`.L. 001780 e653 d896 0108 7174 60af 5dbe fca7 0108 .S....qt`.]..... 001790 4bf1 bc5a ee44 5f22 0108 f4e5 1c40 241b K..Z.D_".....@$. 0017a0 a2a8 0108 5f35 e213 494f 8174 0108 3f1d ...._5..IO.t..?. 0017b0 5257 f72c b61c 0108 3da4 edfa 6e47 21b5 RW.,....=...nG!. 0017c0 0108 f159 84ad c1dd 9042 0108 26b8 a8ba ...Y.....B..&... 0017d0 5310 0765 0108 3668 4b00 9ea1 e4bb 0108 S..e..6hK....... 0017e0 3386 a5a8 c67e f193 0108 9d0f 6810 613a 3....~......h.a: 0017f0 dfa4 0108 a6b6 10e1 70ed 4ddb 0108 58a1 ........p.M...X. 001800 0dce f5c7 44a5 0108 a7f3 f8a3 8e84 13c5 ....D........... 001810 0108 9385 2cac ad03 959f 0108 105b 0fcd ....,........[.. 001820 549b 2307 0108 9b0d e103 e486 fa78 0108 T.#..........x.. 001830 bcf2 cdac 7939 0c88 0108 0c0f 3720 901b ....y9......7 .. 001840 2761 0108 d513 6b17 9eb6 540f 0108 9f3a 'a....k...T....: 001850 5b00 070a a5c9 0108 e0f5 253b e85c fd8d [.........%;.\.. 001860 0108 baf3 0074 baff ec2b 0108 9f72 b423 .....t...+...r.# 001870 9842 cb96 0108 4f96 db5b 304b 7220 0108 .B....O..[0Kr .. 001880 583c f771 5892 ee4d 0108 5172 b380 aae6 X<.qX..M..Qr.... 001890 3021 0108 69f1 5c31 e264 0305 0108 dd15 0!..i.\1.d...... 0018a0 e5fa 2b79 9774 0108 5a8a 0768 7256 c7e8 ..+y.t..Z..hrV.. 0018b0 0108 5032 894e 2ade 4dd0 0108 adb9 959c ..P2.N*.M....... 0018c0 1db8 b2e7 0108 422e 33a7 04b8 170b 0108 ......B.3....... 0018d0 2a4b 45f7 8a79 5538 0108 aa7e 2360 d824 *KE..yU8...~#`.$ 0018e0 0380 0108 509d e183 3ed9 2b0b 0108 ca00 ....P...>.+..... 0018f0 2421 7e7b 09eb 0108 420b 61b2 0372 c4f2 $!~{....B.a..r.. 001900 0108 c5ba 9c8a 3fb0 a9a6 0108 2f23 14f7 ......?...../#.. 001910 7047 fe89 0108 7440 68cc afd9 ca8c 0108 pG....t@h....... 001920 1561 451b db6d 7838 0108 c81b 49d1 8b1c .aE..mx8....I... 001930 e29e 0108 188d e105 eef0 d147 0108 25eb ...........G..%. 001940 cd7d e8c3 50ec 0108 5844 b0a5 92b8 10e7 .}..P...XD...... 001950 0108 4321 79b5 7196 1fe6 0108 8e10 9e79 ..C!y.q........y 001960 dbcb 57ad 0108 8098 4dbb dbe3 f7f9 0108 ..W.....M....... 001970 6ccf 38db 58c0 aeea 0108 67a9 0733 dbc6 l.8.X.....g..3.. 001980 0770 0108 1c98 8a1c ca6b c2ba 0108 5d8b .p.......k....]. 001990 509a ade3 d2d8 0108 bd7d ea74 1c15 d341 P........}.t...A 0019a0 0108 7f4a 4f29 7efe 7969 0108 99ee 7855 ...JO)~.yi....xU 0019b0 1482 35e8 0108 7f92 32d7 b0ef a0a2 0108 ..5.....2....... 0019c0 7082 e9f0 57de e99e 0108 7986 0bb1 a902 p...W.....y..... 0019d0 b064 0108 7e32 2023 c56d a6fa 0108 b271 .d..~2 #.m.....q 0019e0 28ce e494 5381 0108 cd58 dbb8 d376 9cf0 (...S....X...v.. 0019f0 0108 eb69 b733 e073 6946 0108 3ee7 3030 ...i.3.siF..>.00 001a00 461f b65a 0108 96ad 0840 68e1 7875 0108 F..Z.....@h.xu.. 001a10 dcc0 c342 bb30 c7be 0108 b5a4 67ee 1852 ...B.0......g..R 001a20 92a3 0108 e8d9 3086 a004 f353 0108 ec9e ......0....S.... 001a30 ca8b f09b c7cd 0108 2502 71dd 4677 4f51 ........%.q.FwOQ 001a40 0108 2a5a 9f15 ef48 cc60 0108 9d81 e825 ..*Z...H.`.....% 001a50 f5b6 49d7 0108 6f2a 03a2 6fc6 d00e 0108 ..I...o*..o..... 001a60 69b5 6633 b130 c5df 0108 cc82 2041 e104 i.f3.0...... A.. 001a70 68fc 0108 43b3 aa91 9456 367f 0108 ce4e h...C....V6....N 001a80 b213 6969 a08b 0108 30dd 0f77 8f84 d25e ..ii....0..w...^ 001a90 0108 033c e3b8 cfba 43ed 0108 7ca5 ada3 ...<....C...|... 001aa0 b391 2896 0108 4726 9a45 a13d 8e6f 0108 ..(...G&.E.=.o.. 001ab0 c0df df84 b0c1 08e7 0108 2c83 bf32 e105 ..........,..2.. 001ac0 e747 0108 32a4 79d4 7098 7b18 0108 bfc1 .G..2.y.p.{..... 001ad0 e5d5 a6de 488a 0108 f567 0656 6fa9 d1f1 ....H....g.Vo... 001ae0 0108 e8d3 8e36 2532 df3f 0108 bb63 54e9 .....6%2.?...cT. 001af0 5556 5def 0108 43ca 0d91 fc60 8b9a 0108 UV]...C....`.... 001b00 b3d3 6308 c9b2 1863 0108 1fb0 7a45 5d5a ..c....c....zE]Z 001b10 8031 0108 1d4b a8f1 b8da d995 0108 8036 .1...K.........6 001b20 30bc cbed bfbf 0108 0243 0123 e148 a806 0........C.#.H.. 001b30 0108 dcae 3868 777e 821d 0108 3bd9 441b ....8hw~....;.D. 001b40 d228 b268 0108 2607 59b2 e7f4 06be 0108 .(.h..&.Y....... 001b50 4fab e857 4ca9 9f83 0108 e576 a8ff 6ce8 O..WL......v..l. 001b60 f74e 0108 760b 05bd c4be c308 0108 8bbe .N..v........... 001b70 0a81 8188 11e1 0108 1eca b475 94a4 2aa0 ...........u..*. 001b80 0108 1458 eab4 678c a96c 0108 7d1b 2c65 ...X..g..l..}.,e 001b90 85c0 f82d 0108 6d26 a8c8 676f b5c0 0108 ...-..m&..go.... 001ba0 90c6 9c96 2dc5 6ce5 0108 0772 b3e3 7667 ....-.l....r..vg 001bb0 0c25 0108 64b7 33c6 0071 88ff 0108 d26f .%..d.3..q.....o 001bc0 ad36 2e29 2425 0108 bf6c d289 3922 8495 .6.)$%...l..9".. 001bd0 0108 d9fb 4f00 b2fb 998c 0108 5a0d 1136 ....O.......Z..6 001be0 e142 57f9 0108 777f 2d1c fa73 26b8 0108 .BW...w.-..s&... 001bf0 72c7 39e0 2518 52f1 0108 9d2f 3554 e0e3 r.9.%.R..../5T.. 001c00 d778 0108 4eb8 7d0c 0c63 09a4 0108 4b0c .x..N.}..c....K. 001c10 e465 a1b4 1b61 0108 a416 e430 6c8a d093 .e...a.....0l... 001c20 0108 f58b 9353 7ebb 9b74 0108 5b75 40e4 .....S~..t..[u@. 001c30 bbab a17f 0108 22c5 8b11 8358 a4a1 0108 ......"....X.... 001c40 15aa 9593 513e f5ed 0108 6c04 2bd6 618f ....Q>....l.+.a. 001c50 efcb 0108 0a44 4474 d41c 0cfc 0108 7f3e .....DDt.......> 001c60 57d8 a917 db8a 0108 0c85 38a6 afb7 20b7 W.........8... . 001c70 0108 3d84 71d1 b518 4a2b 0108 a1ec db17 ..=.q...J+...... 001c80 f75f c4bf 0108 38c1 26d1 953a 6bb0 0108 ._....8.&..:k... 001c90 95de 34f3 8bbd a6d9 0108 8511 3d89 0c05 ..4.........=... 001ca0 97f7 0108 4bde 925a 0450 50f1 0108 b5b0 ....K..Z.PP..... 001cb0 31e8 a7ae fba0 0108 87d8 ea0f 81d2 76fa 1.............v. 001cc0 0108 96b9 de25 5ae1 bc71 0108 8e21 06b9 .....%Z..q...!.. 001cd0 6a75 94f2 0108 7933 ce7a 82ac de29 0108 ju....y3.z...).. 001ce0 2815 dca6 7e38 1500 0108 2462 e2e1 d0cf (...~8....$b.... 001cf0 0fc6 0108 10cd 03db 7216 4ce7 0108 baa7 ........r.L..... 001d00 d0ea 0d75 d547 0108 8030 9d99 2155 a20d ...u.G...0..!U.. 001d10 0108 4677 09ef 1e14 1b35 0108 6e4d 7c47 ..Fw.....5..nM|G 001d20 7dec 46b3 0108 073f 365c 3610 b057 0108 }.F....?6\6..W.. 001d30 0877 9fb4 1b72 b806 0108 6510 4135 a568 .w...r....e.A5.h 001d40 e0d1 0108 0227 3766 83c7 9648 0108 0f5b .....'7f...H...[ 001d50 29a3 3842 cb75 0108 b29a c7b0 0378 0ad1 ).8B.u.......x.. 001d60 0108 e84d 0d03 364d ded6 0108 8508 31f0 ...M..6M......1. 001d70 b077 d2a6 0108 04a4 ee82 7ac3 87de 0108 .w........z..... 001d80 3419 e7e1 c4a6 c1aa 0108 69d2 a53e db1a 4.........i..>.. 001d90 9332 0108 c30e 163a 2bd5 73aa 0108 6d3c .2.....:+.s...m< 001da0 359d 284b 9ef9 0108 89d5 dc2f 4c3c f923 5.(K......./L<.# 001db0 0108 c3d0 1260 167a 3029 0108 0769 9f7c .....`.z0)...i.| 001dc0 fbfc 5f4f 0108 bb7b cf61 4e14 0927 0108 .._O...{.aN..'.. 001dd0 770c 6ae4 9c74 d2b5 0108 951a 1a3e cc2b w.j..t.......>.+ 001de0 d8be 0108 400e ea3e 7efa ae2f 0108 db58 ....@..>~../...X 001df0 5be7 813a 9bc4 0108 f286 6d64 a1af 45f3 [..:......md..E. 001e00 0108 dd51 fe9c 8291 eef0 0108 d128 ea35 ...Q.........(.5 001e10 0e4a 12d1 0108 4223 0e6c 5599 d7da 0108 .J....B#.lU..... 001e20 a361 c434 6e31 62b2 0108 91a0 2b17 2338 .a.4n1b.....+.#8 001e30 f81f 0108 7842 d82a 9331 16f2 0108 61eb ....xB.*.1....a. 001e40 cf58 bf79 d931 0108 6f55 dfee 1c41 6a2d .X.y.1..oU...Aj- 001e50 0108 587f f8f9 25d6 ecb4 0108 9e08 2e3a ..X...%........: 001e60 9f57 5752 0108 5663 eaa6 e961 cf01 0108 .WWR..Vc...a.... 001e70 fb41 cf11 0081 1832 0108 c5b7 ec25 5795 .A.....2.....%W. 001e80 1f89 0108 9d6c e9a1 3098 c65e 0108 43b2 .....l..0..^..C. 001e90 ba90 f820 b566 0108 c124 e955 53ee c539 ... .f...$.US..9 001ea0 0108 13ac 01eb a65b c662 0108 606d 9854 .......[.b..`m.T 001eb0 9176 148f 0108 1537 c9bb a79a 865c 0108 .v.....7.....\.. 001ec0 1ec4 1870 1e38 1e5b 0108 4da7 6f66 e8f7 ...p.8.[..M.of.. 001ed0 056b 0108 32de 453d 1461 348c 0108 f7ca .k..2.E=.a4..... 001ee0 1f58 61c2 e7f3 0108 21e0 9bbb 2af5 995e .Xa.....!...*..^ 001ef0 0108 4c0f 5dfa 5308 1bb1 0108 024f 4dac ..L.].S......OM. 001f00 2efc 4edc 0108 8f64 b253 4f77 97a7 0108 ..N....d.SOw.... 001f10 cbaf 9127 3169 c4b9 0108 3468 112d 6ea7 ...'1i....4h.-n. 001f20 ebea 0108 0842 db0e 5589 84f2 0108 aef9 .....B..U....... 001f30 03a1 6e5e 304a 0108 89fb 8e7e 4415 ab70 ..n^0J.....~D..p 001f40 0108 98fc 417a fb6a c55c 0108 2007 2fc4 ....Az.j.\.. ./. 001f50 7830 e1a4 0108 ec5c 0d15 474c d2b1 0108 x0.....\..GL.... 001f60 b0c5 538a 7583 4683 0108 5d9d 2b10 e1e7 ..S.u.F...].+... 001f70 276d 0108 d43b 8ffe 7174 be6a 0108 d889 'm...;..qt.j.... 001f80 5f9b dca9 87a9 0108 c474 cefd 1034 05c9 _........t...4.. 001f90 0108 515d 8e62 de25 0134 0108 20a9 db13 ..Q].b.%.4.. ... 001fa0 8e08 696f 0108 08d4 1d53 efda 8a3c 0108 ..io.....S...<.. 001fb0 d888 1cc8 e707 520c 0108 43b0 eb0c 22b6 ......R...C...". 001fc0 cd0c 0108 40f3 ff53 b217 ddc2 0108 a4e3 ....@..S........ 001fd0 0902 f94a cfee 0108 f548 3ef6 ae10 49a4 ...J.....H>...I. 001fe0 0108 3751 80ca 9039 eb95 0108 7fc3 29cb ..7Q...9......). 001ff0 3dc5 9a97 0108 77ff 7309 f73f 701a 0108 =.....w.s..?p... 002000 81de 3331 ccc7 4b3f 0108 2928 df36 8e3f ..31..K?..)(.6.? 002010 8922 0108 3720 744a ea18 af2c 0108 3337 ."..7 tJ...,..37 002020 bd0b b4a3 ea55 0108 9d38 6dbb 88eb 98fc .....U...8m..... 002030 0108 e135 3596 660b 2ae2 0108 3974 1693 ...55.f.*...9t.. 002040 6cfc 8bd7 0108 43fe 2190 4f77 b1ab 0108 l.....C.!.Ow.... 002050 f46f d09e 50ba a441 0108 1e17 490e 9f90 .o..P..A....I... 002060 3607 0108 b656 3109 df37 ac6d 0108 a57b 6....V1..7.m...{ 002070 cc9f 6bd7 af0f 0108 e786 4c0f 126a 3826 ..k.......L..j8& 002080 0108 7020 43a0 507b 0033 0108 f0ad b355 ..p C.P{.3.....U 002090 913e c4cd 0108 2610 5069 6b70 f711 0108 .>....&.Pikp.... 0020a0 00cc e7c5 119e d430 0108 dd1b a6e2 9bb4 .......0........ 0020b0 0b8a 0108 5e53 137c 9352 7deb 0108 2f26 ....^S.|.R}.../& 0020c0 0fa0 e80a 3013 0108 207e b0f7 5548 5ed8 ....0... ~..UH^. 0020d0 0108 ce7a 6a0a 1fd2 d6a5 0108 6db5 60a4 ...zj.......m.`. 0020e0 d4af 512b 0108 6246 21a1 c760 0d05 0108 ..Q+..bF!..`.... 0020f0 1b1c 292a 1042 5b6a 0108 772d 3e00 d126 ..)*.B[j..w->..& 002100 e2d0 0108 b759 fe6f bf4c fb0b 0108 ff66 .....Y.o.L.....f 002110 e0a1 2b94 4516 0108 4385 81db 0806 f0c4 ..+.E...C....... 002120 0108 af68 bd30 5723 0723 0108 2b43 8b56 ...h.0W#.#..+C.V 002130 a27b e49c 0108 4db4 9dce e0ab b6ff 0108 .{....M......... 002140 3ca6 bc08 ff53 62d5 0108 ee65 06a5 9138 <....Sb....e...8 002150 e17e 0108 eaea b746 075d e595 0108 0ee9 .~.....F.]...... 002160 6f5a 737e fb69 0108 1f9f c018 7723 0569 oZs~.i......w#.i 002170 0108 9d2f 0ecc 832d d7a5 0108 3df2 05e5 .../...-....=... 002180 16a9 b567 0108 08db ed31 f452 704d 0108 ...g.....1.RpM.. 002190 8ca3 2006 b781 7a3e 0108 5744 74c0 02d9 .. ...z>..WDt... 0021a0 f730 0108 2a7a fa2b 8b12 9275 0108 32d4 .0..*z.+...u..2. 0021b0 077d f2e4 fc2e 0108 97c6 8681 0263 7f7f .}...........c.. 0021c0 0108 4c10 cb57 33ba 793c 0108 238b 8aa9 ..L..W3.y<..#... 0021d0 f012 8634 0108 4b6b 379c f123 c014 0108 ...4..Kk7..#.... 0021e0 02c4 00bc 8777 c46c 0108 0d99 5646 c897 .....w.l....VF.. 0021f0 56a0 0108 3332 04d3 3b18 86d5 0108 f411 V...32..;....... 002200 c6c1 a4cc 1054 0108 18b2 0d00 47e5 e522 .....T......G.." 002210 0108 2150 8093 60f7 3a91 0108 197d 6c13 ..!P..`.:....}l. 002220 67ad 904d 0108 c5e3 321f d63f 8cd5 0108 g..M....2..?.... 002230 34d4 c2e1 a26f 0f6e 0108 4120 a0de 7129 4....o.n..A ..q) 002240 5c4d 0108 a5f3 5302 b11a 4436 0108 b3f9 \M....S...D6.... 002250 96b1 722d 979c 0108 7b32 d79b 2dbe ce40 ..r-....{2..-..@ 002260 0108 c7db 57c9 7f1d cf3e 0108 3bc9 037f ....W....>..;... 002270 f645 4e09 0108 0272 ed6c ecbb 44cc 0108 .EN....r.l..D... 002280 e2a0 b966 cd58 61c4 0108 f815 fe19 6deb ...f.Xa.......m. 002290 f9a6 0108 b6e4 2737 2ce9 0d91 0108 4655 ......'7,.....FU 0022a0 4db2 dac2 5ff2 0108 8503 93cc 7089 3caa M..._.......p.<. 0022b0 0108 2194 a254 c4d4 3c04 0108 6c77 d5b9 ..!..T..<...lw.. 0022c0 e4e4 a16f 0108 90c0 71db aa3b 9148 0108 ...o....q..;.H.. 0022d0 a8d5 f478 e277 4d8e 0108 26dc 9b51 acb5 ...x.wM...&..Q.. 0022e0 6948 0108 3617 43a4 54b8 0be6 0108 d841 iH..6.C.T......A 0022f0 0ccd 2300 4172 0108 7fe7 da06 45f6 7fc9 ..#.Ar......E... 002300 0108 4c25 25c1 e0d4 c48a 0108 228e 6faf ..L%%.......".o. 002310 de57 1c80 0108 227b 50de 0df3 4316 0108 .W...."{P...C... 002320 907a 3eaf e13b d7f2 0108 9728 5577 28be .z>..;.....(Uw(. 002330 8bb7 0108 4462 945c a157 57c4 0108 3e07 ....Db.\.WW...>. 002340 e8b9 f435 fb3f 0108 afb0 89a2 e2ae da27 ...5.?.........' 002350 0108 7571 7079 2a89 d9df 0108 cafd f117 ..uqpy*......... 002360 0c10 e05f 0108 0d76 6d83 010f 06df 0108 ..._...vm....... 002370 a522 2d8a 070e 6e77 0108 85c0 d62d dded ."-...nw.....-.. 002380 8afa 0108 d034 dd3f f9e5 0cf1 0108 fddd .....4.?........ 002390 d011 a3c9 3095 0108 163d 998b fa9e d062 ....0....=.....b 0023a0 0108 952d c229 107c c522 0108 7239 008d ...-.).|."..r9.. 0023b0 b4d8 4c54 0108 6448 1e31 4b7c db1f 0108 ..LT..dH.1K|.... 0023c0 4ef2 565b 6b10 899b 0108 5edc 5608 4b02 N.V[k.....^.V.K. 0023d0 64f6 0108 ccfd e794 b435 0927 0108 446b d........5.'..Dk 0023e0 9ef1 67e9 3693 0108 2124 f705 0cdf 6baf ..g.6...!$....k. 0023f0 0108 be68 cfd5 c508 0e74 0108 53ac 8df6 ...h.....t..S... 002400 e592 d8bd 0108 a250 8704 a459 c8f8 0108 .......P...Y.... 002410 c01f 1925 deb3 f431 0108 3c2d 30b5 0804 ...%...1..<-0... 002420 6dc4 0108 dbcc 8809 c516 c832 0108 71aa m..........2..q. 002430 8db5 77cf b635 0108 34b7 8997 59a2 bc0e ..w..5..4...Y... 002440 0108 791f 7404 a2e4 199e 0108 e957 5a90 ..y.t........WZ. 002450 0b13 3dfe 0108 ae56 4936 c4b4 3a33 0108 ..=....VI6..:3.. 002460 1ae4 a932 1beb a6f9 0108 acd4 4889 f812 ...2........H... 002470 0744 0108 93d0 40d4 2091 97a9 0108 188a .D....@. ....... 002480 b902 53f0 f66b 0108 ef0e 7652 cacb b52e ..S..k....vR.... 002490 0108 aa79 bbc0 dbed 401b 0108 63a1 b8e3 ...y....@...c... 0024a0 3cfc 130e 0108 cd12 5af8 703b efeb 0108 <.......Z.p;.... 0024b0 24f0 5bc6 de68 67e6 0108 fa91 9f37 328b $.[..hg......72. 0024c0 c95c 0108 5734 ce55 4012 13f9 0108 c7bb .\..W4.U@....... 0024d0 7647 de84 0be7 0108 b1c3 929e 3c69 8512 vG..........<i.. 0024e0 0108 4e08 39fa 7c16 467c 0108 bf80 1fdf ..N.9.|.F|...... 0024f0 7949 7f5f 0108 fff1 f501 eb6c a49f 0108 yI._.......l.... 002500 c91f 4f34 daf6 b3c7 0108 3387 9a61 f3ef ..O4......3..a.. 002510 729d 0108 548d 33eb e5d6 7ee7 0108 dbc6 r...T.3...~..... 002520 1038 6c53 edc7 0108 8901 d8e2 c826 4d62 .8lS.........&Mb 002530 0108 e078 4f2e 753c 01af 0108 3f98 d616 ...xO.u<....?... 002540 5abf a48c 0108 5bd3 63cd 3d6f 9d4c 0108 Z.....[.c.=o.L.. 002550 d1b2 2202 0752 706c 0108 2355 e0c0 895a .."..Rpl..#U...Z 002560 b4be 0108 adf6 d720 1b7d fd7c 0108 a972 ....... .}.|...r 002570 f015 4a4d b31f 0108 0d4e fc7c 24ae 74b6 ..JM.....N.|$.t. 002580 0108 7229 e6cd c571 4e73 0108 88c2 81cd ..r)...qNs...... 002590 da5d be0b 0108 11c4 1933 0a3d 45ef 0108 .].......3.=E... 0025a0 003a c718 afe4 c410 0108 84a6 8860 e441 .:...........`.A 0025b0 2d22 0108 b698 3a09 93c6 3544 0108 f807 -"....:...5D.... 0025c0 5498 b058 1c19 0108 5053 9281 1249 a367 T..X....PS...I.g 0025d0 0108 6ab7 e3fc 8a1c c71f 0108 0fdd 610f ..j...........a. 0025e0 710c d4f4 0108 8eb4 b063 29d3 4bfb 0108 q........c).K... 0025f0 20b4 01b7 747d 72d7 0108 22c3 57a1 7079 ...t}r...".W.py 002600 ed08 0108 d696 f4e8 830b dadc 0108 0424 ...............$ 002610 9a1d 13d0 e067 0108 53fd 6855 cb53 934b .....g..S.hU.S.K 002620 0108 386b 7f27 ea11 cd86 0108 f8f0 740b ..8k.'........t. 002630 7f33 9e35 0108 8fae 7c0c 0991 4aa0 0108 .3.5....|...J... 002640 9c00 589f 95be 6f4b 0108 9648 85dd 425e ..X...oK...H..B^ 002650 6b45 0108 1bbb 4006 bdd9 cdfe 0108 0875 kE....@........u 002660 f9f6 a4e5 cbff 0108 ff18 952d 45ed 00bf ...........-E... 002670 0108 57ac dad6 b4e6 007c 0108 be29 a80e ..W......|...).. 002680 c528 e1a5 0108 89eb d43b 7fcf 3c3b 0108 .(.......;..<;.. 002690 8b08 544c 79da 1584 0108 c9e3 9df6 a3a4 ..TLy........... 0026a0 9ea9 0108 2fa5 ba0d 0cb6 70f4 0108 a63a ..../.....p....: 0026b0 f813 ae80 0782 0108 492f a437 ac3c ec13 ........I/.7.<.. 0026c0 0108 93d1 a2da f4c9 159f 0108 eec9 8418 ................ 0026d0 c41a 1e56 0108 2d71 271d 172c 88f6 0108 ...V..-q'..,.... 0026e0 7eea 53ae 560a 2d84 0108 68a8 b47d f7d2 ~.S.V.-...h..}.. 0026f0 3d74 0108 d2dd c9a1 4e21 6501 0108 14a8 =t......N!e..... 002700 ca8d 4174 c657 0108 0695 25f0 8b33 137c ..At.W....%..3.| 002710 0108 5cee f84f 2f4d db58 0108 9a8f d75c ..\..O/M.X.....\ 002720 5307 d568 0108 18d7 e4d0 6656 8424 0108 S..h......fV.$.. 002730 396f f2bc 4580 6387 0108 ae7b ca9f 6afa 9o..E.c....{..j. 002740 098e 0108 72b8 86c5 33b0 d69d 0108 4f6c ....r...3.....Ol 002750 4f72 b210 d3a2 0108 7b38 8c49 c9d8 6594 Or......{8.I..e. 002760 0108 1b01 1adc 9432 7c0c 0108 7c35 2488 .......2|...|5$. 002770 fa9a 2e18 0108 3708 f118 8219 f094 0108 ......7......... 002780 4e77 d17b bc02 58d2 0108 72c6 20eb 292c Nw.{..X...r. .), 002790 25f9 0108 85ee 02ac 9b3b 0f04 0108 b9ce %........;...... 0027a0 6805 ef60 b3a1 0108 09bb 0c2e ae1f 6810 h..`..........h. 0027b0 0108 85f8 5dce 90d1 a9d1 0108 60db 2d42 ....].......`.-B 0027c0 2749 4bd5 0108 2888 add3 024f 2d9f 0108 'IK...(....O-... 0027d0 9d71 61ae e447 fa1c 0108 cecf 6bf7 5eb6 .qa..G......k.^. 0027e0 f584 0108 3e73 8453 fa01 03a3 0108 7a76 ....>s.S......zv 0027f0 6c55 f80a 9987 0108 3251 bd9b 3868 3551 lU......2Q..8h5Q 002800 02c8 880c 2c0f e719 971f e429 6c2f 673a ....,......)l/g: 002810 5b41 2346 4e4d 8752 795a c961 1a67 0e71 [A#FNM.RyZ.a.g.q 002820 4274 5b75 b279 8f7e c085 058b fa95 c09c Bt[u.y.~........ 002830 409f d3a9 31b0 97b1 8cb6 8bbe 81c7 90d1 @...1........... 002840 3cd6 dbdc 97df 47eb 6ff5 15fa ea00 ed03 <.....G.o....... 002850 0810 7910 9312 861b cc27 9733 923e 6c46 ..y......'.3.>lF 002860 584e f755 4c5c 6f5d b061 0a67 5070 b671 XN.UL\o].a.gPp.q 002870 0b78 5a78 ae79 277f 2f8b cb95 ad9c 3f9f .xZx.y'./.....?. 002880 a4a9 5daf bebb fbc8 c5cc 78cf aedb 5de9 ..].......x...]. 002890 06ee 06f5 aef8 8ffb 1208 b108 7d0b 3318 ............}.3. 0028a0 2b19 471d ab22 8f2b 6a38 103a 0e42 0349 +.G..".+j8.:.B.I 0028b0 ba4c 704f 9f5a 9b62 8d6a de72 4e7c b47d .LpO.Z.b.j.rN|.} 0028c0 d182 0f8d b490 a193 b6a0 0308 edac 35a5 ..............5. 0028d0 85bd aabf 0308 8df1 70d6 1431 c673 0308 ........p..1.s.. 0028e0 aee9 8d96 c119 0aee 0308 5441 e49f 7c81 ..........TA..|. 0028f0 2d23 0308 8530 64b9 568e 07b7 0308 5b2a -#...0d.V.....[* 002900 4588 a00c fecf 0308 de0e 4b4b f1e7 57ed E.........KK..W. 002910 0308 4b15 ac23 ee96 9d4d 0308 fbe9 acd6 ..K..#...M...... 002920 7c7e 3ca6 0308 e7e4 c2c0 7a6b 76e7 0308 |~<.......zkv... 002930 308b 4a41 8593 bae3 0308 22ba ea70 6f92 0.JA......"..po. 002940 7fbd 0308 691d ac2f 601c b89b 0308 726e ....i../`.....rn 002950 a9ff f228 d20d 0308 e415 1921 a5d7 8961 ...(.......!...a 002960 0308 672f c90b ba18 26c7 0308 1fd8 1c47 ..g/....&......G 002970 23e3 a7f7 0308 7c55 4559 1b4b 18e9 0308 #.....|UEY.K.... 002980 b4e8 405b b616 5de2 0308 3b60 4b81 17d4 ..@[..]...;`K... 002990 57e8 0308 1bfc c98f 00f1 e572 0308 fa90 W..........r.... 0029a0 76f0 02d3 cc5f 0308 ff7c f7e3 f0d4 6a21 v...._...|....j! 0029b0 0308 a44f 47d7 a615 03b0 0308 c440 0ac3 ...OG........@.. 0029c0 8d7b e51b 0308 15e0 7860 bd8a 7393 0308 .{......x`..s... 0029d0 cd76 7ac4 91ad bdb8 0308 2721 04ad a048 .vz.......'!...H 0029e0 d45e 0308 c170 03d2 f631 f0ca 0308 8fb9 .^...p...1...... 0029f0 7ddc 4532 f366 0308 3290 8922 86d9 909d }.E2.f..2..".... 002a00 0308 87b9 6ba4 2c3a b755 0308 4d1d 9400 ....k.,:.U..M... 002a10 870a 2edb 0308 bfde d949 5aea 9a83 0308 .........IZ..... 002a20 ff3f 947c c7d7 a1c7 0308 4370 a0d2 2912 .?.|......Cp..). 002a30 3234 0308 ae4b 983b 4656 cc3a 0308 357c 24...K.;FV.:..5| 002a40 b465 4a54 7b88 0308 6956 be0d b2fb bebe .eJT{...iV...... 002a50 0308 7f0c 1070 5822 76b8 0308 16c1 916e .....pX"v......n 002a60 438e d2e9 0308 fd27 5709 a089 d21f 0308 C......'W....... 002a70 d316 554e 25e7 8518 0308 aead 2049 7839 ..UN%....... Ix9 002a80 d6c8 0308 75c6 2525 498c 6425 0308 666e ....u.%%I.d%..fn 002a90 e30f 3a12 72a5 0308 d15d a971 83f5 5357 ..:.r....].q..SW 002aa0 0308 bc9e 006f dc04 3929 0308 5403 8dbb .....o..9)..T... 002ab0 4850 7917 0308 92e1 b2d1 5dc9 b147 0308 HPy.......]..G.. 002ac0 f79c 92a7 9874 e1ad 0308 7c8e afcf 988e .....t....|..... 002ad0 f012 0308 231a 5652 d0c0 1179 0308 c0d9 ....#.VR...y.... 002ae0 ff09 4008 945f 0308 9c90 8beb db5b 6311 ..@.._.......[c. 002af0 0308 2262 3f3e 188b eb66 0308 f642 d8cd .."b?>...f...B.. 002b00 6152 c77b 0308 a0a5 50ca ffc9 607b 0308 aR.{....P...`{.. 002b10 85f0 7990 8d76 66c3 0308 8030 ba61 3d95 ..y..vf....0.a=. 002b20 a9c9 0308 656f 2a45 e56b 93c3 0308 6eb1 ....eo*E.k....n. 002b30 2058 307e 3181 0308 ff82 0892 9687 85fd X0~1........... 002b40 0308 eebf 021b 8393 8449 0308 d738 c7d8 .........I...8.. 002b50 5158 786f 0308 bca5 b272 d096 7b89 0308 QXxo.....r..{... 002b60 3e3a e1c8 1797 f7ee 0308 73db 0297 dc35 >:........s....5 002b70 687c 0308 86dc 89d8 4f72 b001 0308 f854 h|......Or.....T 002b80 4d43 f43c 8908 0308 6fea d7ef c617 56f0 MC.<....o.....V. 002b90 0308 100d 3d13 ad95 1db4 0308 72b9 342b ....=.......r.4+ 002ba0 0140 bc79 0308 8e2c 98e5 1cb2 9c56 0308 .@.y...,.....V.. 002bb0 f64e 4eaa 6635 d956 0308 49e8 4749 a764 .NN.f5.V..I.GI.d 002bc0 e308 0308 83da 9fa6 58a7 9738 0308 2e39 ........X..8...9 002bd0 69ed b918 0353 0308 5f82 c92d d264 acc3 i....S.._..-.d.. 002be0 0308 eda3 83c8 89a6 c9e1 0308 1844 c648 .............D.H 002bf0 9d31 c71b 0308 75a2 57a3 30cb 09c9 0308 .1....u.W.0..... 002c00 ab4b 4f39 ce37 f499 0308 7848 0789 163e .KO9.7....xH...> 002c10 427e 0308 e968 5a61 3152 24ab 0308 3ab5 B~...hZa1R$...:. 002c20 2574 9f7b 6499 0308 3c62 c3de dc2d 9d86 %t.{d...<b...-.. 002c30 0308 04b2 4367 46a2 23f7 0308 2904 64ce ....CgF.#...).d. 002c40 5228 2f6f 0308 9cb6 88c2 c823 933a 0308 R(/o.......#.:.. 002c50 f32f 2e97 2277 4d6e 0308 2dac a398 5139 ./.."wMn..-...Q9 002c60 9561 0308 587b 8abc 5d21 4a03 0308 8be5 .a..X{..]!J..... 002c70 3bdd 3b94 e77f 0308 dd00 59f3 fbc9 79ed ;.;.......Y...y. 002c80 0308 e8e0 ddba ae42 1444 0308 caf6 68b2 .......B.D....h. 002c90 f91d 935e 0308 fbc9 9b52 394c 1a5b 0308 ...^.....R9L.[.. 002ca0 6d9e dde9 9f55 78a4 0308 dc59 0a62 5584 m....Ux....Y.bU. 002cb0 d58a 0308 b9b9 4263 f542 4eb0 0308 6f8d ......Bc.BN...o. 002cc0 39bf 7a82 fe83 0308 a200 11b7 76cb 01a9 9.z.........v... 002cd0 0308 2f12 8e9b 7582 f7c0 0308 2278 d762 ../...u....."x.b 002ce0 6c1a 84d7 0308 c8b4 6982 d202 bb5a 0308 l.......i....Z.. 002cf0 fc74 7a30 1b7d a873 0308 a300 c6ad 4440 .tz0.}.s......D@ 002d00 f1f9 0308 c131 7688 55d1 8197 0308 e8a3 .....1v.U....... 002d10 0882 277d d41c 0308 63fe 41b9 efd6 a414 ..'}....c.A..... 002d20 0308 54f2 e465 3671 2959 0308 2628 779e ..T..e6q)Y..&(w. 002d30 7843 f9b6 0308 a377 303c 0de4 a76a 0308 xC.....w0<...j.. 002d40 1c1a f0e9 89fc 034a 0308 d4a4 051d b9e4 .......J........ 002d50 cdc3 0308 a54c c388 7ba5 aa92 0308 8fe8 .....L..{....... 002d60 fcc5 c083 59b5 0308 495a d2aa 513c 7e2c ....Y...IZ..Q<~, 002d70 0308 8c69 bed3 b3c7 31b4 0308 2f2e 3e1a ...i....1.../.>. 002d80 563a 1f35 0308 fd61 876f 8918 e802 0308 V:.5...a.o...... 002d90 d598 4059 d249 cf37 0308 9d06 ff81 f42f ..@Y.I.7......./ 002da0 d1ab 0308 14d8 c4f3 e841 a47a 0308 6d28 .........A.z..m( 002db0 311e 2751 c002 0308 b8f9 89f4 f10a e261 1.'Q...........a 002dc0 0308 20b4 0fcc 3f57 f3b6 0308 b243 bed4 .. ...?W.....C.. 002dd0 726a 2691 0308 833c 6f25 bd90 8ec0 0308 rj&....<o%...... 002de0 ca19 7d9e 6870 05a2 0308 c5a1 7c90 0e34 ..}.hp......|..4 002df0 a365 0308 8b5f bd57 6fda b6bd 0308 da6f .e..._.Wo......o 002e00 2a2b 81c7 8082 0308 aac3 f417 2af9 3ac3 *+..........*.:. 002e10 0308 76b9 cb84 ffb4 7d14 0308 d165 54a4 ..v.....}....eT. 002e20 9082 16cb 0308 c5c9 b0cd 4419 65cc 0308 ..........D.e... 002e30 997b 5063 450a a408 0308 1f71 1720 bc05 .{PcE......q. .. 002e40 fbd5 0308 87a5 6011 58ed 7f42 0308 c768 ......`.X..B...h 002e50 6945 d866 02e3 0308 a30a 926f 82fe d733 iE.f.......o...3 002e60 0308 a2e2 27ad 41c1 55ab 0308 a894 ca5b ....'.A.U......[ 002e70 91c7 10dd 0308 add3 65d0 a280 1003 0308 ........e....... 002e80 98f6 3eb0 0d26 0f16 0308 1629 ba60 8985 ..>..&.....).`.. 002e90 a0dd 0308 9c2d 5e7e 5e6a c2a3 0308 7074 .....-^~^j....pt 002ea0 42da 6652 7463 0308 eff0 8781 e462 2f15 B.fRtc.......b/. 002eb0 0308 205a e685 8a3f 2977 0308 ecdd 5d63 .. Z...?)w....]c 002ec0 0304 b8f1 0308 a00d a9df 4a71 2e48 0308 ..........Jq.H.. 002ed0 91bd ccfc fb0b a54c 0308 f8fe fd77 c6eb .......L.....w.. 002ee0 f163 0308 4e18 f7de 802c 46a7 0308 b2f6 .c..N....,F..... 002ef0 0398 6761 844a 0308 3916 1125 9a8d 49f0 ..ga.J..9..%..I. 002f00 0308 79fc 795f 3e56 0e84 0308 535c 7e6f ..y.y_>V....S\~o 002f10 73b2 e8b4 0308 9b3d acf9 4f31 2c5f 0308 s......=..O1,_.. 002f20 5af8 95c1 9581 9487 0308 1273 52a6 defc Z..........sR... 002f30 3e6e 0308 15f8 e997 88cc add8 0308 4168 >n............Ah 002f40 198a e505 1579 0308 b93d 4b56 ad8c 84b1 .....y...=KV.... 002f50 0308 941f e898 f035 a508 0308 d18f 7a34 .......5......z4 002f60 7e8a d1ea 0308 04b1 6035 c534 af98 0308 ~.......`5.4.... 002f70 3594 f94e 2454 f7a5 0308 f34c dc04 3e5f 5..N$T.....L..>_ 002f80 a0f8 0308 0b3a 697c f6b4 99cd 0308 f4b5 .....:i|........ 002f90 a833 e1ea 0c66 0308 6ff0 968a f0dc 8f23 .3...f..o......# 002fa0 0308 5b3d f98e 6552 3395 0308 f29a 8303 ..[=..eR3....... 002fb0 5737 7272 0308 2b69 4a17 3862 5359 0308 W7rr..+iJ.8bSY.. 002fc0 e69a d96f e47d d099 0308 2abc f446 3bb2 ...o.}....*..F;. 002fd0 f939 0308 f27d 1c96 75b3 c294 0308 6a6f .9...}..u.....jo 002fe0 e07b 3043 455c 0308 a903 210a 3950 851b .{0CE\....!.9P.. 002ff0 0308 2793 65b8 202f b7f0 0308 2e73 baab ..'.e. /.....s.. 003000 9d43 d10b 0308 4124 284f ed07 bbfd 0308 .C....A$(O...... 003010 a3d3 d523 b9f1 afcb 0308 7cd9 4a15 2d49 ...#......|.J.-I 003020 eb15 0308 1932 1a86 ae1d c475 0308 ad74 .....2.....u...t 003030 813b 5f9a 65c5 0308 1b8c 8ebc 8b01 aa2e .;_.e........... 003040 0308 f1e7 eed2 61a2 3db5 0308 342b 1147 ......a.=...4+.G 003050 d805 6291 0308 3511 2dd0 480c ee1e 0308 ..b...5.-.H..... 003060 790d 720a 8274 ac6d 0308 118e 2728 e4a8 y.r..t.m....'(.. 003070 424c 0308 768a f32e 37e8 3a07 0308 c1e4 BL..v...7.:..... 003080 af38 6ac6 19f0 0308 57b7 2ca6 0b40 5742 .8j.....W.,..@WB 003090 0308 a2d7 35a6 eb15 c684 0308 6e43 ab93 ....5.......nC.. 0030a0 38fc 0b37 0308 8eec f687 469a 8d6a 0308 8..7......F..j.. 0030b0 9260 a2ac 4c61 e0c6 0308 7d51 e732 cb5e .`..La....}Q.2.^ 0030c0 44a3 0308 3733 df5b 9622 3e60 0308 7aa4 D...73.[.">`..z. 0030d0 59db a342 83ec 0308 b209 49fa acd4 f5bd Y..B......I..... 0030e0 0308 d216 cb43 4421 563a 0308 9137 1300 .....CD!V:...7.. 0030f0 a120 b908 0308 5119 4a62 313a ee76 0308 . ....Q.Jb1:.v.. 003100 ec52 4cb5 50b5 50ab 0308 09d1 abba 6c77 .RL.P.P.......lw 003110 fb77 0308 0ba6 f993 77ca 8729 0308 bd14 .w......w..).... 003120 9722 c768 9fe4 0308 0219 0b99 9fb0 06a5 .".h............ 003130 0308 169d 9108 ff2e 249b 0308 c53a 821d ........$....:.. 003140 2d3f dccb 0308 acb2 1d2b eb4c 4322 0308 -?.......+.LC".. 003150 5d44 9a32 91a7 207f 0308 2a88 06c5 47ad ]D.2.. ...*...G. 003160 6c02 0308 3300 1050 474b db75 0308 e141 l...3..PGK.u...A 003170 263d 8fa6 eb4e 0308 c838 d2e4 0d1b bd99 &=...N...8...... 003180 0308 eafb 8758 14ba cffc 0308 7f48 dfc7 .....X.......H.. 003190 e557 fd3d 0308 fc51 4e08 c4cc db00 0308 .W.=...QN....... 0031a0 ebbe bdd9 f254 ab42 0308 dcbd d403 514d .....T.B......QM 0031b0 7d6e 0308 91fd 9370 f049 f0d2 0308 ccb2 }n.....p.I...... 0031c0 bf20 a145 7e97 0308 6f2e f37d 482a 7de5 . .E~...o..}H*}. 0031d0 0308 10e3 7dcf 621e b88a 0308 ba51 bd38 ....}.b......Q.8 0031e0 40a7 1963 0308 fbc2 5a60 4bad 8196 0308 @..c....Z`K..... 0031f0 12bf 19cb 6630 6364 0308 796d 7669 8f1c ....f0cd..ymvi.. 003200 0059 0308 2bf6 80bd 8f7d 7154 0308 1910 .Y..+....}qT.... 003210 1b04 96f9 8504 0308 ec06 fa8c 7562 df27 ............ub.' 003220 0308 b0b2 ab23 284e ac03 0308 b030 5601 .....#(N.....0V. 003230 2fd5 0e65 0308 f7d0 9372 50e6 f2d7 0308 /..e.....rP..... 003240 aee2 8b51 1e7b df97 0308 65f7 7643 7a55 ...Q.{....e.vCzU 003250 bc9d 0308 3e94 8568 58df a662 0308 0c9d ....>..hX..b.... 003260 c490 992c 2156 0308 d5a2 3bbd 25cc 199f ...,!V....;.%... 003270 0308 f828 f699 54cd 10f8 0308 7bcf 19c1 ...(..T.....{... 003280 a0e7 d128 0308 a011 d664 b4ba 52c0 0308 ...(.....d..R... 003290 8bda 5f2a 89fd 8fb2 0308 d3f9 ec46 9936 .._*.........F.6 0032a0 95c0 0308 183b eeef e3c7 6b3f 0308 83f3 .....;....k?.... 0032b0 55c7 01e3 4d1b 0308 637a a777 c638 a516 U...M...cz.w.8.. 0032c0 0308 e835 32a1 93cc 21df 0308 1005 4dd5 ...52...!.....M. 0032d0 d894 9629 0308 9b6c dcdd 735e 9af3 0308 ...)...l..s^.... 0032e0 83f8 bf48 2722 1177 0308 7a95 9ed5 dfa4 ...H'".w..z..... 0032f0 a343 0308 a507 b6c7 ca1d 1cc4 0308 4576 .C............Ev 003300 7f42 329a 3cc0 0308 662c c359 5b3b 3659 .B2.<...f,.Y[;6Y 003310 0308 b926 177e 9d1a 7730 0308 a4ea 67aa ...&.~..w0....g. 003320 ec61 1d7b 0308 5fe2 4299 9549 d020 0308 .a.{.._.B..I. .. 003330 6273 fee9 11d3 67ae 0308 b115 7174 98fe bs....g.....qt.. 003340 0d47 0308 62d9 30ba b678 14b7 0308 b1f8 .G..b.0..x...... 003350 e793 8599 9856 0308 0bba c4b7 1966 a9ee .....V.......f.. 003360 0308 50cc 7a1f 934e 2072 0308 054c 3952 ..P.z..N r...L9R 003370 e6a6 d022 0308 4a12 c3e0 91c9 35e5 0308 ..."..J.....5... 003380 69aa 9c10 627b 9cc7 0308 a33d 955a 0ecc i...b{.....=.Z.. 003390 cb22 0308 d79d b609 6ec6 f99d 0308 1282 ."......n....... 0033a0 bcb0 34ac fb95 0308 cd2f 83c2 a0bf 227b ..4....../...."{ 0033b0 0308 c12d e62d ce28 64d0 0308 65d2 ca80 ...-.-.(d...e... 0033c0 a2d9 ecce 0308 8925 8b69 4a9d aaea 0308 .......%.iJ..... 0033d0 6538 f317 ec57 6021 0308 acae d147 c8ff e8...W`!.....G.. 0033e0 11cf 0308 14a0 9ae1 3951 4d10 0308 5090 ........9QM...P. 0033f0 6272 73e0 527b 0308 b6e7 dc86 a5ea f7ab brs.R{.......... 003400 0308 0d8a eaf3 cbaa bb69 0308 e006 6600 .........i....f. 003410 898c cd32 0308 b201 b97c 5e67 ca94 0308 ...2.....|^g.... 003420 96f1 3db6 a23b 0b1e 0308 1205 f331 d73a ..=..;.......1.: 003430 f779 0308 7edc 9796 b9d0 88dc 0308 e174 .y..~..........t 003440 d475 610b d6ed 0308 05a3 d5b5 15f0 388c .ua...........8. 003450 0308 83a1 640d befe 007e 0308 24fb 2192 ....d....~..$.!. 003460 feae 51df 0308 b9de 3739 c1f4 d4a8 0308 ..Q.....79...... 003470 2670 14c3 ea1a da59 0308 9a4a fb7b c4dc &p.....Y...J.{.. 003480 8cfd 0308 5900 47b2 c490 0cc2 0308 cb22 ....Y.G........" 003490 01d3 ef61 275b 0308 fb9f 88a9 8849 1f97 ...a'[.......I.. 0034a0 0308 8ea7 e4d0 30e2 aa22 0308 8c99 a7ed ......0.."...... 0034b0 4518 a44d 0308 fb33 0752 e0c8 ecf3 0308 E..M...3.R...... 0034c0 b789 c8be 91b2 e9f4 0308 1705 acb7 75c3 ..............u. 0034d0 8dd9 0308 12d4 ec5e b831 60c0 0308 249d .......^.1`...$. 0034e0 b7ef 5a6c e6a7 0308 b60c cc43 b6a5 477f ..Zl.......C..G. 0034f0 0308 0d93 352c b3b7 6b5d 0308 8ef5 d1c0 ....5,..k]...... 003500 9a7a 2319 0308 962c 346f b3dc e338 0308 .z#....,4o...8.. 003510 b55c 9c00 8cde 57fd 0308 e3ab d84d 3b40 .\....W......M;@ 003520 1aa4 0308 ba72 a87c 139a 9621 0308 0ac3 .....r.|...!.... 003530 635b 182a 590c 0308 872b ef3a d0ab 4ed7 c[.*Y....+.:..N. 003540 0308 0ca6 649f 3b54 e25b 0308 c25e 6d54 ....d.;T.[...^mT 003550 ebd7 6fa3 0308 f8be c52a ff9b d6e8 0308 ..o......*...... 003560 36f7 be18 7289 db6c 0308 379f a9b9 90f6 6...r..l..7..... 003570 9d84 0308 8317 4b0d 0246 ee58 0308 c4a0 ......K..F.X.... 003580 8cc5 a866 19f5 0308 1e06 f448 972c 2aa3 ...f.......H.,*. 003590 0308 bb59 32bd e1dc 712d 0308 3ff3 09db ...Y2...q-..?... 0035a0 ff0e 3263 0308 fdea 0fdc befb ebd0 0308 ..2c............ 0035b0 4a36 0156 b0fb c40d 0308 ba93 eabd de31 J6.V...........1 0035c0 c068 0308 2409 e3ba f86c 9877 0308 4ba0 .h..$....l.w..K. 0035d0 3017 0c78 142f 0308 edc7 d3c7 d5bd 3589 0..x./........5. 0035e0 0308 ca33 f63a 4ddd 960c 0308 6cf8 c9a5 ...3.:M.....l... 0035f0 9f66 1e21 0308 6ddf f984 6d90 37ec 0308 .f.!..m...m.7... 003600 1644 18e1 1ea5 b514 0308 0fb4 b7c5 2644 .D............&D 003610 b4a3 0308 2a73 da36 1f0e 967d 0308 6c2a ....*s.6...}..l* 003620 1795 63af 7ae0 0308 aac2 bcb2 47f7 0842 ..c.z.......G..B 003630 0308 ecbe 4be3 dc1a e3c6 0308 0217 1e95 ....K........... 003640 86ec a8ae 0308 de83 45cb f548 37ed 0308 ........E..H7... 003650 fe33 b336 3390 859d 0308 86f9 f11a ba1a .3.63........... 003660 02fd 0308 bb37 bdca 4d4a dac0 0308 3d70 .....7..MJ....=p 003670 aff5 de61 85f6 0308 c5f0 ba28 15f2 2740 ...a.......(..'@ 003680 0308 569b 3dc0 bd9f 6741 0308 a3c4 e93d ..V.=...gA.....= 003690 ee90 dac3 0308 65ab 29c7 0bcc dcb0 0308 ......e.)....... 0036a0 b3fe 363b 5c7b dc98 0308 1286 bc41 f55d ..6;\{.......A.] 0036b0 4e01 0308 a379 7122 10e0 9a58 0308 0a34 N....yq"...X...4 0036c0 6701 6b3d 3212 0308 e4d6 1eb7 b9d7 30c5 g.k=2.........0. 0036d0 0308 4a88 f576 6836 c8ad 0308 79af 0260 ..J..vh6....y..` 0036e0 831e 74e1 0308 68c9 d9d0 118e 19c2 0308 ..t...h......... 0036f0 791f 721f e534 47f3 0308 8162 9f73 866a y.r..4G....b.s.j 003700 b392 0308 a813 6d2c e998 e92a 0308 827f ......m,...*.... 003710 0f6e 3385 4a80 0308 ed21 235c 6865 0a02 .n3.J....!#\he.. 003720 0308 3804 689b 749f 0298 0308 a2c9 c2c5 ..8.h.t......... 003730 80f9 2fcd 0308 dc54 f0d8 b048 a908 0308 ../....T...H.... 003740 3f74 e6a9 b7fc 4867 0308 a64d cfc1 bcb3 ?t....Hg...M.... 003750 835c 0308 2775 2189 d5b3 8e46 0308 9f23 .\..'u!....F...# 003760 ab35 7dab b90a 0308 59c9 f9af 6b19 2f75 .5}.....Y...k./u 003770 0308 e7d1 8e6f 3b55 8cd1 0308 ade0 603a .....o;U......`: 003780 83fe 8725 0308 9484 639d 7886 fb29 0308 ...%....c.x..).. 003790 da9e 8665 2362 9e03 0308 2e69 cdd2 681d ...e#b.....i..h. 0037a0 a8af 0308 ce7b 662d df0c 882b 0308 efce .....{f-...+.... 0037b0 50ea 6f28 d2dc 0308 fa6c 7eb7 6d6e 1633 P.o(.....l~.mn.3 0037c0 0308 af42 35f9 3068 0a60 0308 fcc7 3f5b ...B5.0h.`....?[ 0037d0 9aa4 dc16 0308 b52c dc1d 99fc 06c9 0308 .......,........ 0037e0 fce0 4d79 ed96 41d4 0308 573e 14db d54c ..My..A...W>...L 0037f0 57f0 0308 12c9 9915 dd85 4297 0308 f311 W.........B..... 003800 f638 09ba 5144 0308 ccec 471a 894d 9947 .8..QD....G..M.G 003810 0308 def8 0bc5 eb34 098d 0308 220a 5dcc .......4....".]. 003820 bb57 1ff4 0308 9ffa 71c4 b251 a192 0308 .W......q..Q.... 003830 7c82 c767 5f1b 2e78 0308 7cce 396b 4603 |..g_..x..|.9kF. 003840 e3b3 0308 96db 24e2 a421 a898 0308 06c8 ......$..!...... 003850 9bfa 979b 78b6 0308 15c2 26e8 e196 3d67 ....x.....&...=g 003860 0308 d125 cd2e 9a2f c239 0308 1116 0082 ...%.../.9...... 003870 64b4 383d 0308 2a0c 66ce fe86 aab1 0308 d.8=..*.f....... 003880 5199 a040 a1a1 8004 0308 47bf 9c73 8d57 Q..@......G..s.W 003890 514c 0308 b3b1 e7ae b0aa b048 0308 d211 QL.........H.... 0038a0 551d ba3f 46cf 0308 e934 fd06 2209 d809 U..?F....4.."... 0038b0 0308 7d39 01f7 3def 6540 0308 58d2 13c3 ..}9..=.e@..X... 0038c0 49d8 bb58 0308 9f6e c5d5 873c fb3c 0308 I..X...n...<.<.. 0038d0 f2d9 a20b 9b90 5efa 0308 b59d 7b43 a678 ......^.....{C.x 0038e0 e184 0308 3093 e770 d625 8c34 0308 6c97 ....0..p.%.4..l. 0038f0 0bd0 a875 6e57 0308 c070 bbbb 014b 8356 ...unW...p...K.V 003900 0308 8531 91cb 57ab 0761 0308 adb5 1442 ...1..W..a.....B 003910 98c7 6995 0308 4f4f f4e1 8202 3803 0308 ..i...OO....8... 003920 ce04 82df 6d40 c302 0308 4367 930d 1331 ....m@....Cg...1 003930 6063 0308 c928 9e83 0fd5 6233 0308 1ced `c...(....b3.... 003940 63cf 142b 9df4 0308 13c3 bdeb b843 b2e3 c..+.........C.. 003950 0308 12a0 686f 0b32 f465 0308 692f f77e ....ho.2.e..i/.~ 003960 26ee f093 0308 5720 bf56 838b 022f 0308 &.....W .V.../.. 003970 6df4 2c49 d66e 4737 0308 b019 d8f8 5b03 m.,I.nG7......[. 003980 6ba2 0308 1470 36ba 52b0 15ec 0308 ac8d k....p6.R....... 003990 e8b3 6000 be05 0308 be70 8079 97ce 177b ..`......p.y...{ 0039a0 0308 7db4 e3d6 8b88 5b32 0308 e8b8 4595 ..}.....[2....E. 0039b0 35bc 5c5c 0308 96e0 3d1a beef 1f49 0308 5.\\....=....I.. 0039c0 a5ff 9390 1448 2bbb 0308 9329 0bc4 a511 .....H+....).... 0039d0 01a9 0308 e39b 9f55 c578 ce13 0308 be91 .......U.x...... 0039e0 ce02 15ef 9dc0 0308 1477 2bcb 3199 e086 .........w+.1... 0039f0 0308 77c2 523f 852a 4367 0308 cecd 07a0 ..w.R?.*Cg...... 003a00 df2f 3a8f 0308 6301 0b4c ae66 e4af 0308 ./:...c..L.f.... 003a10 4809 4490 d2f2 20b0 0308 f2da d652 594b H.D... ......RYK 003a20 e69e 0308 3778 baac a93e aec6 0308 22f3 ....7x...>....". 003a30 3f93 4836 098a 0308 179d a675 c7d8 e197 ?.H6.......u.... 003a40 0308 f390 fd78 de68 54d4 0308 1a2b 1026 .....x.hT....+.& 003a50 95a1 07ff 0308 1b1b bc96 0d3c a459 0308 ...........<.Y.. 003a60 eb2c 0c28 e669 5267 0308 dd34 7289 febe .,.(.iRg...4r... 003a70 ec2b 0308 44c5 b763 cf11 8f57 0308 a816 .+..D..c...W.... 003a80 a13d dc8f dc58 0308 6970 9069 ad95 fe66 .=...X..ip.i...f 003a90 0308 d40d 0ff7 fc2d 1421 0308 47ef a611 .......-.!..G... 003aa0 18a3 b172 0308 dc4b 3913 c2f7 14c5 0308 ...r...K9....... 003ab0 2f05 397c 980e 0b4c 0308 f225 e821 5fcc /.9|...L...%.!_. 003ac0 1dcc 0308 6b10 34a8 e3ee c6a7 0308 72d5 ....k.4.......r. 003ad0 fac5 4d00 acc6 0308 0611 279a 4615 1ca8 ..M.......'.F... 003ae0 0308 7292 c495 5e95 9086 0308 b8be 9bef ..r...^......... 003af0 4668 f16c 0308 6e12 2e5b 78e5 ab62 0308 Fh.l..n..[x..b.. 003b00 8129 e4a4 dcdb 8c45 0308 5e37 38ec 335b .).....E..^78.3[ 003b10 4db8 0308 d4b7 f106 1681 a05f 0308 f4cf M.........._.... 003b20 3b01 353f d34f 0308 155f 685d 76ce 07fd ;.5?.O..._h]v... 003b30 0308 88bc 95d0 ffed e5cd 0308 3eef d711 ............>... 003b40 bddf 16bf 0308 7534 8e4a c90f 31ea 0308 ......u4.J..1... 003b50 b9dc bdd3 8ba2 675f 0308 9d13 d7be 3768 ......g_......7h 003b60 fc75 0308 5859 5a31 0b8f 4f0b 0308 67a0 .u..XYZ1..O...g. 003b70 871d 1271 e834 0308 76aa 76a3 cc0b b807 ...q.4..v.v..... 003b80 0308 a35c 4003 6ba0 a1d6 0308 5ffa fc5d ...\@.k....._..] 003b90 2772 1ce9 0308 71e0 5fcf 1ac9 5b5d 0308 'r....q._...[].. 003ba0 fbe3 c6df 8ffa 9154 0308 9d77 e2e3 4b40 .......T...w..K@ 003bb0 d7e3 0308 3721 bb1b df5b 0e28 0308 b153 ....7!...[.(...S 003bc0 a230 ae5a 339a 0308 2449 3799 a472 d314 .0.Z3...$I7..r.. 003bd0 0308 dcb8 f0e3 faec 9b7c 0308 2d97 e225 .........|..-..% 003be0 2966 82f4 0308 64c8 2771 d05a f054 0308 )f....d.'q.Z.T.. 003bf0 d60e 12c5 872a b1cf 0308 00bd b3fb 72a1 .....*........r. 003c00 cae6 0308 b46d 055c fbd0 8cb8 0308 b3bb .....m.\........ 003c10 c6f7 f279 9079 0308 81f5 010f dcd9 aaaf ...y.y.......... 003c20 0308 355e 6fd5 cb38 136b 0308 33e8 7b5d ..5^o..8.k..3.{] 003c30 4885 6c1f 0308 de8a a7ef 9cd5 e884 0308 H.l............. 003c40 cee9 9470 15e4 9628 0308 5655 e556 72e7 ...p...(..VU.Vr. 003c50 8b90 0308 e318 afd6 8c89 3ed1 0308 5974 ..........>...Yt 003c60 d250 13f3 1d59 0308 b38a 1b9f 6802 62f7 .P...Y......h.b. 003c70 0308 e1ab e990 c9c5 3974 0308 248d e358 ........9t..$..X 003c80 cd04 f69e 0308 2de8 a714 a781 924f 0308 ......-......O.. 003c90 cc49 f2f9 117e 1119 0308 6a28 30ee 805c .I...~....j(0..\ 003ca0 3224 0308 a435 03ed c0a0 e9f2 0308 7437 2$...5........t7 003cb0 0f24 755a f275 0308 1370 e154 ae62 96ea .$uZ.u...p.T.b.. 003cc0 0308 4982 9978 4654 51b0 ..I..xFTQ. accumulate: (src: [0] rdrand) 1827 e14f 1c7c 87d3 entropy sources: [0] rdrand [1] timer accumulate: (src: [1] timer) cf4c 0190 accumulate: (src: [0] rdrand) 6968 3906 30d5 ce9c accumulate: (src: [1] timer) f6a6 232b accumulate: (src: [0] rdrand) 518c 16e5 b11c ae02 accumulate: (src: [1] timer) d067 36c6 test_ec alias tests/runtest Testing EC. This run has ID `BCBDB9F8-34A4-4C54-A839-A7505B949857`. ... 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/BCBDB9F8-34A4-4C54-A839-A7505B949857`. Test Successful in 0.000s. 64 tests run. test_entropy_collection_async alias tests/runtest reseeding: 000000 0008 54e9 e055 dd90 51ec 0008 ad64 4882 ..T..U..Q....dH. 000010 3c84 298e 0008 7f73 8bd4 d048 2369 0008 <.)....s...H#i.. 000020 3b7a afcb ba41 b0c0 0008 daa5 6f41 1982 ;z...A......oA.. 000030 8223 0008 45c1 0d1c 3f86 6b6a 0008 fe6d .#..E...?.kj...m 000040 3488 72f1 e622 0008 2689 5add 80ea 61ba 4.r.."..&.Z...a. 000050 0008 1fb1 798a a440 c0e4 0008 d568 62b2 ....y..@.....hb. 000060 dc6a c297 0008 13c6 0729 b321 2084 0008 .j.......).! ... 000070 2c66 0800 c5fb 9a0d 0008 5079 959e 3b9c ,f........Py..;. 000080 66b8 0008 4dd0 e4a8 cfaa 8db0 0008 7050 f...M.........pP 000090 dc9b e434 79cd 0008 76b2 b09a 528e f620 ...4y...v...R.. 0000a0 0008 dd00 ede3 ab82 273a 0008 ba6f 6c1c ........':...ol. 0000b0 3f3d 34c1 0008 688a 4324 d6ad e9d4 0008 ?=4...h.C$...... 0000c0 59d4 ee94 555e 332e 0008 e229 9916 f47d Y...U^3....)...} 0000d0 c64a 0008 9040 999d 980a b9bc 0008 a386 .J...@.......... 0000e0 cda8 5fb1 d6fc 0008 28b8 5bd8 2db4 25cd .._.....(.[.-.%. 0000f0 0008 0bd8 79d6 ce90 b700 0008 88c6 08f6 ....y........... 000100 00a5 7671 0008 fc72 a1b4 4588 1061 0008 ..vq...r..E..a.. 000110 e5e3 5649 126c 4a83 0008 2444 5a24 a6da ..VI.lJ...$DZ$.. 000120 4895 0008 5250 51e0 09c8 dae7 0008 0096 H...RPQ......... 000130 59a2 9013 2327 0008 9f2f ab9b 0a28 5648 Y...#'.../...(VH 000140 0008 8003 3604 35a7 165c 0008 99df 1f5c ....6.5..\.....\ 000150 1d1c 4dba 0008 0701 6c99 5e74 06c7 0008 ..M.....l.^t.... 000160 bf6d 97df 55d8 01bc 0008 89c7 c189 d2ee .m..U........... 000170 bace 0008 92c3 9b97 fba6 41ba 0008 0c2c ..........A...., 000180 fa96 e06c 384a 0008 0a0c ff3d 7e3b b2e2 ...l8J.....=~;.. 000190 0008 5e0a 8b7f 63c1 6ea3 0008 991c af84 ..^...c.n....... 0001a0 1ab7 1d7e 0008 795e 0735 e625 f2fd 0008 ...~..y^.5.%.... 0001b0 4f96 1bf3 0d0d 96e8 0008 6ced 51fe dc65 O.........l.Q..e 0001c0 d6bd 0008 19a9 25f1 c888 7be9 0008 c2ab ......%...{..... 0001d0 ac28 44b9 1916 0008 f23d 2c3f 8c61 a5af .(D......=,?.a.. 0001e0 0008 d603 f71f 388e de9b 0008 116b 9797 ......8......k.. 0001f0 f89f 98ae 0008 5119 6a49 6a63 8ce8 0008 ......Q.jIjc.... 000200 b7ba 1edf 0f17 fdd2 0008 97b9 0956 bbd9 .............V.. 000210 309d 0008 ce8a 48ab a6ec 2de5 0008 bb40 0.....H...-....@ 000220 9ffc 5af8 d659 0008 655d dc55 8e2b 21d8 ..Z..Y..e].U.+!. 000230 0008 83b2 df69 014b 4965 0008 ddee 9294 .....i.KIe...... 000240 882c 47b7 0008 46aa 31c9 da30 e3ca 0008 .,G...F.1..0.... 000250 9524 f0ca 8410 f1eb 0008 7b80 c297 695a .$........{...iZ 000260 3443 0008 ae75 4b1e 2563 59dd 0008 a0c9 4C...uK.%cY..... 000270 3282 7c7a 29d0 0008 b302 937e 44b1 1714 2.|z)......~D... 000280 0008 b6df 074e 4d7a 3a60 0008 e449 8711 .....NMz:`...I.. 000290 4799 f249 0008 f776 50fe c1e9 4ec6 0008 G..I...vP...N... 0002a0 23cd fb08 b62f 88c7 0008 8b0c adee 2764 #..../........'d 0002b0 d34e 0008 898a 1401 d983 2a31 0008 967a .N........*1...z 0002c0 1d69 3cf1 7321 0008 d99e 9bdd c377 abe8 .i<.s!.......w.. 0002d0 0008 5b52 e62a 432b c7f5 0008 edb5 7ebe ..[R.*C+......~. 0002e0 5050 61eb 0008 fddf 6bf5 1724 0f87 0008 PPa.....k..$.... 0002f0 52c3 4937 8d43 fe8c 0008 50df 98cd f914 R.I7.C....P..... 000300 4e9a 0008 c4d3 a8d1 2f3c 1b24 0008 1c62 N......./<.$...b 000310 fec3 5e3b f858 0008 ddfc 3bd7 7a78 01ef ..^;.X....;.zx.. 000320 0008 ecd4 e7f4 fb79 db60 0008 7bbe ea40 .......y.`..{..@ 000330 148d c6cb 0008 fa3e a8bd f953 7fdd 0008 .......>...S.... 000340 2bce 6eaf d00a 61fe 0008 99bf ab07 9fc0 +.n...a......... 000350 6af8 0008 7ffa 2a99 e3b1 b814 0008 8807 j.....*......... 000360 1047 8cbe abac 0008 953a 6745 fffe 3a15 .G.......:gE..:. 000370 0008 722d c80b 8e14 ffa0 0008 4ee8 373f ..r-........N.7? 000380 4dc9 bf8a 0008 8fb5 fbc7 1040 c2e7 0008 M..........@.... 000390 31d2 2af5 28ba 6ead 0008 5512 d753 b4ec 1.*.(.n...U..S.. 0003a0 17c3 0008 28ad 3579 0fcc 43b9 0008 87e5 ....(.5y..C..... 0003b0 78ba 03d6 ca86 0008 8994 17be 3025 e309 x...........0%.. 0003c0 0008 6d06 4718 8990 2759 0008 c25b 6f5e ..m.G...'Y...[o^ 0003d0 5ba1 b623 0008 7c7a aaac 61e9 b8d2 0008 [..#..|z..a..... 0003e0 c346 3a5f 1bfa b253 0008 309b 7007 f921 .F:_...S..0.p..! 0003f0 6901 0008 72d4 0ab1 2823 d300 0008 8b48 i...r...(#.....H 000400 9429 1092 1192 0008 573d 7f49 dcde 6862 .)......W=.I..hb 000410 0008 3d1f 3b67 e1b3 2591 0008 0256 579a ..=.;g..%....VW. 000420 689c 374d 0008 bef2 c310 ddf9 c5f1 0008 h.7M............ 000430 c62f c339 09ae c3da 0008 a231 656e f766 ./.9.......1en.f 000440 1731 0008 08e7 3426 1971 c5e7 0008 8d21 .1....4&.q.....! 000450 55eb 3680 3451 0008 1c43 4767 5d7c 893d U.6.4Q...CGg]|.= 000460 0008 8be5 bb75 0c1f 0054 0008 117e 8ac3 .....u...T...~.. 000470 2d8f 4dd2 0008 2380 c83f b03a 9758 0008 -.M...#..?.:.X.. 000480 7e96 713d 090d 14a2 0008 e656 e9b0 270f ~.q=.......V..'. 000490 655f 0008 2919 5054 7ca6 a5e3 0008 8e72 e_..).PT|......r 0004a0 137d 07a1 86ed 0008 c4fe a447 7665 8b9d .}.........Gve.. 0004b0 0008 3c94 8801 6a8d 9956 0008 fb37 8c10 ..<...j..V...7.. 0004c0 4be9 acb3 0008 5122 cec7 04df 2bc6 0008 K.....Q"....+... 0004d0 6b17 6368 a48c 259a 0008 21d2 88a0 ee9f k.ch..%...!..... 0004e0 f328 0008 a32c dbb0 7366 d237 0008 0c6e .(...,..sf.7...n 0004f0 e8be f533 5e74 0008 5eb6 d549 3355 0222 ...3^t..^..I3U." 000500 0008 0534 83d0 b79f 6446 0008 7d9d 1018 ...4....dF..}... 000510 b5c3 b260 0008 f358 f6fe ff2f 9da6 0008 ...`...X.../.... 000520 c38a f928 60d3 9218 0008 bd28 afbd 08ce ...(`......(.... 000530 8ee6 0008 a098 54be 01b5 b406 0008 d201 ......T......... 000540 13a2 4e9c cb4a 0008 408e 26df 1098 9463 ..N..J..@.&....c 000550 0008 6d19 184f f664 616f 0008 fa33 70e7 ..m..O.dao...3p. 000560 2af3 28d5 0008 eb58 f329 d424 aef3 0008 *.(....X.).$.... 000570 6b5c 627b 42ca c3df 0008 cd5d 922d 2198 k\b{B......].-!. 000580 d706 0008 9e70 4743 bfe4 c06e 0008 af8f .....pGC...n.... 000590 f28d d426 8905 0008 2328 424d 1cc4 d688 ...&....#(BM.... 0005a0 0008 a997 c22c 9369 1743 0008 addd c73b .....,.i.C.....; 0005b0 be35 e5af 0008 90b5 0fc8 5406 9e7b 0008 .5........T..{.. 0005c0 081b d950 5b2c 9a34 0008 065b 9fb3 69e9 ...P[,.4...[..i. 0005d0 eb35 0008 64c0 98f7 2f17 34b9 0008 1a64 .5..d.../.4....d 0005e0 d61f 4b03 2d64 0008 aaa7 1b03 8e67 4124 ..K.-d.......gA$ 0005f0 0008 3448 2de3 a743 b7ea 0008 b57e f127 ..4H-..C.....~.' 000600 5f5d 685a 0008 9dbf 3088 f100 f8fd 0008 _]hZ....0....... 000610 490d bc7a 68b5 c5c9 0008 e184 5c4c cf49 I..zh.......\L.I 000620 5a93 0008 3560 c703 d312 8a69 0008 5237 Z...5`.....i..R7 000630 cd73 5f18 31b5 0008 0b72 a4fc fabf 2936 .s_.1....r....)6 000640 0008 69e2 eceb 6255 3450 0008 c078 d903 ..i...bU4P...x.. 000650 bca0 d5f9 0008 1c69 3537 5ca0 4f46 0008 .......i57\.OF.. 000660 7183 9c6b 089b bac5 0008 6564 63c9 809e q..k......edc... 000670 39ab 0008 1c72 05a5 75ff b599 0008 29c6 9....r..u.....). 000680 e13c bb78 c760 0008 1d99 4e33 cada 3bfa .<.x.`....N3..;. 000690 0008 bfc8 ef09 5c88 a494 0008 0176 50b9 ......\......vP. 0006a0 025f 9118 0008 49de b2fb 13e1 d48c 0008 ._....I......... 0006b0 800c 6cea dd7b f311 0008 b237 3562 4a70 ..l..{.....75bJp 0006c0 f823 0008 b051 fdee fcfc 986d 0008 b571 .#...Q.....m...q 0006d0 3057 03db 8b9e 0008 1410 7645 a909 50ee 0W........vE..P. 0006e0 0008 8d55 4c61 3540 e586 0008 337f e7cb ...ULa5@....3... 0006f0 be35 083b 0008 af27 7bf8 3e90 55b0 0008 .5.;...'{.>.U... 000700 df78 d003 3331 be5b 0008 d5b8 6603 12c9 .x..31.[....f... 000710 266b 0008 3690 0c66 0996 dd77 0008 7b67 &k..6..f...w..{g 000720 40da 0eac d4ee 0008 ac55 a251 6645 159d @........U.QfE.. 000730 0008 c722 90d3 8240 ca69 0008 c3a1 5ec5 ..."...@.i....^. 000740 cc54 79e3 0008 53e4 bb04 ea97 2a22 0008 .Ty...S.....*".. 000750 ee8b ee42 f0c3 0159 0008 f062 b208 4c8c ...B...Y...b..L. 000760 9656 0008 7a51 4acd 12a7 6eed 0008 c792 .V..zQJ...n..... 000770 f9e4 eb98 4521 0008 cc30 ca81 4314 699c ....E!...0..C.i. 000780 0008 15cd 8b4c 6084 7643 0008 e810 082e .....L`.vC...... 000790 9163 71b0 0008 964d dc8c de40 9d3e 0008 .cq....M...@.>.. 0007a0 4787 503e 85d9 c7ae 0008 32a5 bb69 aa43 G.P>......2..i.C 0007b0 00a7 0008 9768 d2b6 fa2a 7ed2 0008 31ee .....h...*~...1. 0007c0 2f52 d632 7010 0008 61ee 9ea9 52a7 8cb0 /R.2p...a...R... 0007d0 0008 d249 db72 30b2 fac8 0008 6ee2 6568 ...I.r0.....n.eh 0007e0 9024 2a73 0008 2c67 398b 53eb 108f 0008 .$*s..,g9.S..... 0007f0 ff67 28b6 2c8e 345f 0008 7ae7 526d b678 .g(.,.4_..z.Rm.x 000800 42c7 0008 a888 f64e 72bd 6384 0008 175c B......Nr.c....\ 000810 5b92 1574 4477 0008 dd21 5179 e8fd cde8 [..tDw...!Qy.... 000820 0008 b00a f068 bf05 9bc5 0008 698f 13c9 .....h......i... 000830 1c39 b40a 0008 ffeb 37f6 498c 13e4 0008 .9......7.I..... 000840 ae8d e5d1 97cb 17ff 0008 27c5 dd61 ba3d ..........'..a.= 000850 d638 0008 3622 5065 189d 2422 0008 667d .8..6"Pe..$"..f} 000860 bbc5 2383 c987 0008 0091 6d51 8c25 aaaf ..#.......mQ.%.. 000870 0008 c6bf 8ff5 99cf ebc9 0008 8941 72a9 .............Ar. 000880 89b4 af8f 0008 ca02 42ae c25f f856 0008 ........B.._.V.. 000890 77bd c806 350e 76af 0008 936b 1789 5f03 w...5.v....k.._. 0008a0 92c9 0008 4f68 7e96 d95f 3002 0008 92d9 ....Oh~.._0..... 0008b0 4b8e 4ed8 7857 0008 ddb8 212c 09ea d446 K.N.xW....!,...F 0008c0 0008 8ce2 e511 e013 3b1e 0008 509d 68d4 ........;...P.h. 0008d0 e958 c7b0 0008 3750 3ec5 9f62 3cde 0008 .X....7P>..b<... 0008e0 8159 5c14 7238 c0de 0008 0d1c 10d7 dd41 .Y\.r8.........A 0008f0 6da2 0008 e805 825b d6a8 d2bd 0008 8d34 m......[.......4 000900 7239 a327 91d3 0008 f790 679c 01d7 3d45 r9.'......g...=E 000910 0008 4043 804f 8859 1455 0008 5a41 d6ea ..@C.O.Y.U..ZA.. 000920 3f6b 8e24 0008 2e84 cf21 c06a 4065 0008 ?k.$.....!.j@e.. 000930 6e0b 99bd c6e5 be6d 0008 ee62 23d1 7d45 n......m...b#.}E 000940 face 0008 696c ee9e dc6e 8643 0008 9473 ....il...n.C...s 000950 c6dc f8e7 b9fe 0008 790f 63d4 9c01 563d ........y.c...V= 000960 0008 2b86 3f79 f84d 474e 0008 80ba bed4 ..+.?y.MGN...... 000970 693a df60 0008 f952 3c34 1e6f ce8a 0008 i:.`...R<4.o.... 000980 cba3 f87f a555 3c18 0008 9e3d 18ad 59a0 .....U<....=..Y. 000990 37c6 0008 1062 20f9 a5db cd07 0008 d8b7 7....b ......... 0009a0 819d d2b7 b2f5 0008 eb3a 40b1 9e42 f381 .........:@..B.. 0009b0 0008 0213 6854 1512 712e 0008 1751 ea98 ....hT..q....Q.. 0009c0 f5eb a793 0008 343f 8935 c206 edc2 0008 ......4?.5...... 0009d0 aca1 d40d 7297 2e7d 0008 b9d8 7b5a bbb0 ....r..}....{Z.. 0009e0 6417 0008 c76e 8c1b 0224 d7fd 0008 6396 d....n...$....c. 0009f0 692d ed70 6b49 0008 bab3 a2ab 29f8 e146 i-.pkI......)..F 000a00 0008 8915 ba97 4301 ce09 0008 4a8e 2c43 ......C.....J.,C 000a10 681e 20e0 0008 a606 c823 bc29 9bb5 0008 h. ......#.).... 000a20 c2b2 6a5d ddd6 840c 0008 3972 fb0f 6c1b ..j]......9r..l. 000a30 8e5b 0008 fbc3 81bf 38ba ae8b 0008 4191 .[......8.....A. 000a40 b522 5dc0 ef6b 0008 d128 f6ab b197 f93e ."]..k...(.....> 000a50 0008 dcfc acf5 e1d0 1e12 0008 ef1d 0e45 ...............E 000a60 2f09 48f8 0008 9f55 1ccf bdd3 a84e 0008 /.H....U.....N.. 000a70 c636 039e 652f da86 0008 57c9 448f 4b2e .6..e/....W.D.K. 000a80 57e8 0008 53ef ee05 1548 d8a3 0008 aed7 W...S....H...... 000a90 defa 8985 c6ef 0008 5c81 59df e82d 9942 ........\.Y..-.B 000aa0 0008 1f51 2cb6 5cbe e648 0008 62c2 0d6a ...Q,.\..H..b..j 000ab0 a836 2ba9 0008 e107 c8d1 fc2f 9335 0008 .6+......../.5.. 000ac0 2319 6c5f ab9e 3c75 0008 2b9a a486 5054 #.l_..<u..+...PT 000ad0 dcdc 0008 840c 0708 e185 4294 0008 d306 ..........B..... 000ae0 bd82 ba59 69ef 0008 5f6a 1cbe 9d3c 5a93 ...Yi..._j...<Z. 000af0 0008 6847 c324 252f a8f4 0008 a4c6 aa47 ..hG.$%/.......G 000b00 c905 d35c 0008 4a36 fda6 f6df 7cf3 0008 ...\..J6....|... 000b10 468d 4b02 fdee a35d 0008 b5ad fba6 cec8 F.K....]........ 000b20 cf48 0008 9318 8ab1 dc38 ef2a 0008 3d0e .H.......8.*..=. 000b30 686c 63b7 ac12 0008 1278 aa88 c2f9 4f25 hlc......x....O% 000b40 0008 4afd 0299 0b59 dcdf 0008 49f6 aa57 ..J....Y....I..W 000b50 0bc0 febe 0008 6c83 bb2a 586e a551 0008 ......l..*Xn.Q.. 000b60 7d51 4635 c5ce 4e65 0008 dd7b ab49 1b79 }QF5..Ne...{.I.y 000b70 42bf 0008 3b55 4c5d 1f5a 4dbb 0008 50c8 B...;UL].ZM...P. 000b80 d95e 4e27 8d46 0008 6c80 5c29 beb0 b8a1 .^N'.F..l.\).... 000b90 0008 09c4 89d1 9f1c 5099 0008 fe50 df40 ........P....P.@ 000ba0 8886 c6bc 0008 c19f 361b cf53 218b 0008 ........6..S!... 000bb0 027e 4346 b963 7933 0008 4580 5da4 4902 .~CF.cy3..E.].I. 000bc0 2700 0008 2a51 26a9 6944 311a 0008 a35b '...*Q&.iD1....[ 000bd0 b0f5 26a9 8098 0008 a2b0 91d8 47ab fe22 ..&.........G.." 000be0 0008 6b90 dff1 c0b2 7ae0 0008 c4fb e903 ..k.....z....... 000bf0 5c16 4f58 0008 59e2 1f1a 34ab f659 0008 \.OX..Y...4..Y.. 000c00 2347 5e15 04b2 96e8 0008 dbc1 9a3d d968 #G^..........=.h 000c10 311b 0008 eef8 cbff 67bc 94ce 0008 5e4e 1.......g.....^N 000c20 0102 6595 29ca 0008 33fe 9adf f04d 07c9 ..e.)...3....M.. 000c30 0008 458b 3544 a807 ae55 0008 2107 b879 ..E.5D...U..!..y 000c40 2ac8 2efd 0008 b971 e827 79c1 f292 0008 *......q.'y..... 000c50 c56e d835 7879 a777 0008 8626 5d7b 5907 .n.5xy.w...&]{Y. 000c60 f863 0008 b7d0 7d57 8c4b 268f 0008 6818 .c....}W.K&...h. 000c70 d32a d488 8a1d 0008 3710 fe46 e62e 3b52 .*......7..F..;R 000c80 0008 dec1 4e0c ea6a 3e54 0008 6755 b2db ....N..j>T..gU.. 000c90 eb24 0249 0008 afe6 f164 6219 46a0 0008 .$.I.....db.F... 000ca0 6883 27e2 60a2 88c8 0008 3e22 99e0 e40d h.'.`.....>".... 000cb0 6e33 0008 b7c5 fb6f 624a f01c 0008 064a n3.....obJ.....J 000cc0 317b 4ccb 2bfe 0008 f310 5192 4ea7 d339 1{L.+.....Q.N..9 000cd0 0008 9e22 6e75 5fd3 8db7 0008 6190 f8b4 ..."nu_.....a... 000ce0 b0b0 e7e1 0008 e0af 7d76 0226 f70b 0008 ........}v.&.... 000cf0 3f73 0d97 ed7f 5507 0008 0f46 44a6 d34f ?s....U....FD..O 000d00 69ed 0008 7fbe 8287 014f 3142 0008 ee0d i........O1B.... 000d10 39cd 38e4 cf39 0008 886d a988 17f7 2ca4 9.8..9...m....,. 000d20 0008 0b40 9b9f d1f4 d124 0008 391d d146 ...@.....$..9..F 000d30 4b1a 3d9c 0008 0017 d4e8 6ad8 f339 0008 K.=.......j..9.. 000d40 482c 7474 f09c dc61 0008 8d14 b220 fe18 H,tt...a..... .. 000d50 dc9f 0008 9164 283a 4fba bf2f 0008 e7c0 .....d(:O../.... 000d60 10d7 4d9e 60ef 0008 18dd 9c86 ad00 6afd ..M.`.........j. 000d70 0008 fcbe edcc 6162 a6e8 0008 d369 64a4 ......ab.....id. 000d80 1645 df63 0008 0f38 74c1 3d6f 04f2 0008 .E.c...8t.=o.... 000d90 ad58 654a 7dc2 1ebe 0008 3798 f136 d46e .XeJ}.....7..6.n 000da0 a1b5 0008 1e75 a4af 7f64 f5d5 0008 0875 .....u...d.....u 000db0 aa6b ac45 cb50 0008 f1cc 41f9 1d2a 9397 .k.E.P....A..*.. 000dc0 0008 89ae ce2e 7e8d d7a6 0008 e438 dc45 ......~......8.E 000dd0 5f3d c297 0008 3110 d46e 8d3e 7394 0008 _=....1..n.>s... 000de0 c925 598a e03c fd41 0008 7a7e 3e7b 16b0 .%Y..<.A..z~>{.. 000df0 e487 0008 1284 e14d 3182 44ab 0008 7dd4 .......M1.D...}. 000e00 8e89 1088 964a 0008 5233 c5af 17cd b6b7 .....J..R3...... 000e10 0008 497b a8db 6cff 2199 0008 dcc0 8aca ..I{..l.!....... 000e20 2172 3f76 0008 c227 95f6 74ff 9122 0008 !r?v...'..t..".. 000e30 100f 0cfe 58eb 32db 0008 b2cb 96be e655 ....X.2........U 000e40 263d 0008 9c86 d37f 0b24 7d6a 0008 b480 &=.......$}j.... 000e50 c016 45b5 6628 0008 e561 5e43 74bf d7a5 ..E.f(...a^Ct... 000e60 0008 e76d 5bd7 23f6 e284 0008 dfc9 90aa ...m[.#......... 000e70 97ce 9220 0008 d94f 495a 1615 71fe 0008 ... ...OIZ..q... 000e80 bb56 e016 7cd9 b456 0008 9cc7 6752 f1ea .V..|..V....gR.. 000e90 1cc6 0008 603d a68d 850c f6a7 0008 ede4 ....`=.......... 000ea0 f525 55fe 1d56 0008 a8fa 3288 77bf 4c58 .%U..V....2.w.LX 000eb0 0008 46fd bb5b a863 ea04 0008 5507 f827 ..F..[.c....U..' 000ec0 3cca 673a 0008 1386 f8c0 2268 1f2c 0008 <.g:......"h.,.. 000ed0 23cf eb17 6b02 a912 0008 f00e efe0 f950 #...k..........P 000ee0 23a5 0008 49a0 bf30 d2b7 35ee 0008 50f5 #...I..0..5...P. 000ef0 04d7 5d1b a6ac 0008 9022 0210 5ba3 7b92 ..]......"..[.{. 000f00 0008 ed22 169a 3e85 4487 0008 235c 63ab ..."..>.D...#\c. 000f10 72c4 5090 0008 ebfe 9742 a31a ef43 0008 r.P......B...C.. 000f20 84f3 2bca 7a29 e4f2 0008 0c04 e9db 558b ..+.z)........U. 000f30 e2fa 0008 356d 42d5 c171 b04c 0008 9753 ....5mB..q.L...S 000f40 0c3d 507f 06d9 0008 d45b d23d 13a9 880e .=P......[.=.... 000f50 0008 84b1 cd0c 66d7 343d 0008 1d95 02a0 ......f.4=...... 000f60 ee6a 42b9 0008 1087 ceee 2412 bb8b 0008 .jB.......$..... 000f70 078e a30a 175d b6fd 0008 b603 d60a f3d0 .....].......... 000f80 f0ad 0008 a4be a888 8df6 0406 0008 a957 ...............W 000f90 f869 01a8 d96b 0008 a262 0ed5 1aeb 82ef .i...k...b...... 000fa0 0008 1946 598e 368a fe41 0008 8a69 f078 ...FY.6..A...i.x 000fb0 daaf 0a25 0008 fec0 a876 f435 867c 0008 ...%.....v.5.|.. 000fc0 577c 55e3 cb11 19e7 0008 ef36 ed0d 3120 W|U........6..1 000fd0 cba7 0008 81ad 576a 511d ecf9 0008 c660 ......WjQ......` 000fe0 1c95 ff74 9067 0008 6f88 9f4a d628 0759 ...t.g..o..J.(.Y 000ff0 0008 105d c0ad 1ec4 c853 0008 92f7 02a6 ...].....S...... 001000 bbf5 cebf 0008 44a9 3553 f9b2 4743 0008 ......D.5S..GC.. 001010 a77f f889 0630 2898 0008 6241 e736 c610 .....0(...bA.6.. 001020 1392 0008 60fd d23b 1b70 eb94 0008 ab41 ....`..;.p.....A 001030 bfc8 38af b505 0008 cbbd eb09 9a49 83ef ..8..........I.. 001040 0008 5bb0 ae38 c890 bc92 0008 7448 2beb ..[..8......tH+. 001050 1209 e41b 0008 73e5 40a4 428c 500d 0008 ......s.@.B.P... 001060 1381 a97c bd63 a2aa 0008 00e9 16fc 5018 ...|.c........P. 001070 9bac 0008 d893 1ef5 11ca 48aa 0008 6060 ..........H...`` 001080 c113 1b76 2d61 0008 0d6b 4672 e210 9345 ...v-a...kFr...E 001090 0008 af58 2873 5bd5 d44a 0008 1d94 06d4 ...X(s[..J...... 0010a0 7eaa fce8 0008 a63c ba14 a9c8 df5a 0008 ~......<.....Z.. 0010b0 e710 ecc2 f121 e0e1 0008 11bf fccb 2f98 .....!......../. 0010c0 d6c3 0008 50bc 95ef fd2e 7c22 0008 a4c7 ....P.....|".... 0010d0 f675 cb39 e8b7 0008 a988 c85b 8a2d 69a6 .u.9.......[.-i. 0010e0 0008 f0f2 d74b 5c3b 6d57 0008 11bb 8b56 .....K\;mW.....V 0010f0 40cf 1bb5 0008 3ff6 3ad3 ec3e 04f9 0008 @.....?.:..>.... 001100 a8af 5c22 ec11 6d69 0008 4e22 764c 2eea ..\"..mi..N"vL.. 001110 96b7 0008 6b30 168d 4e8f 9a79 0008 f2a3 ....k0..N..y.... 001120 329e d05b b3eb 0008 2e7c 0872 5534 bcf2 2..[.....|.rU4.. 001130 0008 5784 8011 1cb0 d06c 0008 d2cb 0f58 ..W......l.....X 001140 c1a1 ba29 0008 af93 29f3 04c1 e753 0008 ...)....)....S.. 001150 bbdf fe07 9202 bfac 0008 c085 04bb ec54 ...............T 001160 8493 0008 31f8 b877 7917 8099 0008 19cf ....1..wy....... 001170 2165 0118 d507 0008 73ea c14f daf9 b0f5 !e......s..O.... 001180 0008 2917 467b dcf5 9d10 0008 0295 3647 ..).F{........6G 001190 75f9 d5ab 0008 2b0f 502e e543 934b 0008 u.....+.P..C.K.. 0011a0 82df c3b9 c249 ac74 0008 9617 5b2f 2317 .....I.t....[/#. 0011b0 84b8 0008 36f0 29f2 9b4f c62f 0008 ff5d ....6.)..O./...] 0011c0 7696 82b2 71d1 0008 e2ea 98d7 7349 d11a v...q.......sI.. 0011d0 0008 1ed2 1164 1866 ec72 0008 a9eb f023 .....d.f.r.....# 0011e0 ca78 d959 0008 95f0 2ea8 e5ea eab1 0008 .x.Y............ 0011f0 1f54 490c 9621 b9f6 0008 ae6c 1ea2 73a0 .TI..!.....l..s. 001200 8ff8 0008 013d 6c92 78be 0306 0008 f016 .....=l.x....... 001210 3159 46f3 6b46 0008 53f1 b325 7e57 0e1f 1YF.kF..S..%~W.. 001220 0008 829e 1df9 0883 51e3 0008 bbf8 5214 ........Q.....R. 001230 5bcf 19f8 0008 7add 0c89 0269 f2f1 0008 [.....z....i.... 001240 d0d7 4eee 1948 801e 0008 e893 1a39 e0c6 ..N..H.......9.. 001250 1434 0008 44cd f8b8 3fcd c75e 0008 08c6 .4..D...?..^.... 001260 c69a c81e 24b8 0008 cd37 5d11 d62a c3ef ....$....7]..*.. 001270 0008 7d7f 1732 cda2 5a5f 0008 efe2 0d66 ..}..2..Z_.....f 001280 2153 627d 0008 203a e54d 726a 86a4 0008 !Sb}.. :.Mrj.... 001290 34af 8594 5abc 39a2 0008 19ab b308 c0d1 4...Z.9......... 0012a0 3669 0008 5341 50df ace2 5ade 0008 a7f7 6i..SAP...Z..... 0012b0 7c91 0afa 7dae 0008 b06e c00c 3245 5744 |...}....n..2EWD 0012c0 0008 36ce 9902 5af4 b2b4 0008 4fe7 0a7a ..6...Z.....O..z 0012d0 9dc1 451e 0008 d3c1 e9f8 6429 d19b 0008 ..E.......d).... 0012e0 a81a f39c 4cdf 3412 0008 918d 8515 0900 ....L.4......... 0012f0 a534 0008 a6cb fe2b be2f 69cf 0008 70c5 .4.....+./i...p. 001300 a7e0 50b3 f5ad 0008 24ab 6eaf 7b22 d42b ..P.....$.n.{".+ 001310 0008 e09c c0f5 2369 5ae7 0008 ea15 fcc8 ......#iZ....... 001320 e61d 1cf9 0008 0c71 8cea f10e 7a23 0008 .......q....z#.. 001330 b4c8 e4c9 44d3 36f1 0008 e65d 6a87 fd63 ....D.6....]j..c 001340 2851 0008 9630 90de 7d62 53c4 0008 041d (Q...0..}bS..... 001350 a4f0 a661 0b2e 0008 aa18 57ac 1b86 70b2 ...a......W...p. 001360 0008 cf2e 76d8 0eba d9e8 0008 2189 8d4a ....v.......!..J 001370 441d 14da 0008 3d6a dfcd 81cd 8b46 0008 D.....=j.....F.. 001380 94da 796f efc4 5cf4 0008 a88e 7c85 4e49 ..yo..\.....|.NI 001390 39ca 0008 aa93 0649 95f9 bada 0008 8d04 9......I........ 0013a0 79dd cb52 9e78 0008 830e eb3d e0d5 b62a y..R.x.....=...* 0013b0 0008 8f72 687d 526c 1219 0008 e658 9247 ...rh}Rl.....X.G 0013c0 a555 29c9 0008 0f73 5499 dc1d 2e1e 0008 .U)....sT....... 0013d0 f483 9c44 f1c6 e2aa 0008 e067 b503 11de ...D.......g.... 0013e0 e954 0008 2d73 ebba b4e0 9f90 0008 cbc6 .T..-s.......... 0013f0 a76d 3ebc ce79 0008 ce93 28bb 4c9f 89a9 .m>..y....(.L... 001400 01c8 622a 1533 783e c346 0751 a254 3d57 ..b*.3x>.F.Q.T=W 001410 8562 7b6b d677 c384 8087 1c92 9799 789f .b{k.w........x. 001420 19ac b2ac 7baf 87bc a1be b3c7 f9d4 b7d8 ....{........... 001430 c0db 3ae9 96ed d3f3 d101 d808 e40b 501a ..:...........P. 001440 7322 e32b 243a 4742 8c4a 1254 a554 5b57 s".+$:GB.J.T.T[W 001450 7562 ca6b df78 7e7c 9b7e 9e87 4d93 ea9e ub.k.x~|.~..M... 001460 9ba8 9aaa 74b2 02bb 15c6 e2cc d2cf 8add ....t........... 001470 c2e2 c8eb 6df9 ddfe 8809 350f e21a 1925 ....m.....5....% 001480 6629 aa2d 8132 f339 5a40 b141 a346 834e f).-.2.9Z@.A.F.N 001490 cc57 0d63 8c6b 0e78 8378 697a 5282 e488 .W.c.k.x.xizR... 0014a0 248c e88c b091 2c97 8aa0 4ea2 b6ab 1cb7 $.....,...N..... 0014b0 b0c2 a3cb 0ed6 87de aae6 dcee a3f9 35ff ..............5. 0014c0 6208 2d0a c412 6e1b a727 0208 f9a9 7ef4 b.-...n..'....~. 0014d0 e1af 78b0 0208 fcd4 01e2 0728 46c1 0208 ..x........(F... 0014e0 af26 da16 0f8c c602 0208 960e 5c7a 3107 .&..........\z1. 0014f0 bb81 0208 f470 47a4 4bff 3ea8 0208 8cb0 .....pG.K.>..... 001500 1fb6 ef93 8f84 0208 648a 79c5 346a 28de ........d.y.4j(. 001510 0208 adf3 5ef9 9eb3 94ab 0208 3b54 b2e9 ....^.......;T.. 001520 fd3d b111 0208 c670 186d ed58 b0ea 0208 .=.....p.m.X.... 001530 0a01 30f5 4a0e 0cfd 0208 dd23 6c80 85e2 ..0.J......#l... 001540 b683 0208 e90b 3e69 a969 2814 0208 2083 ......>i.i(... . 001550 fba9 e8c8 2693 0208 ffa7 f773 9918 3e21 ....&......s..>! 001560 0208 6fce 9be1 880e 542d 0208 b7dd 7688 ..o.....T-....v. 001570 0002 7702 0208 698d cf19 4af4 b74c 0208 ..w...i...J..L.. 001580 edeb 6834 8751 73e5 0208 f35a ee28 3cd9 ..h4.Qs....Z.(<. 001590 59b3 0208 d9da 1df1 e31e 4a51 0208 d362 Y.........JQ...b 0015a0 e4d2 073b 8570 0208 c70b 0b36 920d 35f4 ...;.p.....6..5. 0015b0 0208 e40d 71c3 11af 594e 0208 1eed 586d ....q...YN....Xm 0015c0 655f c4d4 0208 1dff ba9f 5aab 533e 0208 e_........Z.S>.. 0015d0 74fa d25e ccf0 2a5b 0208 4a0c 2cac fdb0 t..^..*[..J.,... 0015e0 0458 0208 51f5 baa5 fadb a07c 0208 f1ec .X..Q......|.... 0015f0 510e da2b 5faf 0208 673c d516 9e7f 2787 Q..+_...g<....'. 001600 0208 4f66 b02d 8d96 884b 0208 b3b0 6ce0 ..Of.-...K....l. 001610 2784 f87d 0208 9016 ae7d 35ce 9d7e 0208 '..}.....}5..~.. 001620 7e6e aaa0 a4f9 aa69 0208 e723 5e9c ca1c ~n.....i...#^... 001630 eed5 0208 a73c ac73 f4b7 a0c6 0208 a67f .....<.s........ 001640 8815 d88f 8d44 0208 6265 a8f9 9316 8bac .....D..be...... 001650 0208 10c9 656a 88cc fcbe 0208 8ab5 35e5 ....ej........5. 001660 e619 9a71 0208 06d4 069a bbe6 e5c3 0208 ...q............ 001670 db95 c33d 3895 deb9 0208 0cba 03b1 1dc4 ...=8........... 001680 3e46 0208 76c2 0e3a 1576 f798 0208 343b >F..v..:.v....4; 001690 f9bd 0577 8c54 0208 916e 8e4e 5276 ad33 ...w.T...n.NRv.3 0016a0 0208 1718 7c47 7b71 c822 0208 a049 e441 ....|G{q."...I.A 0016b0 a604 339f 0208 6a7e 8b61 7e4c baf2 0208 ..3...j~.a~L.... 0016c0 6c15 e1f1 bfdd b8b6 0208 b55c 2ca3 1de7 l..........\,... 0016d0 836a 0208 b58c 2c1f 136f cda9 0208 fec0 .j....,..o...... 0016e0 0eed 6064 6573 0208 97bc a977 7537 0893 ..`des.....wu7.. 0016f0 0208 7335 9883 b992 26b1 0208 1adb 0aca ..s5....&....... 001700 067c c4ab 0208 1e82 549b 341f 6f9e 0208 .|......T.4.o... 001710 3de1 fc8f 87da 8131 0208 bdfa 1ab4 5e68 =......1......^h 001720 5537 0208 5efa ad41 2e37 049b 0208 5c6a U7..^..A.7....\j 001730 0ddb 88ed edbb 0208 1f34 343a 3e9e 70f1 .........44:>.p. 001740 0208 f2f3 8bd6 a02c 4477 0208 2c5a aeb4 .......,Dw..,Z.. 001750 eb76 fe62 0208 7832 d19b 9936 e28c 0208 .v.b..x2...6.... 001760 9cab ba07 2b39 1aa2 0208 e18f 3686 ef89 ....+9......6... 001770 9d8a 0208 2e91 d82b 3d32 2495 0208 c9f9 .......+=2$..... 001780 4021 c7f6 51ab 0208 756e 3fd6 eba0 02e8 @!..Q...un?..... 001790 0208 9c3e c22f 2a05 ded2 0208 3e48 2d4d ...>./*.....>H-M 0017a0 e655 5c4c 0208 69e6 d79b dd43 9af7 0208 .U\L..i....C.... 0017b0 6b13 c478 afa4 0460 0208 a65e 5d65 ee6f k..x...`...^]e.o 0017c0 4017 0208 d99c e2b5 529a 38ec 0208 186a @.......R.8....j 0017d0 f8b1 6d4d 77f1 0208 8228 9954 4046 21f6 ..mMw....(.T@F!. 0017e0 0208 c8c6 34f4 fd34 a706 0208 00fd 8fb1 ....4..4........ 0017f0 7351 3ad3 0208 0cf6 1b38 abab 0fcf 0208 sQ:......8...... 001800 ca1c 1eda 070e 6dad 0208 9c8c a653 c3c2 ......m......S.. 001810 0887 0208 e4a5 7647 cf01 97b9 0208 8a03 ......vG........ 001820 60fa 0171 16bd 0208 69ce b1e7 83f4 dcf1 `..q....i....... 001830 0208 5bc9 6153 28fb c008 0208 8a51 3a90 ..[.aS(......Q:. 001840 b269 6338 0208 9c20 a575 5fbd a212 0208 .ic8... .u_..... 001850 3b27 23c2 f73c 4d36 0208 e8ef 076a bdfa ;'#..<M6.....j.. 001860 4161 0208 52f6 0481 18bf 702e 0208 b23d Aa..R.....p....= 001870 eb05 5775 f485 0208 1e2e 5a78 5da7 a2ab ..Wu......Zx]... 001880 0208 29dc 1614 c799 95a4 0208 f950 14aa ..)..........P.. 001890 b231 0513 0208 91f7 b9a3 344e a6ad 0208 .1........4N.... 0018a0 3e72 593f 6014 69a6 0208 ba42 95f4 ad4d >rY?`.i....B...M 0018b0 bc45 0208 649f 0a73 2229 3e72 0208 bd43 .E..d..s")>r...C 0018c0 832a 6668 3e59 0208 f576 dc12 7cb8 fbe0 .*fh>Y...v..|... 0018d0 0208 19a9 e63d 05bf 7e09 0208 1635 7476 .....=..~....5tv 0018e0 f998 6001 0208 6000 0060 1791 68cd 0208 ..`...`..`..h... 0018f0 2ebf ee2e bc60 893a 0208 01fc 509c f7d8 .....`.:....P... 001900 562d 0208 6e4e 4430 6b2e 8972 0208 e6b9 V-..nND0k..r.... 001910 e506 dc79 912f 0208 5740 258a 955c f763 ...y./..W@%..\.c 001920 0208 4bc9 3b05 02ad e761 0208 e489 853a ..K.;....a.....: 001930 4a0e 8b74 0208 ef12 1143 aec0 51ff 0208 J..t.....C..Q... 001940 35b0 523f 63ef 7c76 0208 69c3 a6bb 0d97 5.R?c.|v..i..... 001950 70d6 0208 c18b f794 8aa5 c050 0208 a1cc p..........P.... 001960 ba1d c7b6 d18d 0208 b1f5 cd52 8d48 3712 ...........R.H7. 001970 0208 70f1 5619 081e 5bff 0208 1f0e b424 ..p.V...[......$ 001980 2717 169a 0208 6e7d bb17 4d9b a897 0208 '.....n}..M..... 001990 c132 48ec 88c3 c018 0208 94fb 679a 7e44 .2H.........g.~D 0019a0 fd23 0208 9087 e73f 8785 ebc3 0208 ade5 .#.....?........ 0019b0 c24c f2b6 b055 0208 05bc 262c 677c 1dfa .L...U....&,g|.. 0019c0 0208 ef5d 9f53 0ba0 eae2 0208 b023 c539 ...].S.......#.9 0019d0 449d b107 0208 c2b5 5216 5ca0 b504 0208 D.......R.\..... 0019e0 825c 353d 01a7 fee2 0208 75b4 4762 7711 .\5=......u.Gbw. 0019f0 f6ad 0208 7802 69cd 4b7e ac07 0208 4a48 ....x.i.K~....JH 001a00 68f3 71fc ab26 0208 d23b b081 d983 a77f h.q..&...;...... 001a10 0208 b269 18df 2812 bb4c 0208 1ce9 d1e2 ...i..(..L...... 001a20 77dd f9b1 0208 88af 597e f638 6dc6 0208 w.......Y~.8m... 001a30 b818 9337 00ae 0ad0 0208 de24 08b0 1d99 ...7.......$.... 001a40 531f 0208 6ea8 593a b1a6 5bdc 0208 d127 S...n.Y:..[....' 001a50 b99d c374 cd0b 0208 341f 3222 2ede 21fc ...t....4.2"..!. 001a60 0208 232a a9f0 906e 8329 0208 0fbc a609 ..#*...n.)...... 001a70 0fee 87cb 0208 4699 1359 b1c1 4d53 0208 ......F..Y..MS.. 001a80 3d13 885b 7b0f ab3d 0208 da4b 026a d4aa =..[{..=...K.j.. 001a90 dd58 0208 702e c60f 6184 7cfe 0208 07c5 .X..p...a.|..... 001aa0 cb2c 5d23 36c5 0208 7e84 82c1 3f4f e879 .,]#6...~...?O.y 001ab0 0208 92b7 c240 62d6 51e6 0208 515b f929 .....@b.Q...Q[.) 001ac0 8af2 89fb 0208 2ffb 2254 a5b7 fe58 0208 ....../."T...X.. 001ad0 8e43 2623 daad 5d27 0208 35c8 7d28 a556 .C&#..]'..5.}(.V 001ae0 e686 0208 1de1 b3fe c280 c33f 0208 ac09 ...........?.... 001af0 8277 0adb 23fa 0208 82ee 720c 81fc 021c .w..#.....r..... 001b00 0208 d939 7c2a 09ed 66bf 0208 c494 2986 ...9|*..f.....). 001b10 7443 8655 0208 3e24 4975 a67f b715 0208 tC.U..>$Iu...... 001b20 3f15 1ab3 8a51 58b3 0208 8c36 4b59 de84 ?....QX....6KY.. 001b30 b7b5 0208 5756 74a3 62fd 5182 0208 f421 ....WVt.b.Q....! 001b40 d99c 28ce 4e44 0208 16a5 1ec0 4abe 23c5 ..(.ND......J.#. 001b50 0208 0360 424b cd04 e722 0208 87ca 330e ...`BK..."....3. 001b60 ba1a 0d45 0208 a459 e8ab 6c46 92f5 0208 ...E...Y..lF.... 001b70 1e4e fc55 cc31 b171 0208 7a63 a5ef 287d .N.U.1.q..zc..(} 001b80 a4e9 0208 5ae4 0b79 c49d 4bf1 0208 f2de ....Z..y..K..... 001b90 da54 756b acba 0208 55f3 0285 7a7b 9316 .Tuk....U...z{.. 001ba0 0208 d33e 3203 29c0 b1df 0208 e3ef e45c ...>2.)........\ 001bb0 26e0 623e 0208 5a43 2f9a e531 20e0 0208 &.b>..ZC/..1 ... 001bc0 6a65 9e9a 8725 8be9 0208 7320 c4a1 3c46 je...%....s ..<F 001bd0 84db 0208 9c44 5f37 9d6e 125e 0208 3373 .....D_7.n.^..3s 001be0 ce65 72dd 3a05 0208 5a89 4bc8 aed3 b4fd .er.:...Z.K..... 001bf0 0208 f5b4 d801 4fd9 ec3c 0208 d9a3 cf27 ......O..<.....' 001c00 d433 6304 0208 5b10 d849 acf2 9232 0208 .3c...[..I...2.. 001c10 5132 3716 c2d3 f7ae 0208 2493 3fad 501b Q27.......$.?.P. 001c20 5192 0208 07f4 d38c 5cff d84e 0208 8347 Q.......\..N...G 001c30 524a f353 6078 0208 ff03 2293 68aa a2a9 RJ.S`x....".h... 001c40 0208 394b 1e50 2531 68a2 0208 ef9c c96a ..9K.P%1h......j 001c50 6e5d 277d 0208 f992 0d3d e9eb 642a 0208 n]'}.....=..d*.. 001c60 498d a85e 75e5 f286 0208 c8aa 055c 1c79 I..^u........\.y 001c70 8a28 0208 9e74 8181 997a d81f 0208 6dd7 .(...t...z....m. 001c80 88bc 68b0 4e3a 0208 a398 633a 1d99 9e42 ..h.N:....c:...B 001c90 0208 a10f 695c b784 fcd3 0208 b854 99d6 ....i\.......T.. 001ca0 e5d9 4706 0208 ae7b 6f81 98c5 49d0 0208 ..G....{o...I... 001cb0 8471 438c 6820 509f 0208 fcdd bd7f 33b7 .qC.h P.......3. 001cc0 f97a 0208 8369 751d d92e 6ea4 0208 f50a .z...iu...n..... 001cd0 28fd 0c48 254d 0208 19bb 2a2d a6ac c52b (..H%M....*-...+ 001ce0 0208 c5a4 fc5f c1c2 ee82 0208 b3ea 09d9 ....._.......... 001cf0 5205 1d2e 0208 0cce bb8d c4c6 4651 0208 R...........FQ.. 001d00 05e3 abcf 9dce d29b 0208 1c5b aec5 5398 ...........[..S. 001d10 18d2 0208 e072 a717 0cd7 a827 0208 b304 .....r.....'.... 001d20 d1bb 957c e0a8 0208 6800 dea1 3017 67c1 ...|....h...0.g. 001d30 0208 c1ff ebfa dc9a 5e24 0208 bee7 de1c ........^$...... 001d40 b188 d031 0208 a0ae 45ee 00a7 9a43 0208 ...1....E....C.. 001d50 99ce 46be c8ca a6e9 0208 ece1 3b4d e2e5 ..F.........;M.. 001d60 948b 0208 5be3 90c5 6433 7e39 0208 b6a5 ....[...d3~9.... 001d70 0abe 5695 e057 0208 fc5f 45db cd44 af5b ..V..W..._E..D.[ 001d80 0208 80cb 478e 83be 0ef2 0208 fa01 7bb1 ....G.........{. 001d90 fc9b 91f3 0208 9d1c 9f48 2900 bf6b 0208 .........H)..k.. 001da0 73be 5700 3934 532d 0208 06ad 66cb ce03 s.W.94S-....f... 001db0 a768 0208 0005 5a9e 180a 0514 0208 7fbc .h....Z......... 001dc0 7f4c 80cd f329 0208 7f75 652b afa1 6b64 .L...)...ue+..kd 001dd0 0208 6cf4 b3af cad1 d8af 0208 9f86 24f2 ..l...........$. 001de0 8007 8d6b 0208 0260 6fc3 1bb4 95f6 0208 ...k...`o....... 001df0 76fb 8dd8 9bdf ac00 0208 95ef 0b33 0152 v............3.R 001e00 c95a 0208 5afc 012c 663f fbe4 0208 b9f6 .Z..Z..,f?...... 001e10 bb31 ac74 f6c7 0208 cb42 cb57 8af4 0351 .1.t.....B.W...Q 001e20 0208 6679 8f3b a482 4858 0208 14eb b5af ..fy.;..HX...... 001e30 1b70 57cf 0208 1f6f 963f 5a12 7320 0208 .pW....o.?Z.s .. 001e40 afb7 ac32 fc9d b392 0208 4a35 9eb6 1f9e ...2......J5.... 001e50 2853 0208 e178 b448 fb51 8428 0208 9596 (S...x.H.Q.(.... 001e60 76e0 18fb cc6f 0208 a14f 74d3 4c6d 7a32 v....o...Ot.Lmz2 001e70 0208 808e 8cde 45b7 53c8 0208 affb 062a ......E.S......* 001e80 f2b1 4659 0208 c7f3 62a0 18ff 3be2 0208 ..FY....b...;... 001e90 8e2c f691 11bb 57ec 0208 c9ca 3956 ec76 .,....W.....9V.v 001ea0 e35e 0208 3b27 fcd8 a2d8 fbde 0208 f52f .^..;'........./ 001eb0 2257 5d74 1362 0208 4632 dd62 949b 8581 "W]t.b..F2.b.... 001ec0 0208 0d98 c7fd a37f a2db 0208 e810 1115 ................ 001ed0 b498 7ab7 0208 2c70 4fb9 4bcc 2e40 0208 ..z...,pO.K..@.. 001ee0 bd3f 6ab5 caa5 f7be 0208 fc2a ec64 00cd .?j........*.d.. 001ef0 1598 0208 8fcd f201 1831 2660 0208 9e2b .........1&`...+ 001f00 b145 a8f3 25bb 0208 79fe 5687 b3e0 a4b0 .E..%...y.V..... 001f10 0208 752f 8ccf 128a f5c6 0208 687c 830b ..u/........h|.. 001f20 afde 5ff0 0208 142e 7a96 978a 98f1 0208 .._.....z....... 001f30 4540 d389 5e83 fcea 0208 9f69 c80d 0d0b E@..^......i.... 001f40 f374 0208 a4d1 0d61 fd83 f501 0208 ede2 .t.....a........ 001f50 7344 5631 ec70 0208 960a f842 c7b1 517e sDV1.p.....B..Q~ 001f60 0208 ed67 934f 26b3 f423 0208 d4b7 92c3 ...g.O&..#...... 001f70 2dd5 2965 0208 efaa e3fa 4a14 0b95 0208 -.)e......J..... 001f80 2535 6b47 5b5d 712f 0208 a1b5 2a8d 41a9 %5kG[]q/....*.A. 001f90 e0db 0208 3ce9 b38a 94e8 5cb5 0208 42c9 ....<.....\...B. 001fa0 c7ed 0071 0673 0208 8e16 f0c1 78f2 4d52 ...q.s......x.MR 001fb0 0208 d1f8 075e 4d65 54c0 0208 3de4 cbcb .....^MeT...=... 001fc0 447a cd21 0208 39d2 d8af b65c ed1d 0208 Dz.!..9....\.... 001fd0 4cf2 8010 fd9c abff 0208 dc8e 8762 4704 L............bG. 001fe0 7fde 0208 d5ac b657 0e58 798f 0208 317c .......W.Xy...1| 001ff0 4954 c7d5 2fd5 0208 659a e958 bac2 82f0 IT../...e..X.... 002000 0208 2f3a 5252 e591 4b03 0208 2f99 6959 ../:RR..K.../.iY 002010 2a5b 0d71 0208 be48 cef3 ca60 807c 0208 *[.q...H...`.|.. 002020 8eaf 56c9 1842 2a9e 0208 e974 db06 1f4f ..V..B*....t...O 002030 5dfc 0208 b00c d7e1 7d2f 341f 0208 e4e3 ].......}/4..... 002040 3a5a ca97 40f2 0208 9ee4 6760 0eb8 dbc1 :Z..@.....g`.... 002050 0208 76ff b1d6 723d c814 0208 08bd e774 ..v...r=.......t 002060 2470 dd77 0208 02e4 e4ef f91b e0cb 0208 $p.w............ 002070 e74e 6f3e 39d0 a947 0208 a1ec 3992 4526 .No>9..G....9.E& 002080 4e1c 0208 9b40 9491 0a25 13ee 0208 0cc7 N....@...%...... 002090 84c0 20f6 5e73 0208 8118 6a99 6a85 d452 .. .^s....j.j..R 0020a0 0208 959e 2556 29c3 7488 0208 949d f4ee ....%V).t....... 0020b0 1432 041f 0208 9283 b01f 8acb 5305 0208 .2..........S... 0020c0 373f 9ec5 16e9 240a 0208 5026 bc42 5085 7?....$...P&.BP. 0020d0 82e6 0208 9d26 f12f 8fe0 4ba1 0208 34b5 .....&./..K...4. 0020e0 2734 1abf 6da8 0208 fc7a 29ca 008c ad11 '4..m....z)..... 0020f0 0208 c5c0 3a87 32ad dc19 0208 65f1 d134 ....:.2.....e..4 002100 5f4e 89f6 0208 6c33 a9d3 dc79 18b8 0208 _N....l3...y.... 002110 e80b 9213 328d 1fdb 0208 45af c9a9 2c13 ....2.....E...,. 002120 3c59 0208 7242 7e27 6bb5 2db6 0208 968c <Y..rB~'k.-..... 002130 cedf 4bf2 ef0e 0208 8036 349e 40a7 0d0d ..K......64.@... 002140 0208 0c61 22cb c74c b04a 0208 1794 02d3 ...a"..L.J...... 002150 d60b 77e3 0208 4542 61d0 df7b 6b2f 0208 ..w...EBa..{k/.. 002160 4a15 cd55 18ec 9685 0208 3d1f a300 bd95 J..U......=..... 002170 01f2 0208 a499 6854 c3ee d717 0208 3eb4 ......hT......>. 002180 d1ac bdbe 1db0 0208 7dae 7b3d 5dd0 2332 ........}.{=].#2 002190 0208 9686 4c94 7499 ee14 0208 807e 8d11 ....L.t......~.. 0021a0 fc16 00f2 0208 6854 937e 8100 77e7 0208 ......hT.~..w... 0021b0 299a dd3b 3fac 58ae 0208 c807 6659 3150 )..;?.X.....fY1P 0021c0 6eeb 0208 4680 e653 f480 358f 0208 e7dc n...F..S..5..... 0021d0 bc32 796b 80f5 0208 06f9 da50 688d afc6 .2yk.......Ph... 0021e0 0208 d992 b815 8631 abfe 0208 f1fd 2164 .......1......!d 0021f0 a4a7 7b19 0208 3011 63d2 bf0c 431c 0208 ..{...0.c...C... 002200 f3b6 924a 6ed1 9030 0208 64fe 6d9c ed53 ...Jn..0..d.m..S 002210 dd88 0208 71f5 bd35 75ac 8759 0208 a269 ....q..5u..Y...i 002220 488e ef79 d7f6 0208 fc8a 895e 771d d4b2 H..y.......^w... 002230 0208 0623 bec3 6f4f 7297 0208 9c40 ae75 ...#..oOr....@.u 002240 738a 19e8 0208 9f97 34d9 045e 85ee 0208 s.......4..^.... 002250 33a5 1d71 eab8 736a 0208 0f17 a982 dcbc 3..q..sj........ 002260 6f6c 0208 2899 f711 d4f5 65e2 0208 5ebb ol..(.....e...^. 002270 6dd5 4d55 a8eb 0208 e594 4166 ae38 e960 m.MU......Af.8.` 002280 0208 d269 e36a c58b 10b2 0208 161f 2e1e ...i.j.......... 002290 fb2e 1963 0208 ea8e b10c c955 600d 0208 ...c.......U`... 0022a0 bd78 81c2 1c8a f922 0208 3b0e 63ba ca4a .x....."..;.c..J 0022b0 69fc 0208 1f71 1deb 2279 2b72 0208 9c59 i....q.."y+r...Y 0022c0 7738 1147 1e5d 0208 5388 feeb 46d8 4a5b w8.G.]..S...F.J[ 0022d0 0208 f8e5 f45a 1359 c8c0 0208 5c41 ec03 .....Z.Y....\A.. 0022e0 50fb c7d7 0208 3ecb 18b3 340a f997 0208 P.....>...4..... 0022f0 e9de 7b51 04e0 6cc0 0208 d365 002c fa53 ..{Q..l....e.,.S 002300 a248 0208 4838 92f9 20fa f9df 0208 dd1c .H..H8.. ....... 002310 c25b 7375 24b9 0208 c78a 7ade f6f4 d085 .[su$.....z..... 002320 0208 9b8b 23d3 1013 37f3 0208 4bfc 415b ....#...7...K.A[ 002330 e372 6168 0208 4490 b1d7 9fb8 da9b 0208 .rah..D......... 002340 4943 0894 0568 59a0 0208 341d 8a82 b0d6 IC...hY...4..... 002350 8627 0208 4530 009f 431b 94e1 0208 f179 .'..E0..C......y 002360 d2cb 7e38 fb69 0208 9b5d ee93 07ad 4731 ..~8.i...]....G1 002370 0208 9e5f 203b 4972 9395 0208 5dde 62e2 ..._ ;Ir....].b. 002380 69a1 76e3 0208 9ee0 91cc c6b8 2b4d 0208 i.v.........+M.. 002390 36eb 9af7 dd88 0c90 0208 db2c 25e2 a8b5 6..........,%... 0023a0 064b 0208 d338 797f 54d0 d6a7 0208 7863 .K...8y.T.....xc 0023b0 9c63 ee1d 320b 0208 7fb4 91a1 3cd1 2118 .c..2.......<.!. 0023c0 0208 97f6 8807 862b dfd9 0208 5679 7788 .......+....Vyw. 0023d0 5498 e96a 0208 83e0 d678 7802 4d18 0208 T..j.....xx.M... 0023e0 312b 61c7 ef97 2175 0208 2500 b572 fd0a 1+a...!u..%..r.. 0023f0 a77f 0208 9c3d f64e 650f 656d 0208 5e66 .....=.Ne.em..^f 002400 b602 0f91 0ca2 0208 45bc fb29 2d22 b64e ........E..)-".N 002410 0208 4393 59eb a699 50ec 0208 0b87 145c ..C.Y...P......\ 002420 05a8 9f8e 0208 0fcb af37 0f9f 4b30 0208 .........7..K0.. 002430 4195 8172 753d 79c2 0208 ebac 1241 6ef7 A..ru=y......An. 002440 62ab 0208 2c6c 8d64 68d4 4f04 0208 fd5a b...,l.dh.O....Z 002450 c01e 409d 3914 0208 367a 711a 18c6 b93a ..@.9...6zq....: 002460 0208 b693 02d5 5a44 4804 0208 bdb9 ac60 ......ZDH......` 002470 d8dc 219f 0208 036c f2d8 9aef 6526 0208 ..!....l....e&.. 002480 5798 3e4e 64ac 37dd 0208 56e8 cde5 bed5 W.>Nd.7...V..... 002490 95a1 0208 f388 ab34 cfff 5f07 0208 a1cb .......4.._..... 0024a0 4b44 3f38 3155 0208 48c4 f4bd fcdb 9994 KD?81U..H....... 0024b0 0208 b2d4 2d69 9b09 0d28 0208 2b6a d42d ....-i...(..+j.- 0024c0 bb24 a518 0208 1b20 91d9 b48a cbd2 0208 .$..... ........ 0024d0 6b71 5df3 3708 bb1f 0208 44e4 b7ba 9c84 kq].7.....D..... 0024e0 9be8 0208 597e a79c a9cd 5718 0208 3f6c ....Y~....W...?l 0024f0 1cee d6e6 8ff4 0208 5225 e490 b82f 2e3d ........R%.../.= 002500 0208 9670 39b2 093b a651 0208 c76f 8d45 ...p9..;.Q...o.E 002510 cd0e 3eb8 0208 ff5a f711 112c 24ae 0208 ..>....Z...,$... 002520 e6c8 b6e8 9861 58f3 0208 2e02 6265 0c4a .....aX.....be.J 002530 5c3e 0208 bb37 c04a fa9f 335f 0208 23d1 \>...7.J..3_..#. 002540 da0c 0187 120d 0208 fbf2 708f 9ffa b2ca ..........p..... 002550 0208 2ac0 8bc0 3fb0 7f73 0208 cff2 dfe7 ..*...?..s...... 002560 f6d5 7e3e 0208 3744 62fc 247a c5e1 0208 ..~>..7Db.$z.... 002570 a232 2a49 f790 1fd5 0208 dfc9 de8b df20 .2*I........... 002580 53ae 0208 0d25 b1e0 95a4 bfcd 0208 0979 S....%.........y 002590 ecc7 ce36 18a6 0208 101b f975 4c1b 2087 ...6.......uL. . 0025a0 0208 25d3 b7f1 ba0f 319a 0208 6bd2 57ce ..%.....1...k.W. 0025b0 d9f8 0b9b 0208 7ca5 d719 1465 be19 0208 ......|....e.... 0025c0 0b9e bbd7 afbe 0c01 0208 82d8 1a78 d3f5 .............x.. 0025d0 39bf 0208 3849 f5f7 efc5 f384 0208 1be7 9...8I.......... 0025e0 65fa df56 ec21 0208 20fa 255e 45c6 be44 e..V.!.. .%^E..D 0025f0 0208 e735 9365 2403 bb40 0208 b4c8 fd87 ...5.e$..@...... 002600 87fe 8751 0208 f676 d936 8623 4df8 0208 ...Q...v.6.#M... 002610 2e22 fd53 3265 ffb1 0208 ef54 1bea 8ac3 .".S2e.....T.... 002620 7332 0208 f5ba ec17 7271 d2b7 0208 9376 s2......rq.....v 002630 32c3 a974 d419 0208 7490 a7f9 7cda 75e3 2..t....t...|.u. 002640 0208 42e5 fbcc 68ca cae3 0208 a6b4 832c ..B...h........, 002650 e79c 5a25 0208 4e61 ddc8 1675 c50b 0208 ..Z%..Na...u.... 002660 fc47 9296 9b61 dbe4 0208 e135 6e89 061b .G...a.....5n... 002670 afb2 0208 9aa2 13d9 5137 66c4 0208 eab6 ........Q7f..... 002680 30a8 8787 e9ec 0208 692c 1fd1 010b 17b3 0.......i,...... 002690 0208 af2d e689 76fb 2908 0208 d887 636b ...-..v.).....ck 0026a0 99d1 2d01 0208 039f d172 3e06 fbf1 0208 ..-......r>..... 0026b0 9432 7e15 2c83 9906 0208 2487 cf6c fbeb .2~.,.....$..l.. 0026c0 1422 0208 aa44 9694 33f9 5b1e 0208 b01d ."...D..3.[..... 0026d0 f5a0 388f 628a 0208 ca72 1d38 d78f d0c7 ..8.b....r.8.... 0026e0 0208 2434 5dfa af6c 4785 0208 aec6 7cf5 ..$4]..lG.....|. 0026f0 2035 6942 0208 ed94 3574 63d7 2780 0208 5iB....5tc.'... 002700 3672 04c5 fa54 af19 0208 e78c db12 f741 6r...T.........A 002710 25a9 0208 2784 b0cc a74d a69f 0208 5690 %...'....M....V. 002720 253d 70c2 84f1 0208 f1d0 b3d8 be2f 7e39 %=p........../~9 002730 0208 1b3b 9a66 4862 dd5e 0208 5822 8966 ...;.fHb.^..X".f 002740 3232 35e2 0208 b7ad c3fd 4918 90d7 0208 225.......I..... 002750 11b3 2b7e 0886 4aca 0208 77a3 dce6 0d8e ..+~..J...w..... 002760 5335 0208 07d6 101f e1f3 a0ea 0208 fe55 S5.............U 002770 6cef e80f 78e4 0208 dcd1 211a 5c81 40cb l...x.....!.\.@. 002780 0208 bfde fdb9 a9a3 e761 0208 9ecf 2b5c .........a....+\ 002790 d4f6 930f 0208 8219 e3e8 b152 4736 0208 ...........RG6.. 0027a0 778c 2ebe e4b2 bd88 0208 229c 58b0 43ec w.........".X.C. 0027b0 9d20 0208 7b57 8694 9a59 1711 0208 5727 . ..{W...Y....W' 0027c0 96b1 cb35 2325 0208 06b1 2b30 4735 ab8f ...5#%....+0G5.. 0027d0 0208 8f80 0726 f528 eac4 0208 1eb0 3bc4 .....&.(......;. 0027e0 d645 af44 0208 c5f7 46a2 34b2 292d 0208 .E.D....F.4.)-.. 0027f0 8925 e407 61f2 c224 0208 615d de83 9d91 .%..a..$..a].... 002800 dd17 0208 6925 6fde 0705 90fb 0208 4945 ....i%o.......IE 002810 3882 044c 18c2 0208 7ba8 b63e 51c4 dea0 8..L....{..>Q... 002820 0208 a5de 4c6f e57a 4962 0208 6cc5 8f1f ....Lo.zIb..l... 002830 8db4 aa78 0208 fe28 3ea3 57fd 7c67 0208 ...x...(>.W.|g.. 002840 ff99 57e2 8932 fd9e 0208 5709 cad4 b439 ..W..2....W....9 002850 5b10 0208 2c55 1c5d 2905 5c1d 0208 7b3c [...,U.]).\...{< 002860 2256 316f b8f8 0208 d8c0 c9fe ef89 2ad7 "V1o..........*. 002870 0208 b2d3 54dd 8cf6 242e 0208 7af5 47c1 ....T...$...z.G. 002880 ae2c e7bb 0208 016b de31 b28a 1969 0208 .,.....k.1...i.. 002890 f21a 7f05 95c8 1fe8 0208 0bd8 4416 24b7 ............D.$. 0028a0 5d76 0208 f007 1049 45e5 e09d 0208 4908 ]v.....IE.....I. 0028b0 bbd1 3494 db52 0208 76f0 2a10 d200 f5d8 ..4..R..v.*..... 0028c0 0208 f484 fb23 e265 564a 0380 eac1 4094 .....#.eVJ....@. 0028d0 e060 112b eb5c 3c36 fa11 5adc 4379 db47 .`.+.\<6..Z.Cy.G 0028e0 7bbd cbad b2a3 b565 a352 0e1c f0cd dd7b {......e.R.....{ 0028f0 4edc 640b e799 ae82 b7a7 60dc 3684 c5d9 N.d.......`.6... 002900 0753 0e27 3d9c 5429 63dc 2c45 ce35 b11e .S.'=.T)c.,E.5.. 002910 ef5a f46a 768a 1fb7 8714 0500 678c c7a8 .Z.jv.......g... 002920 1475 f2b9 a6e7 e3c5 a060 d7e8 7dda 36d9 .u.......`..}.6. 002930 4177 7aed 3d7c 6225 7e6b 36f0 8229 c0b6 Awz.=|b%~k6..).. 002940 d991 7fc4 134e 9e4c 8e42 2f3f .....N.L.B/? entropy sources: [1] getrandom [0] rdrand [2] timer accumulate: (src: [2] timer) 88d5 9b9d accumulate: (src: [0] rdrand) 9280 f8c0 69a1 c2c7 accumulate: (src: [1] getrandom) e9bb efbe b1c7 f322 accumulate: (src: [2] timer) 51cf 61a5 accumulate: (src: [2] timer) b476 6dad accumulate: (src: [2] timer) 27dc 74b5 accumulate: (src: [2] timer) bc79 83bd accumulate: (src: [2] timer) cc08 31c6 accumulate: (src: [2] timer) c4c2 f6cd accumulate: (src: [2] timer) 9731 4fd6 accumulate: (src: [2] timer) 7800 5ede accumulate: (src: [2] timer) b4c8 6ce6 accumulate: (src: [2] timer) 76ac 81ee accumulate: (src: [2] timer) a398 47f6 accumulate: (src: [2] timer) 9231 9afe accumulate: (src: [2] timer) 334e 6006 accumulate: (src: [2] timer) c4b3 b70e accumulate: (src: [2] timer) 4545 7e16 accumulate: (src: [2] timer) 7be2 d51e accumulate: (src: [2] timer) 358e e426 accumulate: (src: [2] timer) 8080 f32e accumulate: (src: [2] timer) bc43 bf36 accumulate: (src: [2] timer) c293 9a38 accumulate: (src: [0] rdrand) 4244 be71 b464 1442 accumulate: (src: [2] timer) 147b ed40 accumulate: (src: [2] timer) 426f b348 accumulate: (src: [2] timer) b04e 0b51 accumulate: (src: [2] timer) a45c d158 accumulate: (src: [2] timer) 712a 9760 accumulate: (src: [2] timer) 3344 9968 accumulate: (src: [2] timer) 803b 5f70 accumulate: (src: [2] timer) babf ff78 accumulate: (src: [2] timer) 92bd c680 accumulate: (src: [2] timer) 624c d588 accumulate: (src: [2] timer) 8299 e890 accumulate: (src: [2] timer) 4433 f398 accumulate: (src: [2] timer) 3bcc 01a1 accumulate: (src: [2] timer) 35af 10a9 accumulate: (src: [2] timer) f2e6 1fb1 accumulate: (src: [2] timer) 51ca 2eb9 accumulate: (src: [2] timer) d88d 3dc1 accumulate: (src: [2] timer) a6ad 4cc9 accumulate: (src: [2] timer) ab9c 5cd1 accumulate: (src: [2] timer) be91 d6d3 accumulate: (src: [0] rdrand) 04c7 8f2e 27e9 bd31 accumulate: (src: [2] timer) 3365 e5db accumulate: (src: [2] timer) d423 f4e3 accumulate: (src: [2] timer) eee6 04ec accumulate: (src: [2] timer) 4c0f 12f4 accumulate: (src: [2] timer) 781d 21fc accumulate: (src: [2] timer) 0316 3004 accumulate: (src: [2] timer) b4dc 3e0c accumulate: (src: [2] timer) f2da 4d14 accumulate: (src: [2] timer) 3c8a 5c1c accumulate: (src: [2] timer) ffdb 6b24 accumulate: (src: [2] timer) a9ba 7a2c accumulate: (src: [2] timer) 5cc4 8934 accumulate: (src: [2] timer) c975 983c accumulate: (src: [2] timer) cd6c a744 accumulate: (src: [2] timer) f967 b64c accumulate: (src: [2] timer) c642 c554 accumulate: (src: [2] timer) 68e3 c95c accumulate: (src: [2] timer) 468f 8f64 accumulate: (src: [2] timer) 8498 f26c accumulate: (src: [2] timer) e041 cf6e accumulate: (src: [0] rdrand) 5587 6760 a801 e2c2 accumulate: (src: [2] timer) 79d7 d36e accumulate: (src: [2] timer) 44f3 9876 accumulate: (src: [2] timer) 6a2d b27e accumulate: (src: [2] timer) ea2c cd86 accumulate: (src: [2] timer) 8933 0a8f accumulate: (src: [2] timer) 2b95 7a97 accumulate: (src: [2] timer) ebb9 c29f accumulate: (src: [2] timer) 6050 9ea7 accumulate: (src: [2] timer) d4ce 9caf accumulate: (src: [2] timer) 1a25 eeb7 accumulate: (src: [2] timer) a6ca b3bf accumulate: (src: [2] timer) 9986 11c8 accumulate: (src: [2] timer) 506e d7cf accumulate: (src: [2] timer) 10ac 36d8 accumulate: (src: [2] timer) eefe 3de0 accumulate: (src: [2] timer) 05b8 55e8 accumulate: (src: [2] timer) ace0 5ff0 accumulate: (src: [2] timer) 084b 59f8 accumulate: (src: [2] timer) 5c34 2000 accumulate: (src: [2] timer) 94f5 8808 accumulate: (src: [2] timer) 384a 650a accumulate: (src: [0] rdrand) b3dd a803 1c36 ddbb accumulate: (src: [2] timer) 28d5 7a12 accumulate: (src: [2] timer) 7388 821a accumulate: (src: [2] timer) 3584 9122 accumulate: (src: [2] timer) a99b a02a accumulate: (src: [2] timer) f829 6632 accumulate: (src: [2] timer) 2453 353a accumulate: (src: [2] timer) c9b0 3042 accumulate: (src: [2] timer) 98a5 3e4a accumulate: (src: [2] timer) c48d 0452 accumulate: (src: [2] timer) 55c2 5e5a accumulate: (src: [2] timer) 9dce 4f62 accumulate: (src: [2] timer) d365 186b accumulate: (src: [2] timer) 5b10 de72 accumulate: (src: [2] timer) 0819 177b accumulate: (src: [2] timer) 000e 4583 accumulate: (src: [2] timer) 9be6 538b accumulate: (src: [2] timer) 5bbf 6293 accumulate: (src: [2] timer) 43ea 719b accumulate: (src: [2] timer) eddc 80a3 accumulate: (src: [2] timer) 2355 bea4 accumulate: (src: [0] rdrand) aec9 a1cc 30bc df54 accumulate: (src: [2] timer) 26a7 fba5 accumulate: (src: [2] timer) e473 0aae accumulate: (src: [2] timer) d092 19b6 accumulate: (src: [2] timer) 4e43 28be accumulate: (src: [2] timer) a60e fac5 accumulate: (src: [2] timer) e7df bfcd accumulate: (src: [2] timer) de87 b7d5 accumulate: (src: [2] timer) 3a18 a5dd accumulate: (src: [2] timer) 008f 9fe5 accumulate: (src: [2] timer) f748 e3ed accumulate: (src: [2] timer) a667 f2f5 accumulate: (src: [2] timer) 3f75 01fe accumulate: (src: [2] timer) 8852 c705 accumulate: (src: [2] timer) db4b 940d accumulate: (src: [2] timer) aa7d 8f15 accumulate: (src: [2] timer) 024d 9e1d accumulate: (src: [2] timer) 3465 ad25 accumulate: (src: [2] timer) 6f83 c82d accumulate: (src: [2] timer) c4f1 ca35 accumulate: (src: [2] timer) c6ea d93d accumulate: (src: [2] timer) 3af3 a53f accumulate: (src: [0] rdrand) 957d bfea 46b3 9567 accumulate: (src: [2] timer) 525c 9241 accumulate: (src: [2] timer) c07f 5a49 accumulate: (src: [2] timer) efd9 af51 accumulate: (src: [2] timer) 8279 7559 accumulate: (src: [2] timer) a6c3 cd61 accumulate: (src: [2] timer) 68bf dc69 accumulate: (src: [2] timer) 898d ee71 accumulate: (src: [2] timer) f4c2 fa79 accumulate: (src: [2] timer) 079a 0982 accumulate: (src: [2] timer) 80a7 1a8a accumulate: (src: [2] timer) ff49 2792 accumulate: (src: [2] timer) 9618 ed99 accumulate: (src: [2] timer) 2894 b2a1 accumulate: (src: [2] timer) 6887 78a9 accumulate: (src: [2] timer) 97dd 3db1 accumulate: (src: [2] timer) 6885 03b9 accumulate: (src: [2] timer) ce3f c9c0 accumulate: (src: [2] timer) 1461 8fc8 accumulate: (src: [2] timer) 551b 55d0 accumulate: (src: [2] timer) b8f6 1ad8 accumulate: (src: [2] timer) beec 63da accumulate: (src: [0] rdrand) a0ae 65c6 25f0 0f50 accumulate: (src: [2] timer) b8c0 8fdc accumulate: (src: [2] timer) 82a9 57e4 accumulate: (src: [2] timer) b722 1dec accumulate: (src: [2] timer) 22b2 e2f3 accumulate: (src: [2] timer) f02c a8fb accumulate: (src: [2] timer) 3edb 6d03 accumulate: (src: [2] timer) 6f7a 330b accumulate: (src: [2] timer) 784a f912 accumulate: (src: [2] timer) 73c3 be1a accumulate: (src: [2] timer) 1355 8522 accumulate: (src: [2] timer) 37a9 4b2a accumulate: (src: [2] timer) 4e75 1132 accumulate: (src: [2] timer) 78ed d739 accumulate: (src: [2] timer) d853 9d41 accumulate: (src: [2] timer) 3b35 6349 accumulate: (src: [2] timer) 2171 2851 accumulate: (src: [2] timer) 969a ee58 accumulate: (src: [2] timer) 7314 b460 accumulate: (src: [2] timer) e0f6 7968 accumulate: (src: [2] timer) 55a1 3f70 accumulate: (src: [2] timer) a36a 5e75 accumulate: (src: [0] rdrand) d86e e189 c5c1 fdff accumulate: (src: [2] timer) 53cc 8f77 accumulate: (src: [2] timer) 0976 577f accumulate: (src: [2] timer) 3c1b 1d87 accumulate: (src: [2] timer) bf3f e38e accumulate: (src: [2] timer) 59ea a896 accumulate: (src: [2] timer) 1d9b 6e9e accumulate: (src: [2] timer) 055e 34a6 accumulate: (src: [2] timer) b769 faad accumulate: (src: [2] timer) 9e02 c0b5 accumulate: (src: [2] timer) 3b2f 86bd accumulate: (src: [2] timer) b347 4cc5 accumulate: (src: [2] timer) e808 12cd accumulate: (src: [2] timer) b726 d8d4 accumulate: (src: [2] timer) e530 9edc accumulate: (src: [2] timer) a0ab 64e4 accumulate: (src: [2] timer) 7b71 2aec accumulate: (src: [2] timer) 3f96 f0f3 accumulate: (src: [2] timer) 7821 b6fb accumulate: (src: [2] timer) 84ed 7b03 accumulate: (src: [2] timer) ee9f 410b accumulate: (src: [2] timer) 6fed 9d10 accumulate: (src: [0] rdrand) d0e4 0714 fcc7 0ffc accumulate: (src: [2] timer) d5fb 8f12 accumulate: (src: [2] timer) b41b 581a accumulate: (src: [2] timer) 976f 1e22 accumulate: (src: [2] timer) 5076 e429 accumulate: (src: [2] timer) ad03 aa31 accumulate: (src: [2] timer) 1e25 7039 accumulate: (src: [2] timer) 51b3 3541 accumulate: (src: [2] timer) 9dea fb48 accumulate: (src: [2] timer) 41c7 c150 accumulate: (src: [2] timer) 6141 8758 accumulate: (src: [2] timer) 6023 4d60 accumulate: (src: [2] timer) c9cd 1268 accumulate: (src: [2] timer) 11b0 d86f accumulate: (src: [2] timer) 654e 9e77 accumulate: (src: [2] timer) f872 647f accumulate: (src: [2] timer) f229 2a87 accumulate: (src: [2] timer) 0782 f08e accumulate: (src: [2] timer) 061a b796 accumulate: (src: [2] timer) 601f 7d9e accumulate: (src: [2] timer) 7c3d 42a6 accumulate: (src: [2] timer) b9b9 34ac accumulate: (src: [0] rdrand) e798 07a6 67b6 2334 accumulate: (src: [1] getrandom) 6ba0 f0bc 2c13 03f0 test_pk_runner alias tests/runtest ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 4.68 seconds. OK test_ec_wycheproof alias tests/runtest Testing Wycheproof NIST curves. This run has ID `91A82245-F820-43E0-8A9E-A363EDD22A53`. ... 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/91A82245-F820-43E0-8A9E-A363EDD22A53`. Test Successful in 18.000s. 3502 tests run. 2025-01-10 17:20.42 ---> saved as "ab672e2a5d3379218db8f1f4476295309c66c43008c5f89941a487dcd2d911f4" Job succeeded 2025-01-10 17:21.00: Job succeeded