2025-03-17 10:27.33: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/main (cadf0e1230cada9f108e63321b30af24642e2b74) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "main" && cd "mirage-crypto" && git reset --hard cadf0e12
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098
# debian-12-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./
RUN opam pin add -yn mirage-crypto.dev './' && \
opam pin add -yn mirage-crypto-rng.dev './' && \
opam pin add -yn mirage-crypto-rng-mirage.dev './' && \
opam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \
opam pin add -yn mirage-crypto-pk.dev './' && \
opam pin add -yn mirage-crypto-ec.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.3 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cstruct.3.0.0 digestif.1.2.0 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0~beta1 mirage-sleep.4.0.0 mirage-unix.5.0.0 mmap.1.1.0 mtime.2.0.0 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 yojson.1.6.0 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-03-17 10:27.33: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098-debian-12-4.14_opam-2.3-439e4f89e05d62943ba5c3d81d441a46"
2025-03-17 10:27.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098)
(comment debian-12-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
(dst ./))
(run (network host)
(shell "opam pin add -yn mirage-crypto.dev './' && \
\nopam pin add -yn mirage-crypto-rng.dev './' && \
\nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \
\nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \
\nopam pin add -yn mirage-crypto-pk.dev './' && \
\nopam pin add -yn mirage-crypto-ec.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.3 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cstruct.3.0.0 digestif.1.2.0 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0~beta1 mirage-sleep.4.0.0 mirage-unix.5.0.0 mmap.1.1.0 mtime.2.0.0 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 yojson.1.6.0 zarith.1.13")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build"))
)
2025-03-17 10:27.33: Waiting for resource in pool OCluster
2025-03-17 17:31.32: Waiting for worker…
2025-03-17 17:33.57: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at cadf0e1 changes for 2.0.0
(from ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098' locally
docker.io/ocaml/opam@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098: Pulling from ocaml/opam
abf49717bc35: Pulling fs layer
abf49717bc35: Verifying Checksum
abf49717bc35: Download complete
abf49717bc35: Pull complete
Digest: sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098
Status: Downloaded newer image for ocaml/opam@sha256:74114e6518f67eaaca9dfbd3a0a8e27123f8607d1ac62b00e945d9c187c96098
2025-03-17 17:33.58 ---> using "fd8c1dcac8c3a6cd3ee8edd679de5f3384de62d6f587d449e00238111470ab75" from cache
/: (comment debian-12-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-17 17:33.58 ---> using "de47a80829174b96ecc55e5aa5c48b21162bcdcc9d09651e27d103ea9cfd06c8" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-17 17:33.58 ---> using "666b9634e6fcf4c22cc0fae2fecb2f79b9404975453b221efa9a2ed7f04a10d6" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-17 17:33.58 ---> using "3c364749e3d90cc79494b6fe167f04d46c3f9c16044620efc072b1c4dc563758" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-17 17:33.58 ---> using "06370703ea7514d3b2a452b602d6b963cc28a7a73faf50c2c02db393c46869a1" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
94514fa0d0..4f8517f5b7 master -> origin/master
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-03-17 17:35.02 ---> saved as "96e575b2877f1e46c715d9fbdf8d08097146cf70fb1cba90acf5ec4dfad05194"
/src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
(dst ./))
2025-03-17 17:35.02 ---> saved as "d91bf4ffae579478c319c14efd47ae34dac7f74014026b060e8a5eec39b305ca"
/src: (run (network host)
(shell "opam pin add -yn mirage-crypto.dev './' && \
\nopam pin add -yn mirage-crypto-rng.dev './' && \
\nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \
\nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \
\nopam pin add -yn mirage-crypto-pk.dev './' && \
\nopam pin add -yn mirage-crypto-ec.dev './'"))
[mirage-crypto.dev] synchronised (file:///src)
mirage-crypto is now pinned to file:///src (version dev)
[mirage-crypto-rng.dev] synchronised (file:///src)
mirage-crypto-rng is now pinned to file:///src (version dev)
[mirage-crypto-rng-mirage.dev] synchronised (file:///src)
mirage-crypto-rng-mirage is now pinned to file:///src (version dev)
[mirage-crypto-rng-miou-unix.dev] synchronised (file:///src)
mirage-crypto-rng-miou-unix is now pinned to file:///src (version dev)
[mirage-crypto-pk.dev] synchronised (file:///src)
mirage-crypto-pk is now pinned to file:///src (version dev)
[mirage-crypto-ec.dev] synchronised (file:///src)
mirage-crypto-ec is now pinned to file:///src (version dev)
2025-03-17 17:35.14 ---> saved as "a5761b26ae2ce84aa5d5ee8a6aeba89a10e2981d9abef8b3df57bd3b4a3f1b00"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-17 17:35.14 ---> saved as "7810eb77d87435f8c394d46627db276c04d4a5abe5ea5f3cde777c14f6ba9752"
/src: (env DEPS "alcotest.1.0.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.3 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cstruct.3.0.0 digestif.1.2.0 domain-name.0.3.0 dune.2.8.5 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.5.4.0 macaddr.5.0.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0~beta1 mirage-sleep.4.0.0 mirage-unix.5.0.0 mmap.1.1.0 mtime.2.0.0 num.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 yojson.1.6.0 zarith.1.13")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [247 kB]
- Fetched 9293 kB in 1s (6545 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto.dev] synchronised (file:///src)
[mirage-crypto-ec.dev] synchronised (file:///src)
[mirage-crypto-pk.dev] synchronised (file:///src)
[mirage-crypto-rng.dev] synchronised (file:///src)
[mirage-crypto-rng-mirage.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-03-17 17:35.38 ---> saved as "41405ce0e4349fb89dd93df8cf32a872e5814714f9217f6fd7155e8f751e02ac"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 60 packages
- install alcotest 1.0.0
- install asn1-combinators 0.3.1
- install astring 0.8.5
- install base v0.14.2
- install base-bytes base
- install bigarray-compat 1.0.0
- install biniou 1.2.0
- install cmdliner 1.0.3
- install conf-gmp 1
- install conf-gmp-powm-sec 1
- install conf-pkg-config 1.0
- install conf-which 1
- install cppo 1.6.1
- install cstruct 3.0.0
- install digestif 1.2.0
- install domain-name 0.3.0
- install dune 2.8.5
- install dune-configurator 2.3.0
- install dune-private-libs 2.3.0
- install duration 0.1.0
- install easy-format 1.0.1
- install eqaf 0.8
- install fmt 0.8.7
- install functoria-runtime 4.0.0~beta1
- install io-page 2.4.0
- install ipaddr 5.0.0
- install jbuilder 1.0+beta20.1 (deprecated)
- install logs 0.6.3
- install lwt 5.4.0
- install macaddr 5.0.0
- install mirage-mtime 5.0.0
- install mirage-runtime 4.0.0~beta1
- install mirage-sleep 4.0.0
- install mirage-unix 5.0.0
- install mmap 1.1.0
- install mtime 2.0.0
- install num 1.0
- install ocaml-compiler-libs v0.11.0
- install ocamlbuild 0.14.0
- install ocamlfind 1.9.1
- install ocplib-endian 1.0
- install ohex 0.2.0
- install ounit2 2.2.0
- install parsexp v0.14.1
- install ppx_derivers 1.0
- install ppx_deriving 5.2
- install ppx_deriving_yojson 3.6.1
- install ppxlib 0.24.0
- install ptime 0.8.6
- install randomconv 0.2.0
- install re 1.7.2
- install result 1.5
- install seq 0.3
- install sexplib v0.14.0
- install sexplib0 v0.14.0
- install stdlib-shims 0.1.0
- install topkg 1.0.3
- install uuidm 0.9.6
- install yojson 1.6.0
- install zarith 1.13
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved bigarray-compat.1.0.0 (cached)
-> retrieved biniou.1.2.0 (cached)
-> retrieved base.v0.14.2 (cached)
-> retrieved conf-gmp.1 (cached)
-> retrieved conf-gmp-powm-sec.1 (cached)
-> retrieved alcotest.1.0.0 (cached)
-> retrieved cmdliner.1.0.3 (cached)
-> retrieved cppo.1.6.1 (cached)
-> installed conf-gmp.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cstruct.3.0.0 (cached)
-> retrieved domain-name.0.3.0 (cached)
-> installed conf-gmp-powm-sec.1
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0 (cached)
-> retrieved digestif.1.2.0 (cached)
-> retrieved dune.2.8.5 (cached)
-> retrieved duration.0.1.0 (cached)
-> retrieved easy-format.1.0.1 (cached)
-> retrieved eqaf.0.8 (cached)
-> retrieved fmt.0.8.7 (cached)
-> retrieved io-page.2.4.0 (cached)
-> retrieved ipaddr.5.0.0, macaddr.5.0.0 (cached)
-> installed cmdliner.1.0.3
-> retrieved functoria-runtime.4.0.0~beta1, mirage-runtime.4.0.0~beta1 (cached)
-> retrieved jbuilder.1.0+beta20.1 (cached)
-> retrieved logs.0.6.3 (cached)
-> retrieved lwt.5.4.0 (cached)
-> retrieved mirage-mtime.5.0.0 (cached)
-> retrieved mirage-sleep.4.0.0 (cached)
-> retrieved mirage-unix.5.0.0 (cached)
-> retrieved mmap.1.1.0 (cached)
-> retrieved mtime.2.0.0 (cached)
-> retrieved num.1.0 (cached)
-> retrieved ocaml-compiler-libs.v0.11.0 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocamlfind.1.9.1 (cached)
-> retrieved ocplib-endian.1.0 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved ounit2.2.2.0 (cached)
-> retrieved parsexp.v0.14.1 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved ppx_deriving.5.2 (cached)
-> retrieved ppx_deriving_yojson.3.6.1 (cached)
-> retrieved ptime.0.8.6 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved re.1.7.2 (cached)
-> retrieved sexplib0.v0.14.0 (cached)
-> retrieved sexplib.v0.14.0 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved uuidm.0.9.6 (cached)
-> retrieved yojson.1.6.0 (cached)
-> retrieved ppxlib.0.24.0 (cached)
-> retrieved topkg.1.0.3 (cached)
-> retrieved zarith.1.13 (cached)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed zarith.1.13
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.8.5
-> installed bigarray-compat.1.0.0
-> installed randomconv.0.2.0
-> installed ohex.0.2.0
-> installed mmap.1.1.0
-> installed result.1.5
-> installed macaddr.5.0.0
-> installed topkg.1.0.3
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.14.0
-> installed duration.0.1.0
-> installed uuidm.0.9.6
-> installed ounit2.2.2.0
-> installed mtime.2.0.0
-> installed fmt.0.8.7
-> installed yojson.1.6.0
-> installed ptime.0.8.6
-> installed mirage-mtime.5.0.0
-> installed functoria-runtime.4.0.0~beta1
-> installed astring.0.8.5
-> installed domain-name.0.3.0
-> installed asn1-combinators.0.3.1
-> installed alcotest.1.0.0
-> installed ipaddr.5.0.0
-> installed dune-private-libs.2.3.0
-> installed ocplib-endian.1.0
-> installed dune-configurator.2.3.0
-> installed lwt.5.4.0
-> installed mirage-sleep.4.0.0
-> installed logs.0.6.3
-> installed mirage-runtime.4.0.0~beta1
-> installed ppxlib.0.24.0
-> installed base.v0.14.2
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppx_deriving.5.2
-> installed cstruct.3.0.0
-> installed io-page.2.4.0
-> installed eqaf.0.8
-> installed mirage-unix.5.0.0
-> installed digestif.1.2.0
-> installed ppx_deriving_yojson.3.6.1
Done.
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-03-17 17:36.49 ---> saved as "0d773f3a24ddc4de236faa6e02883b5b88e47ccaa42a566b34752451205c7b90"
/src: (copy (src .) (dst /src))
2025-03-17 17:36.49 ---> saved as "499c71b2b51bc03daa9b483a8c61cd1d0c80d793e6a62c4d8e0dac3983716fab"
/src: (run (shell "opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.14/lib/biniou/biniou.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/cstruct/cstruct.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
test_entropy alias tests/runtest
test entropy OK
test_random_runner alias tests/runtest
.........
Ran: 9 tests in: 0.16 seconds.
OK
test_symmetric_runner alias tests/runtest
accel: XOR AES GHASH
................................................................
Ran: 64 tests in: 0.16 seconds.
OK
test_entropy_collection alias tests/runtest
reseeding:
000000 0008 d156 b436 4162 fb59 0008 973c b508 ...V.6Ab.Y...<..
000010 cf74 63e8 0008 a103 cbe0 367b 6f10 0008 .tc.......6{o...
000020 5724 e8d5 e123 5d31 0008 34fd 6029 b785 W$...#]1..4.`)..
000030 dcb3 0008 213a 8c45 763b f7ea 0008 531a ....!:.Ev;....S.
000040 7b49 c810 1d9c 0008 f01a 5aca 25f3 3085 {I........Z.%.0.
000050 0008 cb1f abe1 b579 68c2 0008 c544 f5f2 .......yh....D..
000060 0938 a56b 0008 edd2 28ea 5889 9503 0008 .8.k....(.X.....
000070 c60d fb5c 6d16 524b 0008 a32d 085b 287b ...\m.RK...-.[({
000080 1a1c 0008 9f22 e815 d220 8f68 0008 31ff ....."... .h..1.
000090 ca08 9c7f 275a 0008 1c13 e698 eb36 8710 ....'Z.......6..
0000a0 0008 87e2 bf4c 20a0 c01e 0008 d2ff 4124 .....L .......A$
0000b0 2ad0 0226 0008 1701 db2a 2b1a 263b 0008 *..&.....*+.&;..
0000c0 54ec 8c83 f6f5 3164 0008 6f07 7925 a941 T.....1d..o.y%.A
0000d0 fa77 0008 9cdc a065 9110 c4f9 0008 89da .w.....e........
0000e0 32e9 0f89 2247 0008 a81f fef5 1c20 0e12 2..."G....... ..
0000f0 0008 1bb0 cd02 2870 cf89 0008 6210 7a9f ......(p....b.z.
000100 c080 1f5d 0008 11c8 e02e 0147 26ee 0008 ...].......G&...
000110 dfce cba6 b559 f3bd 0008 8dd5 341b 7510 .....Y......4.u.
000120 c924 0008 65c7 53a3 ca9f bbbe 0008 2dd4 .$..e.S.......-.
000130 5eaf 11b5 3f85 0008 6fd8 a5f4 433c cea1 ^...?...o...C<..
000140 0008 7c4f ea0f cb58 51d1 0008 3295 bcc2 ..|O...XQ...2...
000150 8ff1 beed 0008 e681 b5ea 4777 0aee 0008 ..........Gw....
000160 b855 3462 f8a0 d1c4 0008 2175 3776 e2cd .U4b......!u7v..
000170 ab9f 0008 9b5d 9baf 6355 8e37 0008 7459 .....]..cU.7..tY
000180 0e69 acc8 c081 0008 133c c4ea 11a2 7f83 .i.......<......
000190 0008 6c9c 3382 0759 b101 0008 4ab2 2120 ..l.3..Y....J.!
0001a0 427b 07d0 0008 cfb8 809c cb7f 79d9 0008 B{..........y...
0001b0 404e a06e 962e 7e44 0008 d78e 4b4f eb30 @N.n..~D....KO.0
0001c0 7a92 0008 3e3b 8f42 f8c8 1a51 0008 a2eb z...>;.B...Q....
0001d0 bc67 de4a 8d55 0008 203e eae2 36a1 f484 .g.J.U.. >..6...
0001e0 0008 f04d e8c4 b526 6206 0008 aa7e cf60 ...M...&b....~.`
0001f0 2890 ea5d 0008 ee19 70ab 9b98 5818 0008 (..]....p...X...
000200 6e42 e618 6dbb 981c 0008 05b6 6a2d fb65 nB..m.......j-.e
000210 2adb 0008 a6d9 a6ac 570d ad08 0008 ee8b *.......W.......
000220 9e0d eacb 1804 0008 cc76 0ce7 e031 8b28 .........v...1.(
000230 0008 5c92 daf7 9767 e5b7 0008 82f8 8b6e ..\....g.......n
000240 e884 3b23 0008 aa3e b7a1 0a50 81a2 0008 ..;#...>...P....
000250 5b8b e52a 9af9 8b97 0008 caf6 1c8b 84b0 [..*............
000260 e1ce 0008 61c3 053e cd93 78ef 0008 2acc ....a..>..x...*.
000270 511a 4103 e953 0008 71ac 87c9 c59a 5e92 Q.A..S..q.....^.
000280 0008 bd96 3a1b 8712 1528 0008 fa51 5232 ....:....(...QR2
000290 09cd 0c81 0008 75cc d36e b8ea ebed 0008 ......u..n......
0002a0 b0a7 a1a5 b3d9 5620 0008 934f 75df 2904 ......V ...Ou.).
0002b0 bb96 0008 80d3 a163 13af 3fac 0008 c5bb .......c..?.....
0002c0 5f7e 9ba8 28bb 0008 fc53 d31b 0da1 8747 _~..(....S.....G
0002d0 0008 75d1 3c08 63bd b529 0008 c78e 4dc0 ..u.<.c..)....M.
0002e0 f1ee 3e1c 0008 37ee c6e3 68a2 82c6 0008 ..>...7...h.....
0002f0 a198 1b99 3a7c ad06 0008 348f 41cb 58cf ....:|....4.A.X.
000300 ba62 0008 254c 2e1c 9213 dfff 0008 8c69 .b..%L.........i
000310 4800 ecff 5152 0008 40e0 8262 e660 aff2 H...QR..@..b.`..
000320 0008 7a15 1bfc c369 51e0 0008 1fcc a7b6 ..z....iQ.......
000330 0ffb 8953 0008 e2e3 7bfb 5dab a9dc 0008 ...S....{.].....
000340 3134 20b4 4887 1094 0008 8f2e f5df 3ed0 14 .H.........>.
000350 3155 0008 5290 40dc cb39 fa6e 0008 7e05 1U..R.@..9.n..~.
000360 7d26 ef46 0853 0008 8a77 8106 68e8 b8c0 }&.F.S...w..h...
000370 0008 394b 6a44 7d73 262f 0008 4e15 bae9 ..9KjD}s&/..N...
000380 7398 6d3d 0008 d91a 9a22 0eff 5640 0008 s.m=....."..V@..
000390 c6ee e750 5580 e8a5 0008 0231 df08 ddf6 ...PU......1....
0003a0 47c2 0008 8f07 6849 d921 f414 0008 cacd G.....hI.!......
0003b0 cf71 980e bed1 0008 4fbd 1f90 5fd1 031a .q......O..._...
0003c0 0008 3d8b c46e 4b59 dd27 0008 a221 aacb ..=..nKY.'...!..
0003d0 2e22 3c15 0008 8463 124d 920f c454 0008 ."<....c.M...T..
0003e0 25e6 99a8 3ecf 7895 0008 9926 70ad 24f8 %...>.x....&p.$.
0003f0 3ab6 0008 ffd6 8ee9 8cfb b5c4 0008 24c4 :.............$.
000400 3423 b625 01f6 0008 7b95 53a2 1c7f 4efc 4#.%....{.S...N.
000410 0008 9d61 3eb7 9ad0 74e0 0008 b8de cbfe ...a>...t.......
000420 0024 0ab0 0008 d222 aea1 417d 614b 0008 .$....."..A}aK..
000430 44e2 dc12 80b9 8a07 0008 b1c4 cdc8 cf93 D...............
000440 5f82 0008 cbcd a574 e3a8 c3d8 0008 ccf9 _......t........
000450 0892 9300 c711 0008 ebe9 b5d4 6c08 1c73 ............l..s
000460 0008 6e71 3e5d ac3e 6d7f 0008 3bfe 1e41 ..nq>].>m...;..A
000470 3505 62d3 0008 af69 bc2e 6d13 4ae4 0008 5.b....i..m.J...
000480 4ee1 8d5f 4882 4e2b 0008 ec99 8422 1aff N.._H.N+....."..
000490 7ea9 0008 21e8 4e01 b4c4 1d63 0008 7a6d ~...!.N....c..zm
0004a0 136a f835 8862 0008 d60f 41b6 3836 683f .j.5.b....A.86h?
0004b0 0008 7f32 47df 7fd8 e39a 0008 e916 edbb ...2G...........
0004c0 fa75 c7a4 0008 0be9 d106 de0e 7a37 0008 .u..........z7..
0004d0 c9f3 80a7 f11c 65d6 0008 d5e6 71ea e67f ......e.....q...
0004e0 10e5 0008 5ebe b891 3bf1 68a5 0008 c3ed ....^...;.h.....
0004f0 1178 dc76 563c 0008 3f12 4b85 ef54 d673 .x.vV<..?.K..T.s
000500 0008 dea5 8ff1 b6ff 0833 0008 8b3e 610f .........3...>a.
000510 26ab e8bf 0008 f760 118f 97d0 19de 0008 &......`........
000520 8a0f cfc2 03b8 af83 0008 3106 7d41 20f5 ..........1.}A .
000530 7b7f 0008 a9e3 a7f1 6dd4 f265 0008 e5c8 {.......m..e....
000540 5732 2db1 aaee 0008 3685 1eba e454 63ec W2-.....6....Tc.
000550 0008 534b 1b3c 4295 0268 0008 e4b0 834f ..SK.<B..h.....O
000560 ef46 b77a 0008 2859 8d44 c52c e33d 0008 .F.z..(Y.D.,.=..
000570 ae71 8618 8859 cc6a 0008 ae33 f308 a178 .q...Y.j...3...x
000580 c6ca 0008 fae0 3eb3 4b00 aa34 0008 bcc6 ......>.K..4....
000590 43a7 fa9c 352d 0008 6cb1 267b b76d 8ece C...5-..l.&{.m..
0005a0 0008 0d15 0bfc 7668 754a 0008 666c e008 ......vhuJ..fl..
0005b0 b078 0746 0008 3da4 1818 b7a6 ad72 0008 .x.F..=......r..
0005c0 ef8b 2f02 57c0 b055 0008 0478 3576 9c61 ../.W..U...x5v.a
0005d0 9a88 0008 b7be 97bc ede8 b951 0008 0a59 ...........Q...Y
0005e0 3e4c b35a a17d 0008 c0af fe39 2cfa cb27 >L.Z.}.....9,..'
0005f0 0008 1744 2db4 a567 5460 0008 70bb dd5e ...D-..gT`..p..^
000600 aa11 659a 0008 e43e 9b9e d335 4366 0008 ..e....>...5Cf..
000610 3638 86ee 5b9f 4bbd 0008 b2d5 bbb1 8b5d 68..[.K........]
000620 3e78 0008 904a 45bc 7bd1 386d 0008 ea35 >x...JE.{.8m...5
000630 a86f f21a 555c 0008 1437 5d5f bfe4 a447 .o..U\...7]_...G
000640 0008 cd8e 58a1 e5a8 d629 0008 46bd d690 ....X....)..F...
000650 4c5a d0e4 0008 4f9a 331a f1ab 238c 0008 LZ....O.3...#...
000660 0b62 290f cf0c a5af 0008 5f5a 4771 bfba .b)......._ZGq..
000670 6a85 0008 2c9b 721e 4be9 1988 0008 23db j...,.r.K.....#.
000680 2886 4948 2e18 0008 d633 bb64 b29f b9ec (.IH.....3.d....
000690 0008 c052 6b07 45d9 117a 0008 718b ce06 ...Rk.E..z..q...
0006a0 a649 46e4 0008 4a75 1242 b99f a588 0008 .IF...Ju.B......
0006b0 749a fe78 97e0 bfef 0008 b8ec 0475 cc3a t..x.........u.:
0006c0 15a3 0008 2f70 b79b 9e4f b4c1 0008 9427 ..../p...O.....'
0006d0 8949 e32f d8a1 0008 4b8b 2448 4413 0b72 .I./....K.$HD..r
0006e0 0008 561d f8e3 c482 6689 0008 b701 a521 ..V.....f......!
0006f0 4144 4a87 0008 8249 16e0 b018 7fa1 0008 ADJ....I........
000700 51a1 3a6b 4713 36b8 0008 62e9 75f6 edb3 Q.:kG.6...b.u...
000710 ac52 0008 75e0 921a e30b 6e7f 0008 ca5e .R..u.....n....^
000720 8df7 83af 61ed 0008 058d aca3 0bf2 d543 ....a..........C
000730 0008 93c9 128f c280 d740 0008 3c2e 4ae3 .........@..<.J.
000740 24ee 0359 0008 bc7d 77d0 e541 e26e 0008 $..Y...}w..A.n..
000750 c86c f886 eab6 0a96 0008 0401 c920 4063 .l........... @c
000760 192d 0008 d749 291b 8b5b b8b9 0008 d670 .-...I)..[.....p
000770 da1a d613 d3da 0008 e0f2 6811 f245 2301 ..........h..E#.
000780 0008 e7c6 250a 6004 94ba 0008 6dad 498a ....%.`.....m.I.
000790 53bf 10ce 0008 ab12 2072 70d3 5d40 0008 S....... rp.]@..
0007a0 cf56 af1f dc63 77ae 0008 999b ba5b 8706 .V...cw......[..
0007b0 4bb7 0008 c092 197d d90b 141b 0008 b072 K......}.......r
0007c0 d45f f393 6409 0008 dfe6 fb24 a89e d471 ._..d......$...q
0007d0 0008 2656 7ad8 04d9 f2e5 0008 0484 f50a ..&Vz...........
0007e0 90dc db4d 0008 cba2 93f9 ecad f445 0008 ...M.........E..
0007f0 e4b5 9709 6d98 cd14 0008 fa8e 7754 7899 ....m.......wTx.
000800 b9ae 0008 9306 4756 c5c2 5406 0008 eb7a ......GV..T....z
000810 503e b87c 6b92 0008 c470 bc9c fe8c fa13 P>.|k....p......
000820 0008 1be3 8910 1059 f420 0008 67f7 fc24 .......Y. ..g..$
000830 8eb5 866e 0008 d44b 2331 c1e4 8e67 0008 ...n...K#1...g..
000840 a887 2639 2923 2c9a 0008 51d6 707c 3477 ..&9)#,...Q.p|4w
000850 d5ca 0008 d19f 6c97 291d 4b7a 0008 8489 ......l.).Kz....
000860 2fdd c6ea ffa2 0008 1554 e4e7 f9a1 8fb5 /........T......
000870 0008 dffd d2ad b57e dbfa 0008 0448 2a16 .......~.....H*.
000880 ef54 2708 0008 cbc7 4e92 0dd2 c757 0008 .T'.....N....W..
000890 d452 076c 26db fd94 0008 6ccf 30bc 06e0 .R.l&.....l.0...
0008a0 7d95 0008 67c4 df45 6e0c dc14 0008 f7d1 }...g..En.......
0008b0 4224 8276 d96b 0008 b9d9 1aa4 0364 a7e6 B$.v.k.......d..
0008c0 0008 4b80 7b07 940a 3824 0008 7334 dc2b ..K.{...8$..s4.+
0008d0 f017 8542 0008 05bb aa9d d3ce 6047 0008 ...B........`G..
0008e0 abd4 3d06 15ee 3ce1 0008 a18b 1d78 d7cc ..=...<......x..
0008f0 aeef 0008 970d 655d 4915 b0c3 0008 623c ......e]I.....b<
000900 6aee 3eb0 e840 0008 baea 7904 8272 830e j.>..@....y..r..
000910 0008 29dd 8588 4b17 dde4 0008 5dea b4da ..)...K.....]...
000920 35b5 936d 0008 d5bc 34db 8d6c dfbb 0008 5..m....4..l....
000930 7cd5 bdfc c00c 8a31 0008 91fd c994 92f1 |......1........
000940 64a5 0008 bd92 1bf4 ed80 5aaa 0008 505e d.........Z...P^
000950 9f34 7817 53b8 0008 c286 fe07 2a1e ab8c .4x.S.......*...
000960 0008 a102 9c62 471f 8a9c 0008 fcf1 6b70 .....bG.......kp
000970 4b7d 75cb 0008 465e aaa4 c06b 3873 0008 K}u...F^...k8s..
000980 875a f687 23fa 2c7d 0008 7ecd 556f fa6c .Z..#.,}..~.Uo.l
000990 388e 0008 2c02 f25a 5047 3ded 0008 a097 8...,..ZPG=.....
0009a0 6dfe fcf7 f40e 0008 adfb 22ad a3e7 ffc9 m.........".....
0009b0 0008 7150 ceb4 47ba cba8 0008 104f d270 ..qP..G......O.p
0009c0 7ae5 6a62 0008 e84d 1866 08b3 baed 0008 z.jb...M.f......
0009d0 72aa bb18 84e4 dd7c 0008 dc40 79fb af41 r......|...@y..A
0009e0 bc90 0008 75fa 3667 89ee eb57 0008 b16a ....u.6g...W...j
0009f0 2939 ba8d 99aa 0008 593a 04d1 bc5b 0c0a )9......Y:...[..
000a00 0008 811f 0415 db26 e551 0008 c406 ce80 .......&.Q......
000a10 e3a1 9030 0008 ebc0 dd43 a490 4ad3 0008 ...0.....C..J...
000a20 ff9f 7e01 43a8 e83f 0008 c27f af4e 6ffb ..~.C..?.....No.
000a30 41b4 0008 9927 ef53 2de9 43b3 0008 02e9 A....'.S-.C.....
000a40 27cd f82c 6a8d 0008 a353 b180 aa50 f794 '..,j....S...P..
000a50 0008 04cb 03c3 cfe9 e5bb 0008 076b 22cd .............k".
000a60 f2b4 c3c2 0008 c2b5 6f99 70fe 4104 0008 ........o.p.A...
000a70 4952 241e 2f59 330f 0008 6b4f 6f15 a039 IR$./Y3...kOo..9
000a80 9043 0008 fa0f f492 05b1 2127 0008 e904 .C........!'....
000a90 910a 6324 3a6a 0008 b407 72ca 84c9 56c6 ..c$:j....r...V.
000aa0 0008 6b7c a717 50f5 5500 0008 e8aa a1bd ..k|..P.U.......
000ab0 4aa7 966d 0008 265e 84f6 abf9 4162 0008 J..m..&^....Ab..
000ac0 b270 1162 5021 2f23 0008 0b2c c244 bee8 .p.bP!/#...,.D..
000ad0 5beb 0008 d5f3 acdd ff90 5e5e 0008 f641 [.........^^...A
000ae0 9159 cf5c e092 0008 430c 229a 7d91 6b72 .Y.\....C.".}.kr
000af0 0008 9393 5fc9 b1f3 5174 0008 b4a1 91d7 ...._...Qt......
000b00 b35c 0f9b 0008 08f2 2a55 f73e 6a93 0008 .\......*U.>j...
000b10 ad37 2546 593f 6f9d 0008 8242 225f 6483 .7%FY?o....B"_d.
000b20 1c58 0008 097c 9c6a 2efb 2ee6 0008 52a3 .X...|.j......R.
000b30 2862 4a2e c170 0008 90b3 10f9 898d 98c0 (bJ..p..........
000b40 0008 9692 4983 2269 d1b0 0008 96a1 b4b5 ....I."i........
000b50 c2c3 3cdc 0008 95f1 b498 a505 9918 0008 ..<.............
000b60 99c8 9ec6 8704 ca29 0008 e7a0 60e0 01be .......)....`...
000b70 c876 0008 fb64 a6e4 5561 fe56 0008 4cdb .v...d..Ua.V..L.
000b80 e0e8 c30b f98c 0008 3418 75c6 efa1 48be ........4.u...H.
000b90 0008 7092 f7bd 63b9 59ba 0008 c450 f12e ..p...c.Y....P..
000ba0 c8f7 0f62 0008 9e25 af0b 1ec3 9f18 0008 ...b...%........
000bb0 0459 2149 2c0a 433b 0008 24af 29a9 9f8c .Y!I,.C;..$.)...
000bc0 7fa6 0008 417d 23dc 750c ed6b 0008 4de1 ....A}#.u..k..M.
000bd0 6192 89a9 8dd8 0008 d4f9 d319 4586 d23b a...........E..;
000be0 0008 e845 36b3 f07b ac88 0008 bdfb 2e70 ...E6..{.......p
000bf0 17d5 7294 0008 1449 c599 9fa0 3e7e 0008 ..r....I....>~..
000c00 5dd1 d383 2274 5d79 0008 0917 0f94 7208 ]..."t]y......r.
000c10 9788 0008 3db9 fb68 2e28 eece 0008 0171 ....=..h.(.....q
000c20 c3ec cdbc a7e8 0008 6525 05a2 b249 edbb ........e%...I..
000c30 0008 901c 7efe 0e1e d468 0008 bc01 472c ....~....h....G,
000c40 500f 9541 0008 1750 7919 552a 9123 0008 P..A...Py.U*.#..
000c50 deb0 b422 46af 0b19 0008 925c 66a0 573c ..."F......\f.W<
000c60 efd2 0008 938c 5e16 9a22 e0d4 0008 eac8 ......^.."......
000c70 cf05 3f38 3ead 0008 0a61 4990 d8e1 4fcc ..?8>....aI...O.
000c80 0008 2bfc 3119 33e7 4c36 0008 8853 79b3 ..+.1.3.L6...Sy.
000c90 4971 bae2 0008 e673 b49e 4d32 6acb 0008 Iq.....s..M2j...
000ca0 ec8a 7c8b 9947 10bb 0008 1324 5c3c d5f4 ..|..G.....$\<..
000cb0 e39b 0008 3269 f80e 76c1 5090 0008 bf46 ....2i..v.P....F
000cc0 265c c3cc e8e9 0008 5eb2 8533 5c2c 78d6 &\......^..3\,x.
000cd0 0008 370a 27e2 b622 580d 0008 16a6 9c96 ..7.'.."X.......
000ce0 702e c7d2 0008 3d09 8d64 b3c2 4986 0008 p.....=..d..I...
000cf0 9de3 7499 c027 baf9 0008 f72d 3165 4a61 ..t..'.....-1eJa
000d00 7b47 0008 a7de 49f4 d4a4 6b33 0008 2933 {G....I...k3..)3
000d10 7493 5af6 0d9a 0008 778e 1ff9 9929 49e6 t.Z.....w....)I.
000d20 0008 72bf aa46 43e6 c1fe 0008 dfc3 e45f ..r..FC........_
000d30 be87 0a20 0008 0e40 a157 af4c db0a 0008 ... ...@.W.L....
000d40 960e 247d cde4 1d1f 0008 84c7 483a a1f1 ..$}........H:..
000d50 3153 0008 b032 e93b 0727 0998 0008 cca8 1S...2.;.'......
000d60 4630 de27 3874 0008 2ffd bea9 af48 470b F0.'8t../....HG.
000d70 0008 440d 2996 4089 5bc9 0008 ac6a 87cd ..D.).@.[....j..
000d80 9f5b aa0f 0008 e0be c91e 871d ceb5 0008 .[..............
000d90 1f8d 9bd1 dd16 f503 0008 6559 ba34 f782 ..........eY.4..
000da0 fc74 0008 a8d4 8d2b 34a5 4cae 0008 72a0 .t.....+4.L...r.
000db0 4866 cec5 3adf 0008 344d d6c7 819b a179 Hf..:...4M.....y
000dc0 0008 1793 23d1 23c1 8ac5 0008 f5b7 0404 ....#.#.........
000dd0 3f01 53b8 0008 0913 44d4 d81f bbe4 0008 ?.S.....D.......
000de0 b357 fcfd e730 9ec5 0008 ba37 6baa 0273 .W...0.....7k..s
000df0 f76e 0008 c30f 45f4 2625 961a 0008 24e4 .n....E.&%....$.
000e00 2880 c64f 30bc 0008 8777 a233 173f 5d6b (..O0....w.3.?]k
000e10 0008 1d0f d300 5a67 de6a 0008 45f8 1d30 ......Zg.j..E..0
000e20 fd20 2fc0 0008 29a9 586f 421f 9dda 0008 . /...).XoB.....
000e30 25a6 75f5 a2a4 23ae 0008 9367 2f45 e74f %.u...#....g/E.O
000e40 58f9 0008 fb75 9f07 f464 4dfc 0008 2290 X....u...dM...".
000e50 56a4 4f75 f545 0008 66a7 caed 86a6 2853 V.Ou.E..f.....(S
000e60 0008 ce65 bb66 2299 d45f 0008 91fe ac28 ...e.f".._.....(
000e70 13e6 2982 0008 8475 9133 b479 d822 0008 ..)....u.3.y."..
000e80 a379 179a 41ba 9511 0008 64ca 239d e0e5 .y..A.....d.#...
000e90 570a 0008 0a82 cb56 5675 d7f9 0008 0032 W......VVu.....2
000ea0 2c6c 9d39 5475 0008 cec6 5315 0cf4 ad4f ,l.9Tu....S....O
000eb0 0008 5359 ef86 c582 3478 0008 0aa4 4a4d ..SY....4x....JM
000ec0 ad63 e232 0008 7600 b0b1 96d3 7c4e 0008 .c.2..v.....|N..
000ed0 2964 2f2d 331a f987 0008 27d5 c771 80f9 )d/-3.....'..q..
000ee0 3692 0008 7746 90f2 87f0 800f 0008 80a7 6...wF..........
000ef0 c50f c092 cba0 0008 9d70 b086 40d9 8b2c .........p..@..,
000f00 0008 c820 1b60 2d56 8687 0008 afd4 85b4 ... .`-V........
000f10 f1ba 0877 0008 e7da b6f1 5540 bfef 0008 ...w......U@....
000f20 945d 89bb d8ee 5ff5 0008 3bd6 d49b 4ed8 .]...._...;...N.
000f30 98b5 0008 81f7 902e 5ee5 1227 0008 6e41 ........^..'..nA
000f40 3f4f b113 9b01 0008 ceed d338 6140 17b4 ?O.........8a@..
000f50 0008 b268 ee62 1482 082f 0008 4807 5528 ...h.b.../..H.U(
000f60 d3d7 f503 0008 553c 10a4 923d a855 0008 ......U<...=.U..
000f70 2d17 f640 5695 5e23 0008 df3b c5b4 0af9 -..@V.^#...;....
000f80 4c7c 0008 1d40 9b8a 4904 c9f5 0008 39ea L|...@..I.....9.
000f90 0c36 ea25 5ee0 0008 afdb 53b2 43d6 a85e .6.%^.....S.C..^
000fa0 0008 3a8a 2b27 d48e d5f8 0008 b1d7 f3c6 ..:.+'..........
000fb0 5f6a 7255 0008 9e23 8cb0 779a 5ab2 0008 _jrU...#..w.Z...
000fc0 5c80 deb1 b32c a4e7 0008 e9c9 6bc3 143f \....,......k..?
000fd0 64fa 0008 024a c9ad ceef d73b 0008 7773 d....J.....;..ws
000fe0 ecd6 c1ca b64d 0008 f5b3 89be b12d 7371 .....M.......-sq
000ff0 0008 3831 58f0 c6e8 3242 0008 ea9c 69b5 ..81X...2B....i.
001000 8211 3fbf 0008 cbaa ba18 b846 2a92 0008 ..?........F*...
001010 2d8b 7b4e 267d 19d9 0008 0c1b 1bfa 5f68 -.{N&}........_h
001020 fe93 0008 a5d1 6939 a904 a3e4 0008 eee6 ......i9........
001030 8f3a 5811 d363 0008 1b7d 7611 53c5 3265 .:X..c...}v.S.2e
001040 0008 0547 cdf0 03a1 a614 0008 e1fd 91ac ...G............
001050 d19b 73a7 0008 78e8 93c7 04f5 e6f8 0008 ..s...x.........
001060 3b5a 677e f32e bf15 0008 d615 e1b3 327a ;Zg~..........2z
001070 3add 0008 246e 44f8 0d6a a08e 0008 3384 :...$nD..j....3.
001080 d371 fd8d 5b6c 0008 824c 822e c43d 6250 .q..[l...L...=bP
001090 0008 30e8 b1fa 3f08 88ec 0008 3e67 13c1 ..0...?.....>g..
0010a0 c620 8f13 0008 206d e02e 8aca b89b 0008 . .... m........
0010b0 f384 3153 7d9e eed4 0008 05ca d7ac 8993 ..1S}...........
0010c0 36ba 0008 9ad0 6f44 55f7 e574 0008 0332 6.....oDU..t...2
0010d0 016e 7c98 7c99 0008 67c0 229b cd62 f02e .n|.|...g."..b..
0010e0 0008 714d 9a63 a2fa 5865 0008 a588 bb6e ..qM.c..Xe.....n
0010f0 5cb6 d8cb 0008 2b39 8b5f 3ce4 3e8e 0008 \.....+9._<.>...
001100 292f 285b 4dd8 a7a6 0008 f02c bcdd 12ad )/([M......,....
001110 d55b 0008 062c e7a4 581f a147 0008 3c3b .[...,..X..G..<;
001120 7556 5747 49f4 0008 e797 099a c97a e4b3 uVWGI........z..
001130 0008 7b40 46a2 9637 92b5 0008 c69f 37fc ..{@F..7......7.
001140 f707 4907 0008 d457 2e41 c5bb 994c 0008 ..I....W.A...L..
001150 f233 eb33 00b4 11b9 0008 dd9d a761 ca5d .3.3.........a.]
001160 e4a9 0008 2399 a3ee 1fc2 7972 0008 8abe ....#.....yr....
001170 2179 0967 2617 0008 ee4a a24a 8126 bcea !y.g&....J.J.&..
001180 0008 77fe 52c6 fad2 da8a 0008 3314 c547 ..w.R.......3..G
001190 c8af d794 0008 e730 f98c af6b 0207 0008 .......0...k....
0011a0 869d b013 ed44 ae05 0008 3722 de27 5430 .....D....7".'T0
0011b0 7aa0 0008 5fa1 4ce3 df56 bd10 0008 a882 z..._.L..V......
0011c0 779e a3e9 6904 0008 2dba 992d 19fb c69c w...i...-..-....
0011d0 0008 bf21 2555 18a4 16c1 0008 3150 3181 ...!%U......1P1.
0011e0 3927 7096 0008 7f1e 71d2 be34 529c 0008 9'p.....q..4R...
0011f0 9099 c846 9b93 bd2a 0008 1689 f18a 6cc2 ...F...*......l.
001200 cf61 0008 7f94 14fe 881c ee99 0008 438b .a............C.
001210 0d92 831c fe7a 0008 e727 4668 b875 d51d .....z...'Fh.u..
001220 0008 e301 4e68 c419 497f 0008 a023 231b ....Nh..I....##.
001230 7b10 a59e 0008 7d80 bf41 6411 ddeb 0008 {.....}..Ad.....
001240 146a dc08 d5f3 6d69 0008 cc49 984f be31 .j....mi...I.O.1
001250 4a26 0008 1e8f 07b3 fc03 d657 0008 cfca J&.........W....
001260 f02f 37f8 755c 0008 a805 dfcf b383 fea3 ./7.u\..........
001270 0008 e4c7 111d 3ce8 0fac 0008 4445 4bc5 ......<.....DEK.
001280 665e 022c 0008 a1e7 9cb7 da26 2468 0008 f^.,.......&$h..
001290 46ff 7ed4 efae ee55 0008 9497 4172 3cd7 F.~....U....Ar<.
0012a0 ad28 0008 8f06 9e71 2128 d453 0008 390c .(.....q!(.S..9.
0012b0 3024 b4e4 8a3d 0008 d6a0 a231 f8ab 57a3 0$...=.....1..W.
0012c0 0008 238a bd6e fdd3 5179 0008 3ad3 05c4 ..#..n..Qy..:...
0012d0 0837 b130 0008 10a0 c6eb fdee 8d5c 0008 .7.0.........\..
0012e0 05fa e1c4 1009 8c4a 0008 24cd 6c5f 4895 .......J..$.l_H.
0012f0 da1a 0008 d9a9 b6f9 f112 ab54 0008 357b ...........T..5{
001300 d995 d613 b5a4 0008 2c39 84d7 a7f0 0570 ........,9.....p
001310 0008 7019 9715 0c04 0eca 0008 8119 05ad ..p.............
001320 0e47 812f 0008 b341 9953 740f 192c 0008 .G./...A.St..,..
001330 a1fd 90e7 481e 7838 0008 9e35 b235 267d ....H.x8...5.5&}
001340 f6e8 0008 4ed4 077e 8e19 af6e 0008 9b5c ....N..~...n...\
001350 03ac ecfc f6e2 0008 eac3 730b 6a70 59b5 ..........s.jpY.
001360 0008 85bc b984 4a16 5de7 0008 0031 8850 ......J.]....1.P
001370 4d2d 1dfb 0008 9d98 0648 ab67 2d85 0008 M-.......H.g-...
001380 e44f 9143 1e06 eaef 0008 97b4 00a1 175e .O.C...........^
001390 6b50 0008 dd6f be81 4a41 cf16 0008 2806 kP...o..JA....(.
0013a0 699b fdb9 c86e 0008 abf8 488b 13b4 92ef i....n....H.....
0013b0 0008 d24d 54fb 5ca1 194a 0008 c8ba 47ca ...MT.\..J....G.
0013c0 742f 7f9b 0008 c438 9f6c c528 5297 0008 t/.....8.l.(R...
0013d0 97d8 056d e3f0 4dee 0008 199b f074 6257 ...m..M......tbW
0013e0 92fe 0008 1105 9328 ba53 5257 0008 0ea3 .......(.SRW....
0013f0 505c 9591 ae6f 0008 c282 d29d 98dc df8a P\...o..........
001400 0108 6175 9908 ea91 959b 0108 7309 12e1 ..au........s...
001410 0958 c60b 0108 a609 c77e 251f a94e 0108 .X.......~%..N..
001420 6552 d090 fbc3 eac7 0108 23fa 9ae2 675c eR........#...g\
001430 b4a1 0108 7a80 3378 263c b6b7 0108 8f24 ....z.3x&<.....$
001440 aa5a 9c5c 7364 0108 8f74 e460 7832 8830 .Z.\sd...t.`x2.0
001450 0108 2894 eead 515c fabe 0108 2660 69b3 ..(...Q\....&`i.
001460 b2d9 6155 0108 8d83 c3cd a01d 5878 0108 ..aU........Xx..
001470 98d9 ecad e0a7 78b4 0108 15d4 661e 9cac ......x.....f...
001480 1a96 0108 b1fd 23b5 4021 5e2b 0108 c866 ......#.@!^+...f
001490 1702 7827 4acd 0108 a77d 5141 a06a 0be4 ..x'J....}QA.j..
0014a0 0108 09d4 6c61 1944 90f4 0108 2dcc bb5b ....la.D....-..[
0014b0 5ac4 4882 0108 413b a46e 0516 a1f8 0108 Z.H...A;.n......
0014c0 3f9c bdb5 a24d 54e1 0108 8068 b115 9905 ?....MT....h....
0014d0 ec0d 0108 3e82 cdf7 d726 227e 0108 35a2 ....>....&"~..5.
0014e0 af5c 773f a1c2 0108 dd11 8e9b a833 8721 .\w?.........3.!
0014f0 0108 161c 1e03 47bc bcf5 0108 76a5 ebda ......G.....v...
001500 5324 d746 0108 354d 2a82 9b64 04b9 0108 S$.F..5M*..d....
001510 3c7b 275a f8b5 eb59 0108 766e 0d95 3f67 <{'Z...Y..vn..?g
001520 e53f 0108 3622 8b2e 9316 7feb 0108 9fa5 .?..6"..........
001530 7885 7c20 e0bb 0108 3b46 e2f3 ea5b ca58 x.| ....;F...[.X
001540 0108 5b81 b382 bca3 574c 0108 bdc0 cb6b ..[.....WL.....k
001550 cf83 2b60 0108 f704 d114 96d7 e857 0108 ..+`.........W..
001560 5df7 1eb7 0edc b7aa 0108 c410 9e02 ea20 ]..............
001570 f464 0108 b44c df5d fdcc 6369 0108 2341 .d...L.]..ci..#A
001580 a334 6bd5 a584 0108 2def 9a75 4644 cc11 .4k.....-..uFD..
001590 0108 abf8 019d 5d12 ebbc 0108 5e7d 5392 ......].....^}S.
0015a0 9a86 f063 0108 43ea 0c0e b1fb 1234 0108 ...c..C......4..
0015b0 781e 070e 1cd7 f515 0108 2559 b90b e880 x.........%Y....
0015c0 2d22 0108 55d7 ec27 8c01 b13f 0108 b141 -"..U..'...?...A
0015d0 bf1c d542 db8e 0108 2faa ace9 4bcd 5f4e ...B..../...K._N
0015e0 0108 484b d2a0 62ff 9d9f 0108 ea69 dc95 ..HK..b......i..
0015f0 07bd 4513 0108 f87c 8e49 4c32 089c 0108 ..E....|.IL2....
001600 c0d8 b87f 7879 e802 0108 da42 caa2 cd60 ....xy.....B...`
001610 0d8d 0108 81db f689 9f27 def1 0108 dc15 .........'......
001620 fbbb 3785 ed8a 0108 ad4a 06af b382 268f ..7......J....&.
001630 0108 65f6 6c3e 270e 5d43 0108 3561 9e1d ..e.l>'.]C..5a..
001640 3931 ecc3 0108 5573 c91c 6e97 8ecd 0108 91....Us..n.....
001650 c167 9d75 ae05 526f 0108 1bda c44f b508 .g.u..Ro.....O..
001660 2238 0108 ff0e 30aa 8a3e a4da 0108 8b23 "8....0..>.....#
001670 b76a 6ea9 45fa 0108 1648 1802 6996 2dd8 .jn.E....H..i.-.
001680 0108 6990 f10a 6e91 7b16 0108 b49e 9e0b ..i...n.{.......
001690 20b2 e759 0108 80e4 d8c8 0efc 0c76 0108 ..Y.........v..
0016a0 6c25 0214 30b0 c8d2 0108 da19 10e8 b5ee l%..0...........
0016b0 4660 0108 cedc 7ade 0038 1cba 0108 f1ce F`....z..8......
0016c0 db90 6af6 c409 0108 33d6 2eb5 51ae a278 ..j.....3...Q..x
0016d0 0108 11f8 fa16 fab9 fc72 0108 9d6c 2369 .........r...l#i
0016e0 5f72 c4b2 0108 138c 4147 b6a8 ab5e 0108 _r......AG...^..
0016f0 c2bf 8609 849b 57a7 0108 00cb 606e 37eb ......W.....`n7.
001700 5469 0108 2082 09cb 99bc 23ba 0108 4da9 Ti.. .....#...M.
001710 4f00 b8aa c39b 0108 fa58 e8bd b7ca 8347 O........X.....G
001720 0108 8ed4 2476 688b c26e 0108 486a 824c ....$vh..n..Hj.L
001730 68c6 eddc 0108 347b a1d7 026e 4625 0108 h.....4{...nF%..
001740 0f76 66c3 7f64 33cc 0108 193e f1af 0f18 .vf..d3....>....
001750 1e28 0108 5a4d 430c 3edc 7f0d 0108 c1f7 .(..ZMC.>.......
001760 74be b9e6 548c 0108 b1bb a80c 8ed4 c57e t...T..........~
001770 0108 07a4 c813 aef2 1d66 0108 00ad e082 .........f......
001780 6619 64b5 0108 cae7 acfb 7e0b 8e2b 0108 f.d.......~..+..
001790 9644 43b0 2e65 a5a3 0108 c204 d8d2 71fd .DC..e........q.
0017a0 a3ad 0108 10b8 885e 36ae 268e 0108 af28 .......^6.&....(
0017b0 901a 397d 6830 0108 60dd a640 f244 a716 ..9}h0..`..@.D..
0017c0 0108 a45a 3798 f18f 49fd 0108 a5e2 f57a ...Z7...I......z
0017d0 fcff 0d0e 0108 dc5d 6e1d 2e32 b1e5 0108 .......]n..2....
0017e0 d24f ffab deca 75b5 0108 68ed 9acc 5446 .O....u...h...TF
0017f0 b242 0108 a72e 55c8 09c7 355e 0108 c3e1 .B....U...5^....
001800 58ae 0d8d 3c32 0108 fe9a 78ff efc4 569a X...<2....x...V.
001810 0108 3ae0 e80e 5a57 9c8e 0108 6bc3 0531 ..:...ZW....k..1
001820 df90 10ab 0108 c2e0 19b3 f60c bf63 0108 .............c..
001830 30dd 1f26 be10 e12b 0108 a23c 1d88 6292 0..&...+...<..b.
001840 76ab 0108 2346 47e9 a08c 54bf 0108 ed14 v...#FG...T.....
001850 b6a3 b803 d646 0108 53a8 de11 4ee6 222b .....F..S...N."+
001860 0108 d1f0 a698 92de 23ee 0108 24db 9667 ........#...$..g
001870 0a0d 4d4f 0108 f762 20e7 2430 831a 0108 ..MO...b .$0....
001880 a1e9 33b7 d8c1 95fb 0108 b24e db91 02dd ..3........N....
001890 9ac2 0108 ed67 0d4e ae6b fd4c 0108 7c18 .....g.N.k.L..|.
0018a0 0064 de1c ae80 0108 e7fb 8d62 2a86 bfb2 .d.........b*...
0018b0 0108 ee10 befb 13a6 cee3 0108 9204 3315 ..............3.
0018c0 0afb 98a3 0108 826e 86d1 b2b2 aba0 0108 .......n........
0018d0 8116 5b42 e4b8 423e 0108 2f08 2107 03c2 ..[B..B>../.!...
0018e0 932d 0108 d01f b6e6 0f64 1943 0108 fd9a .-.......d.C....
0018f0 d5c1 ee4b 2f7f 0108 e7f6 edef a709 b8ba ...K/...........
001900 0108 03d9 0733 bfb8 a1ce 0108 b9d0 91b2 .....3..........
001910 3d9a 2b5d 0108 b952 1089 5eef 6a2c 0108 =.+]...R..^.j,..
001920 cf28 4c2b 0973 f105 0108 5abb 7bfa e730 .(L+.s....Z.{..0
001930 1e42 0108 8a3d 1b35 516a f43e 0108 2dbf .B...=.5Qj.>..-.
001940 8954 c379 b7bb 0108 5c0e eb2a 9df6 131b .T.y....\..*....
001950 0108 551f d404 77cb 5fca 0108 3518 0dae ..U...w._...5...
001960 c087 b47d 0108 e659 1b7d a3ea e505 0108 ...}...Y.}......
001970 8458 bec9 8868 3497 0108 6f51 bcdc f745 .X...h4...oQ...E
001980 9b7c 0108 a135 49b3 5ea5 1b20 0108 3fa6 .|...5I.^.. ..?.
001990 e5e3 a0ad e723 0108 d017 fcc7 b285 1b8d .....#..........
0019a0 0108 9b98 6acb a4d3 4bfc 0108 75a3 2771 ....j...K...u.'q
0019b0 dc1c 24f8 0108 6203 acf2 0220 a4c5 0108 ..$...b.... ....
0019c0 e31c 6246 5ecf 8cdf 0108 52ef 2352 4289 ..bF^.....R.#RB.
0019d0 ba75 0108 36a2 fa86 e373 cd3c 0108 c2c1 .u..6....s.<....
0019e0 6d7f 5faf 2060 0108 4d82 0420 dded 1264 m._. `..M.. ...d
0019f0 0108 d4e8 54b9 a5a9 d91b 0108 57bd 0f1f ....T.......W...
001a00 d3bf b118 0108 b977 b7c6 6c73 0b08 0108 .......w..ls....
001a10 fafa ef77 217d 7d50 0108 1ca9 4ae2 2746 ...w!}}P....J.'F
001a20 8653 0108 9309 f66b 4291 9093 0108 e65a .S.....kB......Z
001a30 eb15 1853 e035 0108 df8b 9b45 5e66 a4f3 ...S.5.....E^f..
001a40 0108 27c7 0e1d 689f 8abd 0108 d535 61a5 ..'...h......5a.
001a50 b893 d2e4 0108 3975 6e44 56c0 4f8e 0108 ......9unDV.O...
001a60 9901 7ffd b644 5c76 0108 f98b 5bd4 12fe .....D\v....[...
001a70 30ae 0108 9ca3 0031 8bad ada2 0108 a1a0 0......1........
001a80 fe29 36a9 9921 0108 b944 9801 3c9e 3cc6 .)6..!...D..<.<.
001a90 0108 5418 4b92 f62a 980d 0108 72cb cf09 ..T.K..*....r...
001aa0 fd3e fa92 0108 9ec9 862b e0ef f94b 0108 .>.......+...K..
001ab0 eee7 f194 1ed2 6cf7 0108 3aad 7d94 8097 ......l...:.}...
001ac0 7cb6 0108 443c a55d 3088 7b61 0108 7b73 |...D<.]0.{a..{s
001ad0 2ae9 998e 53ba 0108 b437 de81 fe5e 7eda *...S....7...^~.
001ae0 0108 c4da 3056 a0d6 64d8 0108 272f ffcb ....0V..d...'/..
001af0 48b5 9fcf 0108 4495 d96c 36a1 978a 0108 H.....D..l6.....
001b00 da6d 802c 9fc5 6b50 0108 5269 b625 e749 .m.,..kP..Ri.%.I
001b10 5506 0108 5601 2b56 6c7e b48a 0108 6f70 U...V.+Vl~....op
001b20 717b 65df df13 0108 ade0 7aa4 7e6e 4eab q{e.......z.~nN.
001b30 0108 f915 361e dc89 34a0 0108 b76c 78da ....6...4....lx.
001b40 7dcd ef4d 0108 9d1b aa1d ec1a 1518 0108 }..M............
001b50 ba57 75dd 4935 6fba 0108 46a5 5f0d 1d10 .Wu.I5o...F._...
001b60 334e 0108 a840 adbe 2997 7bdc 0108 4db2 3N...@..).{...M.
001b70 7404 848c 4d35 0108 b1f1 4c78 0b68 2642 t...M5....Lx.h&B
001b80 0108 607d 3bf0 3742 47d3 0108 c2c6 a6c9 ..`};.7BG.......
001b90 cd4f bea5 0108 9307 5d3c b12b cb72 0108 .O......]<.+.r..
001ba0 5273 4849 8b0d 993b 0108 86c0 4e78 f4ed RsHI...;....Nx..
001bb0 2792 0108 8017 e9a4 3dfb 065c 0108 60a1 '.......=..\..`.
001bc0 0998 e3e9 a6d8 0108 94c2 1bd2 afb7 2dd7 ..............-.
001bd0 0108 8775 a66b 8066 bc24 0108 f7ba 0dad ...u.k.f.$......
001be0 fd6d c28f 0108 3049 c788 a496 bc0d 0108 .m....0I........
001bf0 62de 7d06 4502 e383 0108 5fd3 f5d1 39ed b.}.E....._...9.
001c00 3b1d 0108 133b 556f 4f70 e9dc 0108 635f ;....;UoOp....c_
001c10 5dc7 ff74 aac8 0108 cb6b d390 fba9 1343 ]..t.....k.....C
001c20 0108 c255 5dfc f133 3c72 0108 4d32 ff79 ...U]..3<r..M2.y
001c30 c5fb af3b 0108 d459 2eb1 cee3 5731 0108 ...;...Y....W1..
001c40 63a8 50fe 3426 b22c 0108 dec3 3e81 92e1 c.P.4&.,....>...
001c50 4a7c 0108 64d2 3495 8fb1 8779 0108 f7b6 J|..d.4....y....
001c60 30cc e5b0 ddc8 0108 a42f 69c5 f425 d7c2 0......../i..%..
001c70 0108 2d17 efde 3019 19e1 0108 7971 643c ..-...0.....yqd<
001c80 a593 5fe7 0108 d4d9 56af c6da 14fe 0108 .._.....V.......
001c90 e2f8 8b10 b398 78e7 0108 61aa c75a 4aad ......x...a..ZJ.
001ca0 cd3f 0108 be78 9f0c 39a5 544b 0108 0ab5 .?...x..9.TK....
001cb0 0fe0 c211 ce54 0108 7588 2a00 d626 91b9 .....T..u.*..&..
001cc0 0108 7d1c 2cb8 67ca 5c19 0108 be4d d408 ..}.,.g.\....M..
001cd0 c7ab cd21 0108 0263 6330 4283 146b 0108 ...!...cc0B..k..
001ce0 ca82 e1e5 f07a 8d73 0108 4929 3df7 8592 .....z.s..I)=...
001cf0 dbd4 0108 066a 2bb5 c199 9609 0108 f787 .....j+.........
001d00 029c 20a9 b7d4 0108 17e8 a8c4 3037 27a3 .. .........07'.
001d10 0108 ec2f d8c8 c99d 6b77 0108 6694 94c1 .../....kw..f...
001d20 d92b 8fac 0108 7723 13c5 c986 674c 0108 .+....w#....gL..
001d30 a7a1 c935 e25b 2661 0108 7b86 8112 af66 ...5.[&a..{....f
001d40 8929 0108 aa33 82a7 18bd 50d6 0108 536c .)...3....P...Sl
001d50 b584 009e 62b6 0108 7867 6353 09d3 f7f5 ....b...xgcS....
001d60 0108 7b20 fed8 7ec0 578b 0108 2806 7482 ..{ ..~.W...(.t.
001d70 7c51 09f8 0108 73e4 ae6b 766c a835 0108 |Q....s..kvl.5..
001d80 426e 4f69 d1f2 6ebc 0108 4b42 3342 87e4 BnOi..n...KB3B..
001d90 0597 0108 5545 4bce e094 7555 0108 efe3 ....UEK...uU....
001da0 affc 1f1b 7e8c 0108 ed13 4373 4bd4 1edf ....~.....CsK...
001db0 0108 f42a 22db 2a41 e452 0108 dcff 8ee1 ...*".*A.R......
001dc0 4e1d 654c 0108 50a6 8dfa 0f50 6260 0108 N.eL..P....Pb`..
001dd0 a3f3 6618 cf45 ee8d 0108 51fb 54ca 9f15 ..f..E....Q.T...
001de0 45f5 0108 a09d 7b02 8f49 1436 0108 e803 E.....{..I.6....
001df0 6f4a c9f4 c177 0108 ead1 6ae1 d0f6 fd57 oJ...w....j....W
001e00 0108 94b6 23e7 20e7 2574 0108 77d9 4bc1 ....#. .%t..w.K.
001e10 299d f54d 0108 13b7 171c 7bb5 a193 0108 )..M......{.....
001e20 ca4a 893b 620a e7ce 0108 1fc6 7578 7856 .J.;b.......uxxV
001e30 af1b 0108 f4aa 9b44 42f2 6f26 0108 c3fb .......DB.o&....
001e40 b61b eaa4 32df 0108 e279 25a2 ccf1 4b3b ....2....y%...K;
001e50 0108 2c52 6ae9 cfc6 e3ed 0108 5181 484b ..,Rj.......Q.HK
001e60 5a95 1a1d 0108 b741 218f 4169 44e0 0108 Z......A!.AiD...
001e70 fe41 4620 0ae6 f1f7 0108 78bf 8fc2 ef55 .AF ......x....U
001e80 5657 0108 5e5c 76a5 9908 330b 0108 d005 VW..^\v...3.....
001e90 059d a748 7ab1 0108 4dd6 1841 ab39 3fb3 ...Hz...M..A.9?.
001ea0 0108 ad41 9b96 9015 2554 0108 79d3 df76 ...A....%T..y..v
001eb0 1de2 08da 0108 ddd0 2766 a843 e6eb 0108 ........'f.C....
001ec0 b2a7 a152 2b44 2bd9 0108 54ab 301d f7b4 ...R+D+...T.0...
001ed0 11ff 0108 9a9b 6f84 3213 200a 0108 37d7 ......o.2. ...7.
001ee0 e028 35df af3a 0108 4aa3 ba49 bcfb c436 .(5..:..J..I...6
001ef0 0108 d49a 0781 5871 561b 0108 3b4e 0468 ......XqV...;N.h
001f00 0ce8 9b59 0108 49f2 e2eb 8284 a383 0108 ...Y..I.........
001f10 fd57 a11a 49a1 d905 0108 eb4e cba4 ca47 .W..I......N...G
001f20 5469 0108 0690 0c7b b6d2 1ad6 0108 6eb2 Ti.....{......n.
001f30 9328 7301 dc88 0108 8fa8 2ab4 5048 0dc7 .(s.......*.PH..
001f40 0108 ab3c cf48 ff76 b75b 0108 8e23 c697 ...<.H.v.[...#..
001f50 62dc 453f 0108 ccc2 42a2 baa6 2cbb 0108 b.E?....B...,...
001f60 f756 32d4 3b19 ed77 0108 025b eb22 b81d .V2.;..w...[."..
001f70 df39 0108 0efc 9531 1735 0100 0108 9948 .9.....1.5.....H
001f80 0a88 45ae 5657 0108 21cd d7da 3e5d 7889 ..E.VW..!...>]x.
001f90 0108 cfdf dc6a 12a5 f5ff 0108 349e 28e7 .....j......4.(.
001fa0 8e7f 1bec 0108 7634 c886 244d 649a 0108 ......v4..$Md...
001fb0 f23b b428 10c2 3808 0108 8069 7ac1 423a .;.(..8....iz.B:
001fc0 c5ba 0108 598e bd3c 3df1 6090 0108 653b ....Y..<=.`...e;
001fd0 c77b 4457 c33a 0108 3d51 539e 81b6 0c02 .{DW.:..=QS.....
001fe0 0108 9c04 97c9 efbf 3a01 0108 1161 d4df ........:....a..
001ff0 1ebc da7f 0108 bc54 6167 b5f3 0235 0108 .......Tag...5..
002000 853a 5fb9 ae46 e5fa 0108 efe5 cdac a649 .:_..F.........I
002010 4336 0108 b8ac 309d 08c7 1d34 0108 9c4d C6....0....4...M
002020 8f89 7a92 f32d 0108 95de 6a68 5bc3 4c69 ..z..-....jh[.Li
002030 0108 7458 1f3d 7e82 ce9d 0108 ba50 f973 ..tX.=~......P.s
002040 8b94 bbfc 0108 7e42 564e 00aa fd6b 0108 ......~BVN...k..
002050 5d9f 6c93 1122 f98e 0108 a954 c17f 9328 ].l..".....T...(
002060 b0c0 0108 72d0 e86c e7d6 e2f2 0108 9697 ....r..l........
002070 9115 7427 13e2 0108 cc0c e342 37dc d5a1 ..t'.......B7...
002080 0108 0662 cfa8 f3cc 261f 0108 78ab 124d ...b....&...x..M
002090 2b2e c876 0108 41d2 de15 2471 1169 0108 +..v..A...$q.i..
0020a0 9e55 4319 7969 15f0 0108 b2c7 577b ac67 .UC.yi......W{.g
0020b0 3915 0108 8a6f 21fc 0482 1c06 0108 e092 9....o!.........
0020c0 5f3b dff3 1500 0108 70f4 2d12 fdba 6070 _;......p.-...`p
0020d0 0108 4e9a 6f5b d574 736a 0108 7687 9c4b ..N.o[.tsj..v..K
0020e0 dd11 ff6a 0108 3fbd 41cb 673c e406 0108 ...j..?.A.g<....
0020f0 18e9 d8e5 8ad3 f82a 0108 064e 8f15 d81e .......*...N....
002100 af59 0108 fb70 8e3f 3193 067e 0108 aaac .Y...p.?1..~....
002110 bb12 57b6 2167 0108 9dee 337b cd7b 2e8f ..W.!g....3{.{..
002120 0108 2dc6 6949 6b73 481d 0108 5b87 4676 ..-.iIksH...[.Fv
002130 4e5e 93a9 0108 9411 3892 a609 150f 0108 N^......8.......
002140 639a 93bc 919a 7deb 0108 202c 8830 a5ed c.....}... ,.0..
002150 f4ba 0108 d649 09bc 1ed3 f988 0108 246d .....I........$m
002160 a355 2936 8789 0108 0586 6031 f8a6 e2fc .U)6......`1....
002170 0108 8d74 4364 27f1 d617 0108 fe7d 193a ...tCd'......}.:
002180 d2e0 2034 0108 3614 9cde 5c28 ec01 0108 .. 4..6...\(....
002190 b9e6 5cd7 958f f620 0108 638d b3f4 9add ..\.... ..c.....
0021a0 09c6 0108 4f50 bc60 9d3a f508 0108 c1c5 ....OP.`.:......
0021b0 c7c1 d858 07b6 0108 5ac4 155c 3f6e 6e30 ...X....Z..\?nn0
0021c0 0108 db9e 6e03 3209 2940 0108 2912 fa5e ....n.2.)@..)..^
0021d0 f701 7cb6 0108 b4f2 97b3 2a4f 2888 0108 ..|.......*O(...
0021e0 1734 a005 6dc6 f77f 0108 472d 1551 24ad .4..m.....G-.Q$.
0021f0 44b7 0108 c0a2 66bf c74f c3d0 0108 5801 D.....f..O....X.
002200 cf2e 9873 e8f7 0108 b21f d626 f54d ebb4 ...s.......&.M..
002210 0108 4494 36d7 7884 48da 0108 dbb4 7254 ..D.6.x.H.....rT
002220 f713 f372 0108 b14a d7f8 4d25 46a0 0108 ...r...J..M%F...
002230 bb80 50f1 e14f 86fa 0108 c95e 9454 5260 ..P..O.....^.TR`
002240 6a24 0108 5723 a50c 05ae 198a 0108 7abe j$..W#........z.
002250 757c e6b7 c225 0108 89e6 b793 bc0e fcdf u|...%..........
002260 0108 10cc 1e28 fcf4 8a99 0108 02e4 892f .....(........./
002270 6405 cf66 0108 83f6 4615 136d fe38 0108 d..f....F..m.8..
002280 8695 7f11 a60d 9104 0108 8bf7 5f60 85c9 ............_`..
002290 fc8c 0108 7fbb aadd 52d5 9204 0108 1538 ........R......8
0022a0 6afe 0b42 3df3 0108 ff7a 006a 03ec a7d8 j..B=....z.j....
0022b0 0108 2c4a 1118 4b24 011f 0108 b355 e147 ..,J..K$.....U.G
0022c0 653f 4b44 0108 7d26 9321 b293 bcfe 0108 e?KD..}&.!......
0022d0 a1e9 331e 28e7 46a7 0108 8f2a 00c9 2f50 ..3.(.F....*../P
0022e0 19d8 0108 bab2 4c4c 8db9 64ee 0108 bf4f ......LL..d....O
0022f0 c9ac bf87 306e 0108 c57d 5444 6418 539e ....0n...}TDd.S.
002300 0108 f7fe e99b 5c2e 2e97 0108 094d 771e ......\......Mw.
002310 6c58 c603 0108 7802 cf19 bead 5adc 0108 lX....x.....Z...
002320 db8a 30a1 29e1 b5d2 0108 d2e5 0967 45da ..0.)........gE.
002330 94ee 0108 9c9c 6353 0c53 fb9b 0108 0bf3 ......cS.S......
002340 5a10 0ace b830 0108 0276 42a3 9901 c7c8 Z....0...vB.....
002350 0108 8751 2663 6c0f a7fb 0108 1795 5b70 ...Q&cl.......[p
002360 531e 716d 0108 b61e f6b8 8fb8 5b08 0108 S.qm........[...
002370 29d5 8a18 72ca 8278 0108 3a1b 185c c540 )...r..x..:..\.@
002380 df3d 0108 0b77 239b 88ae a9a3 0108 e30c .=...w#.........
002390 87a4 be33 51ec 0108 3226 2791 9a43 b76b ...3Q...2&'..C.k
0023a0 0108 8284 e1fb 0777 3c3b 0108 16a9 cf53 .......w<;.....S
0023b0 477c 9e54 0108 e537 3d94 d229 6365 0108 G|.T...7=..)ce..
0023c0 4c33 ec88 c41a ddd8 0108 f329 4641 8776 L3.........)FA.v
0023d0 a5a8 0108 ad65 e7fd 2391 968e 0108 547e .....e..#.....T~
0023e0 63b7 798a b1a3 0108 0054 7bb2 e27e b534 c.y......T{..~.4
0023f0 0108 cb64 dc37 449a 932a 0108 1072 e6c5 ...d.7D..*...r..
002400 4626 7004 0108 7e9e 8c7f ba80 1967 0108 F&p...~......g..
002410 390b 3992 300c 57f9 0108 58a6 6493 9b55 9.9.0.W...X.d..U
002420 3e66 0108 cc37 559a 662a ebaa 0108 a76a >f...7U.f*.....j
002430 514e 3a18 0897 0108 3319 5e1b 26aa fa50 QN:.....3.^.&..P
002440 0108 9bf5 9fb5 64c8 08ec 0108 bf33 6241 ......d......3bA
002450 e666 42e0 0108 375d 7cb1 cfae 9ead 0108 .fB...7]|.......
002460 de5a 120d 60f4 da49 0108 088f 904b aa73 .Z..`..I.....K.s
002470 76cb 0108 c945 a630 681b d450 0108 552b v....E.0h..P..U+
002480 3c55 a00b cdbc 0108 112b 447d 4476 4242 <U.......+D}DvBB
002490 0108 10c0 79c6 4fee 66b9 0108 b87e e901 ....y.O.f....~..
0024a0 60bf d90b 0108 297b df44 c528 78ec 0108 `.....){.D.(x...
0024b0 9c74 b302 28b6 0608 0108 27c3 6dd5 65f9 .t..(.....'.m.e.
0024c0 4405 0108 bc83 fd96 8143 b24e 0108 4c64 D........C.N..Ld
0024d0 98a6 b160 7b60 0108 ed37 5e2c 3548 349d ...`{`...7^,5H4.
0024e0 0108 6334 d691 cd65 12bc 0108 9f5e fdc7 ..c4...e.....^..
0024f0 863f a3a6 0108 46ee 8a04 b947 6ba1 0108 .?....F....Gk...
002500 e7d9 74ac 0871 71e3 0108 12f0 c096 8d04 ..t..qq.........
002510 015a 0108 8879 49a5 8cfb e44a 0108 4ac9 .Z...yI....J..J.
002520 5927 bc19 8fd1 0108 2c1d 51a3 ba21 8d95 Y'......,.Q..!..
002530 0108 fbdf 2111 f416 9f91 0108 09a2 33c1 ....!.........3.
002540 96d0 f40a 0108 0d8b d61b 4134 9043 0108 ..........A4.C..
002550 a415 1d58 6b80 6a5c 0108 be78 9cd6 092d ...Xk.j\...x...-
002560 0aff 0108 7654 3341 83de fb6e 0108 07fd ....vT3A...n....
002570 ef0c 0803 dd83 0108 8a09 6a6e c98a 187d ..........jn...}
002580 0108 9332 45fc 209a 9e30 0108 9911 b9f3 ...2E. ..0......
002590 8244 33dc 0108 c718 4072 3524 d10c 0108 .D3.....@r5$....
0025a0 b25f d93e d96c 92cc 0108 0ad5 6edd b658 ._.>.l......n..X
0025b0 e3d2 0108 5db4 37c7 94ea f89b 0108 5e4d ....].7.......^M
0025c0 651d 4222 5a9c 0108 8edf ca66 669b ca9d e.B"Z......ff...
0025d0 0108 1efe 802a f186 3ecb 0108 b198 6d3f .....*..>.....m?
0025e0 bd6f ce33 0108 def9 7ccf 34b6 fa4f 0108 .o.3....|.4..O..
0025f0 f472 e7a6 7716 397b 0108 fd63 f56d 1cef .r..w.9{...c.m..
002600 9761 0108 df11 325a 095f edcf 0108 0eff .a....2Z._......
002610 a0be e215 da06 0108 1245 415b e52a af33 .........EA[.*.3
002620 0108 8e73 ac59 7239 aba3 0108 f874 2ec1 ...s.Yr9.....t..
002630 e69c 73a2 0108 337f 6457 214d 7b1d 0108 ..s...3.dW!M{...
002640 db51 d160 32ea e415 0108 0afd ca12 efbd .Q.`2...........
002650 1552 0108 da97 c230 ed7c 971d 0108 4508 .R.....0.|....E.
002660 6db2 bcba 0f9d 0108 ccc9 06a3 055a c17f m............Z..
002670 0108 3119 6723 2cff 1c18 0108 9472 7d5e ..1.g#,......r}^
002680 b79c 64bd 0108 abe1 4106 86fc 4995 0108 ..d.....A...I...
002690 0f96 e4f9 1219 b469 0108 d83a 89d6 2e19 .......i...:....
0026a0 6ab8 0108 2194 473a 8da0 90b1 0108 3cb4 j...!.G:......<.
0026b0 6feb 4050 37f5 0108 4f1a f9d1 42b9 4f69 o.@P7...O...B.Oi
0026c0 0108 25df f035 d8d1 7d11 0108 4620 aa40 ..%..5..}...F .@
0026d0 e7b5 cbde 0108 5de5 22d8 80e2 c4bc 0108 ......].".......
0026e0 39e0 7692 16e9 8899 0108 875b ea23 1f51 9.v........[.#.Q
0026f0 978a 0108 acd3 1e2d e5cc 6b0a 0108 0e0e .......-..k.....
002700 83d5 2395 0cc7 0108 1c00 4de0 ea90 835c ..#.......M....\
002710 0108 1deb c681 16cf f169 0108 a84a 40ef .........i...J@.
002720 f22e f900 0108 a3db 2dad aef6 10f9 0108 ........-.......
002730 e655 95a3 dd31 5514 0108 ef59 8c83 abcc .U...1U....Y....
002740 73e8 0108 9592 a073 59e2 e8a8 0108 aca0 s......sY.......
002750 8bbf e99d dedb 0108 841c 74bc b004 2cae ..........t...,.
002760 0108 535f 38cd 5c00 aeac 0108 1960 8d97 ..S_8.\......`..
002770 bec1 4cfa 0108 f2fd 9b18 488a 6486 0108 ..L.......H.d...
002780 5d87 748a 64e8 60c9 0108 235b f095 5474 ].t.d.`...#[..Tt
002790 f1f2 0108 9c12 3f99 ca53 4a1f 0108 1699 ......?..SJ.....
0027a0 8cd1 ef98 3078 0108 b763 685c 995d e45e ....0x...ch\.].^
0027b0 0108 7006 edf3 57eb c228 0108 cb0c 3c8e ..p...W..(....<.
0027c0 e56f 7127 0108 c3a2 8472 18a6 3afc 0108 .oq'.....r..:...
0027d0 efb8 a32a 52df af69 0108 d3c1 457d 0494 ...*R..i....E}..
0027e0 7eed 0108 b923 423e d545 719c 0108 d4a4 ~....#B>.Eq.....
0027f0 211d 6a82 5641 0108 3685 9608 0285 65ca !.j.VA..6.....e.
002800 02c8 ce1a 2d25 5829 d02d 8134 4036 9f3d ....-%X).-.4@6.=
002810 ed42 4c4d 4b52 d65a 4863 fb6e c879 507f .BLMKR.ZHc.n.yP.
002820 9189 3f90 7191 6396 719e 94a6 95b4 efb6 ..?.q.c.q.......
002830 cdbf 2ecc fecc 4ad0 5ad1 00d6 80dc f1df ......J.Z.......
002840 96ed 03f3 22fd 1601 bb04 5307 af11 f517 ....".....S.....
002850 2824 0a25 8428 d62a e534 0138 5338 c839 ($.%.(.*.4.8S8.9
002860 f33f a44d d553 e65f aa6d 6973 a27f 328d .?.M.S._.mis..2.
002870 4e91 7495 079a 9aa0 d6a2 b1ac 1baf 4fb9 N.t...........O.
002880 48be a4c5 a6ca e1d2 cbdb 27e9 a5ed 1bf3 H.........'.....
002890 ccfd 6e04 0206 760c 1f0e e214 5f18 d419 ..n...v....._...
0028a0 7c20 a622 802b 7438 0c3b 7344 3846 1d4d | .".+t8.;sD8F.M
0028b0 ed50 0b54 7c54 9056 bd5e f667 c180 4a83 .P.T|T.V.^.g..J.
0028c0 fb8d a694 0e98 c898 7f9b 0308 cb1a 8778 ...............x
0028d0 f2b8 f79a 0308 8cfc 4c29 b41c 763c 0308 ........L)..v<..
0028e0 80d7 ebcc 8ad0 367e 0308 3a23 43a7 ab1d ......6~..:#C...
0028f0 d61b 0308 65bd b84f dccc 03d3 0308 0967 ....e..O.......g
002900 4bfb 5562 69fc 0308 6b53 c294 8b18 2664 K.Ubi...kS....&d
002910 0308 1ebd 1b4a db8f 7cc6 0308 5740 2e40 .....J..|...W@.@
002920 1237 3fea 0308 7563 3868 e72a d71a 0308 .7?...uc8h.*....
002930 df60 2327 111f cada 0308 dfb4 5bbd ee65 .`#'........[..e
002940 df68 0308 20ab 81e8 cbfa 9547 0308 2a61 .h.. ......G..*a
002950 c5c9 ba07 e9fa 0308 0f5d 4739 64f4 f82f .........]G9d../
002960 0308 9d8c 6afc 932c 09af 0308 2da7 9a11 ....j..,....-...
002970 aaf3 6a9c 0308 9489 2575 ef00 9a12 0308 ..j.....%u......
002980 9ad4 84a2 647a 839b 0308 19bb 46d4 df75 ....dz......F..u
002990 2e00 0308 ad61 81e7 c337 3d06 0308 3529 .....a...7=...5)
0029a0 3884 1982 1701 0308 65f6 1d76 77c1 7729 8.......e..vw.w)
0029b0 0308 e48d 620a 9d13 d9ec 0308 580c 91a9 ....b.......X...
0029c0 6595 a642 0308 d8d1 4477 8a8e c5ab 0308 e..B....Dw......
0029d0 e594 087e 2fd0 bc8a 0308 0ffe 0018 031f ...~/...........
0029e0 ea7b 0308 b323 ce54 88a6 7502 0308 a667 .{...#.T..u....g
0029f0 0a06 6a3b b0ea 0308 8385 f5b3 1252 dbc3 ..j;.........R..
002a00 0308 834c bb73 903e 11bd 0308 3cf5 c533 ...L.s.>....<..3
002a10 0021 f820 0308 ab75 677f 078e 0888 0308 .!. ...ug.......
002a20 1024 f691 1dea 1f83 0308 bc62 e9b5 9872 .$.........b...r
002a30 30b3 0308 b58f 19ab 5e4f 85c8 0308 928f 0.......^O......
002a40 2e6a a020 55dd 0308 6869 0840 06d6 0e42 .j. U...hi.@...B
002a50 0308 adc4 45a1 3fbe 90b9 0308 7883 1389 ....E.?.....x...
002a60 6797 d3b4 0308 9c3b 64db 008b 96f2 0308 g......;d.......
002a70 2e2d a4a9 058b 51ad 0308 7038 e83f 4cea .-....Q...p8.?L.
002a80 5844 0308 00e2 eb11 a40e 1f21 0308 d86a XD.........!...j
002a90 2b62 91a4 6db9 0308 33cd b2d2 f685 9ace +b..m...3.......
002aa0 0308 fadb 44b8 8677 2088 0308 8110 9bc7 ....D..w .......
002ab0 8a45 a7d0 0308 a371 58e0 45e1 8e9a 0308 .E.....qX.E.....
002ac0 e79c 4b9b c3fe 5988 0308 e9d7 2213 4f0b ..K...Y.....".O.
002ad0 ec8e 0308 1f79 2974 ba62 672d 0308 d688 .....y)t.bg-....
002ae0 5324 40cc 637a 0308 562b 48df ee72 90e2 S$@.cz..V+H..r..
002af0 0308 817f e1b1 1600 ca93 0308 ece4 b8a6 ................
002b00 0d71 ac74 0308 2121 3120 2b33 6198 0308 .q.t..!!1 +3a...
002b10 fa8b 126e df53 1738 0308 94ea e377 74bd ...n.S.8.....wt.
002b20 c77d 0308 0061 5c48 5474 c63e 0308 2329 .}...a\HTt.>..#)
002b30 4925 9e8f 113b 0308 d159 782a c5b0 520a I%...;...Yx*..R.
002b40 0308 a004 0107 b73d 6dc0 0308 ce40 f00d .......=m....@..
002b50 8c41 8a1d 0308 20de 7034 4c09 c1d6 0308 .A.... .p4L.....
002b60 4cb6 cdb3 e8eb 69bf 0308 452c 19c9 0193 L.....i...E,....
002b70 651b 0308 5fd0 287e 0502 e97b 0308 7e50 e..._.(~...{..~P
002b80 de06 0add b7d4 0308 41f1 8ce4 c9a5 0149 ........A......I
002b90 0308 6105 d9c7 5916 9034 0308 bb1e 0002 ..a...Y..4......
002ba0 751c 024e 0308 b379 a5fe 8610 173f 0308 u..N...y.....?..
002bb0 6db5 7f47 8571 8cbe 0308 ed29 492c 0f99 m..G.q.....)I,..
002bc0 f5fb 0308 b775 dbbf b373 5611 0308 49e0 .....u...sV...I.
002bd0 5d91 6306 86b6 0308 295a b655 b5d5 2954 ].c.....)Z.U..)T
002be0 0308 dc7c b3eb f6af 3524 0308 d516 efe4 ...|....5$......
002bf0 a75c 38c3 0308 b885 3d23 b491 6704 0308 .\8.....=#..g...
002c00 41d4 3e42 7078 6323 0308 a80a 3416 e585 A.>Bpxc#....4...
002c10 7297 0308 3600 63e9 8f0e 8a1d 0308 b442 r...6.c........B
002c20 9bec 18ca 9ec9 0308 551b bf42 3b24 cc3f ........U..B;$.?
002c30 0308 995b e6aa 66f0 8ccd 0308 1585 6bc8 ...[..f.......k.
002c40 aafa cd6d 0308 ae36 aa41 a906 6ddc 0308 ...m...6.A..m...
002c50 405b 0964 77c4 64b5 0308 41e1 89bc 088d @[.dw.d...A.....
002c60 661a 0308 bb30 9daa f350 82ef 0308 a2c2 f....0...P......
002c70 5875 1c7e 8651 0308 38e8 c085 a9c4 e693 Xu.~.Q..8.......
002c80 0308 6d96 4e1a 8049 6d9e 0308 9b85 74c2 ..m.N..Im.....t.
002c90 76c3 3346 0308 d46a da68 96bd 26fe 0308 v.3F...j.h..&...
002ca0 8535 eb1e 66a2 0651 0308 a589 11b7 5094 .5..f..Q......P.
002cb0 b080 0308 c0e0 b07d 5f21 1cc3 0308 14a8 .......}_!......
002cc0 7ce0 955c bdf8 0308 c82b b67d 6af4 67d1 |..\.....+.}j.g.
002cd0 0308 0479 5fa1 c6ff 371d 0308 0e23 c9da ...y_...7....#..
002ce0 03a6 123a 0308 053f cd0f 02e9 5272 0308 ...:...?....Rr..
002cf0 8afa 2701 5686 872f 0308 38d8 6168 6d33 ..'.V../..8.ahm3
002d00 85bd 0308 09db ef91 336b 26ac 0308 a890 ........3k&.....
002d10 fabe 44cc 67bb 0308 9ed5 9a9d 268a dca4 ..D.g.......&...
002d20 0308 3e66 b1af 62bb b737 0308 0bed cfdb ..>f..b..7......
002d30 842f 3010 0308 66ee b2ba c4f4 49b3 0308 ./0...f.....I...
002d40 ab69 7b54 4b11 b7dd 0308 d9b3 adf9 9542 .i{TK..........B
002d50 39fb 0308 708c f917 a4de e87d 0308 1647 9...p......}...G
002d60 2a8a 78bd b1d0 0308 cad4 a8bc 02b9 8169 *.x............i
002d70 0308 79e9 a956 3142 f9a5 0308 4a73 591b ..y..V1B....JsY.
002d80 1ab0 a91b 0308 0fc0 2001 0dfa 1770 0308 ........ ....p..
002d90 041c b67d 516c 1885 0308 5e33 dab8 3ebe ...}Ql....^3..>.
002da0 f779 0308 85d4 5822 d3bd dea3 0308 7ee5 .y....X"......~.
002db0 9f65 2894 de0c 0308 fac9 5945 db86 9008 .e(.......YE....
002dc0 0308 b23c faff c8d1 63c3 0308 5f64 84c1 ...<....c..._d..
002dd0 1ebc 9595 0308 fa26 5068 8fe0 e88b 0308 .......&Ph......
002de0 45da c99b 5c8a 710a 0308 b731 c666 7596 E...\.q....1.fu.
002df0 f9f1 0308 2ebd 8565 77d0 3ad3 0308 5d82 .......ew.:...].
002e00 faa7 78bd 0172 0308 7d64 5a16 ac82 f6d4 ..x..r..}dZ.....
002e10 0308 b4cd 67de 71e3 88c7 0308 6da8 38f8 ....g.q.....m.8.
002e20 3a08 d555 0308 4208 bffc 62ef a287 0308 :..U..B...b.....
002e30 280e 120e 9326 1a30 0308 c65f aea2 dcaf (....&.0..._....
002e40 e154 0308 2b98 5a19 72e3 f195 0308 9f01 .T..+.Z.r.......
002e50 89c2 56d1 75e0 0308 e9b6 f4ca f157 6a1b ..V.u........Wj.
002e60 0308 7c58 1d94 947c 8a55 0308 d559 3b8a ..|X...|.U...Y;.
002e70 a9d2 dd70 0308 9a18 0977 dcb8 d21e 0308 ...p.....w......
002e80 4f7e 0394 3d57 8728 0308 b54c a06e 5ddd O~..=W.(...L.n].
002e90 a3b8 0308 2ec7 e1e0 033f 1bcf 0308 2eb5 .........?......
002ea0 5f60 eb03 5de1 0308 1e65 2b20 4bcf 291c _`..]....e+ K.).
002eb0 0308 5bef 605d a82b f21f 0308 b675 c19f ..[.`].+.....u..
002ec0 0d1f 86e6 0308 ffae a86c 47ef 7ac6 0308 .........lG.z...
002ed0 008d ed99 4887 e0f7 0308 0c56 4f1e 9e3b ....H......VO..;
002ee0 ca20 0308 ac75 8e70 bd01 62c6 0308 bd41 . ...u.p..b....A
002ef0 2e4b 378c 6fcc 0308 7167 f2b8 c5f6 149f .K7.o...qg......
002f00 0308 f075 3e1c 9dfe c669 0308 5d2f 08eb ...u>....i..]/..
002f10 0df4 84be 0308 b1ad e7a7 0191 92dd 0308 ................
002f20 26e6 525a fc50 e7ee 0308 52cf 115a 2a84 &.RZ.P....R..Z*.
002f30 464a 0308 0def 9399 1017 af20 0308 2711 FJ......... ..'.
002f40 1878 6eda 651a 0308 a47d ad94 c174 a032 .xn.e....}...t.2
002f50 0308 c3b6 89c6 cd2d 7878 0308 1111 73c5 .......-xx....s.
002f60 2734 ecff 0308 58b4 6f3c 40f2 e826 0308 '4....X.o<@..&..
002f70 9d45 4bbb 190e e0b8 0308 37aa 7b6c 580a .EK.......7.{lX.
002f80 7a19 0308 0b12 785c c5b5 600c 0308 9150 z.....x\..`....P
002f90 1fac bac4 8484 0308 65b5 0ec1 5ad5 5230 ........e...Z.R0
002fa0 0308 0459 66e5 f9b6 56c6 0308 9c06 1631 ...Yf...V......1
002fb0 9630 2507 0308 1f5c bcb0 3dc6 14ad 0308 .0%....\..=.....
002fc0 3260 c70f 4a95 1ccd 0308 37a8 39b0 6c7f 2`..J.....7.9.l.
002fd0 9b35 0308 3a82 96fa 372d 154b 0308 2d02 .5..:...7-.K..-.
002fe0 0781 bae7 76dd 0308 6daf f386 b656 06e9 ....v...m....V..
002ff0 0308 c141 6c0a 6a7b b288 0308 fad3 8744 ...Al.j{.......D
003000 b55d 74e2 0308 37a9 4d22 bfb0 7f37 0308 .]t...7.M"...7..
003010 c8e0 97fb 856d ebf5 0308 7b8e 430e 5c69 .....m....{.C.\i
003020 7af6 0308 f3d3 9bc6 fc28 8475 0308 fdaf z........(.u....
003030 9a66 22ab 6dd3 0308 7d5b 1de5 cfb5 abb5 .f".m...}[......
003040 0308 5151 a93e 83ea 0540 0308 4ad9 0ac5 ..QQ.>...@..J...
003050 3da7 20fe 0308 622e 0212 203a 6ef9 0308 =. ...b... :n...
003060 5605 5799 034b 6669 0308 1b2a c836 be12 V.W..Kfi...*.6..
003070 0d09 0308 d64c c620 ad2f 98a5 0308 0c98 .....L. ./......
003080 9161 b8d0 8744 0308 336a a370 9cd6 d56c .a...D..3j.p...l
003090 0308 e068 7d4b 141b d433 0308 d06b a513 ...h}K...3...k..
0030a0 7fb6 60e7 0308 47e4 8212 e892 6161 0308 ..`...G.....aa..
0030b0 9605 f3b0 30bc 5e5a 0308 4977 5f52 0592 ....0.^Z..Iw_R..
0030c0 5143 0308 25ee 6ab5 d93b 1f8f 0308 6249 QC..%.j..;....bI
0030d0 18e4 9fa9 e9e5 0308 5beb ad21 058e 5bb2 ........[..!..[.
0030e0 0308 742f 723a d903 fb50 0308 4cdd 6daf ..t/r:...P..L.m.
0030f0 7551 1ee5 0308 0899 db06 aa8f db0d 0308 uQ..............
003100 c8b5 ccb5 f70f 1186 0308 be6f c4d7 8b9f ...........o....
003110 655a 0308 9dc5 a2b7 c806 73ea 0308 51ea eZ........s...Q.
003120 f423 96de 2bc7 0308 061b 1631 b303 5061 .#..+......1..Pa
003130 0308 8cfd aa6e aff4 01dc 0308 4f6d 0df7 .....n......Om..
003140 71fd 8f8b 0308 0d51 7f83 74b9 c270 0308 q......Q..t..p..
003150 803a fd7d 868e dd3b 0308 0c0d d834 573f .:.}...;.....4W?
003160 9138 0308 a8d1 3c37 806e c8ad 0308 81bc .8....<7.n......
003170 5a96 1947 ec25 0308 b4e4 edde eede 92bc Z..G.%..........
003180 0308 f1a9 c5db e1d4 0981 0308 20b7 fe26 ............ ..&
003190 dfa9 f3da 0308 0e84 6fda e7ff 1f06 0308 ........o.......
0031a0 7381 f7f4 9ab6 7223 0308 f244 149d f5ce s.....r#...D....
0031b0 3059 0308 b8ab 2921 970f f7a3 0308 e961 0Y....)!.......a
0031c0 d27c 6e0f 8ae2 0308 c0d8 8257 3537 407d .|n........W57@}
0031d0 0308 eea6 7ab2 e98e 5134 0308 af8c 5821 ....z...Q4....X!
0031e0 3969 c723 0308 9ade 7177 faa0 7caa 0308 9i.#....qw..|...
0031f0 5334 cab0 237b 3a6c 0308 a085 0921 6db4 S4..#{:l.....!m.
003200 e7e0 0308 a4d2 52b9 5574 6d0e 0308 8092 ......R.Utm.....
003210 bd27 7af1 490f 0308 c7ec 08bd 2fa1 4ab4 .'z.I......./.J.
003220 0308 6869 923a 919c b4c4 0308 c97d ee44 ..hi.:.......}.D
003230 f112 3ecb 0308 a922 858d 97f2 503c 0308 ..>...."....P<..
003240 d2ee de99 a346 222c 0308 7273 349d 02d6 .....F",..rs4...
003250 6c53 0308 07ed db49 f3a2 a20d 0308 395e lS.....I......9^
003260 c16d 90f0 8528 0308 fe0b 9d0d 20c2 2da2 .m...(...... .-.
003270 0308 22f9 43ab 8c7e bdda 0308 02ee 79d9 ..".C..~......y.
003280 54cd 88de 0308 cd05 8ad8 8910 9cf2 0308 T...............
003290 821b 50b8 85b4 43b3 0308 c670 8c7d b278 ..P...C....p.}.x
0032a0 cea1 0308 f68f ebde b659 fff3 0308 61de .........Y....a.
0032b0 22d0 036d 0698 0308 47d8 0f76 4b61 bc9e "..m....G..vKa..
0032c0 0308 c087 1572 8de1 2078 0308 ba18 27a0 .....r.. x....'.
0032d0 f415 53fd 0308 6c06 4e73 1a92 f1d6 0308 ..S...l.Ns......
0032e0 b055 8d74 f165 68d8 0308 6f51 069c a46a .U.t.eh...oQ...j
0032f0 3fff 0308 4776 e27a 96b2 a7b6 0308 7f0a ?...Gv.z........
003300 e27a 49d6 826c 0308 a9e7 c1ee 276e b26e .zI..l......'n.n
003310 0308 d785 98dd eaea 7a28 0308 7f86 7ff4 ........z(......
003320 b662 8012 0308 40f5 086e b48b cc8d 0308 .b....@..n......
003330 2ec5 adc2 66b3 62eb 0308 59ea ec6f 5694 ....f.b...Y..oV.
003340 0879 0308 167f ac3b d70d 03d7 0308 16af .y.....;........
003350 6afc c01b c47a 0308 d330 0d23 1b19 7c65 j....z...0.#..|e
003360 0308 d196 07f5 30d1 56ed 0308 d6cf def4 ......0.V.......
003370 8dda 178d 0308 e839 b612 b18d 6a59 0308 .......9....jY..
003380 070b 0916 32a8 da22 0308 9b29 c766 8f74 ....2.."...).f.t
003390 b86a 0308 b372 def0 7d56 bba8 0308 2ffe .j...r..}V..../.
0033a0 1ada e192 c598 0308 9882 b728 08d1 51dd ...........(..Q.
0033b0 0308 b63f 271f cd78 5c27 0308 9717 8f7c ...?'..x\'.....|
0033c0 7516 d6b6 0308 e01b 652b 0bb5 4873 0308 u.......e+..Hs..
0033d0 238b 038b c976 86e8 0308 99dd 1b80 5b12 #....v........[.
0033e0 87a1 0308 c6dc a987 ea07 8a53 0308 2edc ...........S....
0033f0 ab74 3076 f75a 0308 b5a9 170b 095d 0914 .t0v.Z.......]..
003400 0308 6f48 f264 4346 aae7 0308 9357 262e ..oH.dCF.....W&.
003410 246e a34c 0308 8574 5c8e 23cb 08f8 0308 $n.L...t\.#.....
003420 297c 8573 71b6 d7c9 0308 b030 aecc 46de )|.sq......0..F.
003430 864f 0308 d9a7 c057 9647 6a94 0308 56e7 .O.....W.Gj...V.
003440 88e0 e961 c267 0308 6cad b8f3 0eae 21f4 ...a.g..l.....!.
003450 0308 452e 5eea b08a d727 0308 6e68 e03e ..E.^....'..nh.>
003460 d24c 6baf 0308 097d 6c03 52c5 e10a 0308 .Lk....}l.R.....
003470 209e 1980 a187 1227 0308 0f02 35f7 ee24 ......'....5..$
003480 2f4e 0308 a172 d9e4 1fd3 169d 0308 8b5f /N...r........._
003490 2d39 36ff 2813 0308 85d1 a69c 998b c28c -96.(...........
0034a0 0308 7cde 44ab c6f9 2dcd 0308 da55 e9ba ..|.D...-....U..
0034b0 6c07 c615 0308 6617 94b2 ce10 94ab 0308 l.....f.........
0034c0 1609 89ed f58e 5c3b 0308 e911 48b8 5a1a ......\;....H.Z.
0034d0 e2f4 0308 fa69 8c69 b02a ee50 0308 ad3a .....i.i.*.P...:
0034e0 05bd d4e3 a69e 0308 91ba a9f9 e48f 349d ..............4.
0034f0 0308 0306 d227 f575 3479 0308 1ad6 395a .....'.u4y....9Z
003500 bbb4 e800 0308 ff12 78aa abe4 0560 0308 ........x....`..
003510 0b6c f64f a03b 1e33 0308 4e2b 398d f232 .l.O.;.3..N+9..2
003520 d16d 0308 7972 cbd7 1c93 1076 0308 eada .m..yr.....v....
003530 faec 66cd 4303 0308 fe31 b473 39d5 4bb3 ..f.C....1.s9.K.
003540 0308 2cc0 99d2 d8ff b9a7 0308 6e82 8922 ..,.........n.."
003550 685f 4efc 0308 39cb a425 7eca c188 0308 h_N...9..%~.....
003560 fc25 f18b 362f 071b 0308 8492 14f3 5e64 .%..6/........^d
003570 96dd 0308 dee7 983c 0d18 3a53 0308 c4f8 .......<..:S....
003580 e975 ba96 8d2e 0308 29dc 1d1c e417 e3da .u......).......
003590 0308 1886 87ae 04ed bf80 0308 8d0a 3c5d ..............<]
0035a0 0b41 d31a 0308 0545 2ec9 759c 4293 0308 .A.....E..u.B...
0035b0 4a09 d5cb 9edf b86b 0308 f49f ea12 0dc3 J......k........
0035c0 ea23 0308 ba1b 5e04 6896 90c6 0308 f9ca .#....^.h.......
0035d0 31b8 4d80 cb50 0308 f294 6306 45dd e2de 1.M..P....c.E...
0035e0 0308 dc3d d430 8979 95cb 0308 0adf 121b ...=.0.y........
0035f0 b587 a987 0308 21c6 5805 d887 a9f0 0308 ......!.X.......
003600 fc20 749b 9b5b 7c57 0308 3db4 15a8 a776 . t..[|W..=....v
003610 7015 0308 1c96 4f4e 9d94 adf1 0308 cf48 p.....ON.......H
003620 f3cf 7be1 6ef2 0308 a658 5558 ae31 f543 ..{.n....XUX.1.C
003630 0308 f101 b316 9a04 cd1b 0308 bd06 6a77 ..............jw
003640 c2e8 8369 0308 b7ed 52a8 874a e947 0308 ...i....R..J.G..
003650 162b cf11 bac6 32c0 0308 17b0 1e1a 7a40 .+....2.......z@
003660 3b5f 0308 efba 23c7 5eff 76d0 0308 eca9 ;_....#.^.v.....
003670 9c06 14f9 7853 0308 2b81 901b 9ff4 f3a0 ....xS..+.......
003680 0308 c4dc 60db bb61 e99d 0308 7ade 6cbe ....`..a....z.l.
003690 31ef 1586 0308 2526 8fdf 6cc9 786e 0308 1.....%&..l.xn..
0036a0 4d19 e03f 16d4 b282 0308 935c f3bc 6809 M..?.......\..h.
0036b0 04e9 0308 c0e3 2d3a 163e 0c6b 0308 3569 ......-:.>.k..5i
0036c0 9f10 700b d8bc 0308 9c3a 2265 1e36 32a0 ..p......:"e.62.
0036d0 0308 e706 1aa9 62a1 76bd 0308 fe90 985c ......b.v......\
0036e0 aeb5 4084 0308 a662 44fb 1ecc db75 0308 ..@....bD....u..
0036f0 68c6 9578 706e fe92 0308 f989 0cbb cab1 h..xpn..........
003700 b340 0308 b48e b484 9ee9 2e41 0308 42e6 .@.........A..B.
003710 2398 12c8 c17a 0308 14c5 20c3 fe45 7daf #....z.... ..E}.
003720 0308 e3ae c443 cbff 4603 0308 d88d e6c1 .....C..F.......
003730 ba94 e29c 0308 c8d8 3e8d ed13 9de5 0308 ........>.......
003740 88b3 8636 8d82 467f 0308 1790 45bc 7e68 ...6..F.....E.~h
003750 9b6f 0308 43b9 f6f1 dd61 5c2e 0308 3ba3 .o..C....a\...;.
003760 86b5 9631 6b86 0308 899f da96 6d61 e822 ...1k.......ma."
003770 0308 9702 7ad0 72fa 600a 0308 9166 682d ....z.r.`....fh-
003780 a31b 01be 0308 4ce3 2b97 35df 2521 0308 ......L.+.5.%!..
003790 6c51 043d c857 93c5 0308 6451 706e b601 lQ.=.W....dQpn..
0037a0 0062 0308 f36b 77de 5019 81e7 0308 aff9 .b...kw.P.......
0037b0 b478 7c87 7128 0308 50e3 ad63 a8d3 21fe .x|.q(..P..c..!.
0037c0 0308 c093 0902 f6a9 03e0 0308 1b53 317e .............S1~
0037d0 2b56 6946 0308 ecaa 0ac1 224d 273c 0308 +ViF......"M'<..
0037e0 0a76 e5a4 b04f 7211 0308 8142 ced2 b85d .v...Or....B...]
0037f0 bcbd 0308 cc4c 30d3 749d b566 0308 cd5d .....L0.t..f...]
003800 8ca0 3f79 0c74 0308 e8f0 a4b6 58c4 285d ..?y.t......X.(]
003810 0308 6b36 3ebe 3c5a 5388 0308 1451 88d0 ..k6>.<ZS....Q..
003820 03c0 264f 0308 ef19 f7f1 8c87 582b 0308 ..&O........X+..
003830 3157 b273 4a27 a755 0308 abb9 b7ea 904f 1W.sJ'.U.......O
003840 9828 0308 9132 d914 106f c684 0308 0dae .(...2...o......
003850 07fd 7426 4915 0308 4204 9521 2ef3 aabc ..t&I...B..!....
003860 0308 5012 9795 799b b16f 0308 3dd8 6b37 ..P...y..o..=.k7
003870 4ba0 32bf 0308 35fa d133 f5e7 7334 0308 K.2...5..3..s4..
003880 a24f f409 ca19 54b7 0308 e4f1 0878 f82a .O....T......x.*
003890 5b1b 0308 a242 eff6 b285 fede 0308 1cd5 [....B..........
0038a0 afcb 473d 098e 0308 68fb eddc 5b80 5819 ..G=....h...[.X.
0038b0 0308 a0b2 aec0 8845 7889 0308 d123 3ab4 .......Ex....#:.
0038c0 a92a 4de4 0308 5006 55a4 cb1f 410b 0308 .*M...P.U...A...
0038d0 1e08 ba3e c8b3 4d12 0308 946e 7397 df7b ...>..M....ns..{
0038e0 d1dd 0308 ea0a 3208 a285 5899 0308 ff13 ......2...X.....
0038f0 e415 f9d8 f057 0308 d709 fedc 4c29 c731 .....W......L).1
003900 0308 96f9 bd25 f9a6 6211 0308 71f2 f05e .....%..b...q..^
003910 fbb7 1086 0308 856c 91cd 6908 1179 0308 .......l..i..y..
003920 f4a2 95c6 a57d d5dd 0308 aea1 20fa 6f49 .....}...... .oI
003930 92b1 0308 50a9 1d91 d632 3603 0308 3516 ....P....26...5.
003940 c36b ed95 9e2e 0308 d642 c096 b72a ee8d .k.......B...*..
003950 0308 fff7 3a31 ace4 e366 0308 f166 3ce4 ....:1...f...f<.
003960 3f7c 7200 0308 8c0a d12b e1ce d3cb 0308 ?|r......+......
003970 7904 4cad 4a39 c5de 0308 167e fcc5 9fdd y.L.J9.....~....
003980 2131 0308 b618 3d72 b264 f802 0308 23d9 !1....=r.d....#.
003990 8450 0c49 875f 0308 79d0 191f dd4c bc0b .P.I._..y....L..
0039a0 0308 0cf2 047d 749e 87da 0308 8f3d d54b .....}t......=.K
0039b0 3adf 3803 0308 7dbc f5fd fac7 ab94 0308 :.8...}.........
0039c0 2c65 0ddc 3a4b 4825 0308 3d56 c62c 0614 ,e..:KH%..=V.,..
0039d0 ca8b 0308 1779 f9d3 5643 d2e5 0308 f3c6 .....y..VC......
0039e0 6d38 0b02 87cf 0308 ce54 1b0d 39e7 92d1 m8.......T..9...
0039f0 0308 0eaa 30e6 156e d086 0308 7164 54df ....0..n....qdT.
003a00 28c5 76d8 0308 e4a6 e18e f619 3c42 0308 (.v.........<B..
003a10 eb89 345d 1005 9efe 0308 f704 af75 f1ab ..4].........u..
003a20 bcba 0308 dbfb 3aa5 7cc7 31de 0308 e39b ......:.|.1.....
003a30 c0c9 644c f8b1 0308 4610 b317 0954 6971 ..dL....F....Tiq
003a40 0308 9a3b 03e3 6ad8 b39c 0308 cfa3 bd62 ...;..j........b
003a50 2483 1535 0308 817c 2d4a 2785 8e7e 0308 $..5...|-J'..~..
003a60 39d0 89d3 7550 a0b9 0308 36df 2699 8563 9...uP....6.&..c
003a70 be59 0308 b57f 3922 6766 93d4 0308 bc0e .Y....9"gf......
003a80 01ea 1c23 65cb 0308 416d f227 e21c e66f ...#e...Am.'...o
003a90 0308 e4fb ac2c 1bb9 93f1 0308 f2fd f1b2 .....,..........
003aa0 7349 8fe3 0308 c530 c4c0 5076 7bb1 0308 sI.....0..Pv{...
003ab0 6b8e 6f3c 2116 1dbd 0308 a5ff dd5a 9932 k.o<!........Z.2
003ac0 bb54 0308 17cb 8f1f 8fe8 7784 0308 291c .T........w...).
003ad0 f730 6ce4 84fd 0308 8cce 01c0 e7d8 7b3f .0l...........{?
003ae0 0308 41e2 8a33 2ac6 bc51 0308 398f c8d5 ..A..3*..Q..9...
003af0 3f4d bcf6 0308 d788 36d1 bea6 f8e2 0308 ?M......6.......
003b00 dbc2 eaca 03b6 2b36 0308 9f52 51d0 2178 ......+6...RQ.!x
003b10 3117 0308 a1f6 11f3 3e1b dc58 0308 e5e3 1.......>..X....
003b20 abc4 d674 7d83 0308 67ad fa4f 3ed8 fbf7 ...t}...g..O>...
003b30 0308 2665 af78 c203 a81e 0308 e906 ef1e ..&e.x..........
003b40 357a 6b5e 0308 9a49 439c 71af 9211 0308 5zk^...IC.q.....
003b50 4299 301e 0f09 8809 0308 b45d c688 cfef B.0........]....
003b60 fb51 0308 d43c a528 7d9a e01a 0308 5099 .Q...<.(}.....P.
003b70 9c66 161f d0d2 0308 9252 25e7 e05f 9ed6 .f.......R%.._..
003b80 0308 105b 4e7b 9640 4ada 0308 cc7e 38b1 ...[N{.@J....~8.
003b90 8083 21f2 0308 a04f f1d6 115b be25 0308 ..!....O...[.%..
003ba0 8c1a 5962 546e 5d91 0308 e1d4 2336 7383 ..YbTn].....#6s.
003bb0 42ec 0308 c9b7 541b 2aee c8ec 0308 1c93 B.....T.*.......
003bc0 2e64 a72d 82e7 0308 4f53 a04d 9750 270b .d.-....OS.M.P'.
003bd0 0308 ab81 f4d6 a60b 42e9 0308 be30 b501 ........B....0..
003be0 28fd 7ecf 0308 305e 9271 b999 26f6 0308 (.~...0^.q..&...
003bf0 8541 e5f0 b956 4cb8 0308 85e0 68a6 8cf7 .A...VL.....h...
003c00 6c49 0308 e0fa e1d5 2b24 064f 0308 94ab lI......+$.O....
003c10 ee37 891b f6d1 0308 1940 3491 50fd 5118 .7.......@4.P.Q.
003c20 0308 cf6d 3c02 7d68 ee68 0308 1f2a 8206 ...m<.}h.h...*..
003c30 4016 64f6 0308 a24c 4111 e934 8a78 0308 @.d....LA..4.x..
003c40 37f1 ca88 b7d6 5f56 0308 26ae cbaa 2cd9 7....._V..&...,.
003c50 5913 0308 54fb bf7e 4686 125a 0308 8d73 Y...T..~F..Z...s
003c60 9165 cb4c 1856 0308 8edd aeef 92db 32ef .e.L.V........2.
003c70 0308 5def c9a6 92b1 26d7 0308 1563 ed46 ..].....&....c.F
003c80 2bdc 0d06 0308 7265 8b57 6eee 48ff 0308 +.....re.Wn.H...
003c90 bc38 9149 38db 0313 0308 6bac b8a2 b76e .8.I8.....k....n
003ca0 57f8 0308 06bc 0484 13b6 043f 0308 7a52 W..........?..zR
003cb0 cc01 d5ea 12a8 0308 38d1 23ce 98a3 ad69 ........8.#....i
003cc0 0308 8c1c a1d7 4b55 33bd ......KU3.
accumulate: (src: [0] rdrand) 1da4 9682 d41b 8ab8
entropy sources: [0] rdrand [1] timer
accumulate: (src: [1] timer) dd7a 8117
accumulate: (src: [0] rdrand) e811 ed4d 3ae5 8019
accumulate: (src: [1] timer) 5142 1cb3
accumulate: (src: [0] rdrand) 19b4 e9b2 ea99 6c19
accumulate: (src: [1] timer) b27e b34e
test_ec alias tests/runtest
Testing EC.
This run has ID `86C8B443-3498-408B-B69B-01F554E1B738`.
... 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/86C8B443-3498-408B-B69B-01F554E1B738`.
Test Successful in 0.000s. 64 tests run.
test_pk_runner alias tests/runtest
.......................................................................................................................................................................................................................................................................................................................................................................
Ran: 359 tests in: 2.35 seconds.
OK
test_ec_wycheproof alias tests/runtest
Testing Wycheproof NIST curves.
This run has ID `3940E00C-1CF9-4945-B0F3-2D4F3FA3FBEA`.
... 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 s
ecial 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 - pre
ending 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
o 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 multiplicat
on 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/3940E00C-1CF9-4945-B0F3-2D4F3FA3FBEA`.
Test Successful in 11.000s. 3502 tests run.
2025-03-17 17:37.15 ---> saved as "8efb49493c0e2eb31ab0d9a3b66ebccba0d03ec33ff3b0be44bd0f5be7d4d44f"
Job succeeded
2025-03-17 17:37.25: Job succeeded