Organisationsmiragemirage-crypto38bde3 ()fedora-39-5.1_opam-2.1

fedora-39-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:59.38: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/main (38bde3aaaa2faaf07263721139f5ed42bd2f6238) (linux-x86_64:fedora-39-5.1_opam-2.1)
Base: ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "main" && cd "mirage-crypto" && git reset --hard 38bde3aa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
# fedora-39-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./
RUN opam pin add -yn mirage-crypto.dev './' && \
    opam pin add -yn mirage-crypto-rng.dev './' && \
    opam pin add -yn mirage-crypto-rng-mirage.dev './' && \
    opam pin add -yn mirage-crypto-rng-lwt.dev './' && \
    opam pin add -yn mirage-crypto-rng-eio.dev './' && \
    opam pin add -yn mirage-crypto-rng-async.dev './' && \
    opam pin add -yn mirage-crypto-pk.dev './' && \
    opam pin add -yn mirage-crypto-ec.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 async.v0.16.0 async_kernel.v0.16.0 async_rpc_kernel.v0.16.0 async_unix.v0.16.0 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.9.1 bin_prot.v0.16.0 cmdliner.1.2.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 core.v0.16.2 core_kernel.v0.16.0 core_unix.v0.16.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 eqaf.0.9 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 fmt.0.9.0 hmap.0.8.1 int_repr.v0.16.0 iomux.0.3 ipaddr.5.5.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.5.0 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 mtime.2.0.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics.v0.16.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.32.1 protocol_version_header.v0.16.0 psq.0.2.1 randomconv.0.2.0 re.1.11.0 result.1.5 seq.base sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 spawn.v0.15.1 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 textutils.v0.16.0 textutils_kernel.v0.16.0 thread-table.1.0.0 time_now.v0.16.0 timezone.v0.16.0 topkg.1.0.7 typerep.v0.16.0 uring.0.8 uutf.1.0.3 variantslib.v0.16.0 yojson.2.1.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-eio.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 08:59.38: Using cache hint "mirage/mirage-crypto-ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd-fedora-39-5.1_opam-2.1-7e7f0f89510401936bcfea25619a77ad"
2024-04-30 08:59.38: Using OBuilder spec:
((from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
 (comment fedora-39-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage-crypto.dev './' && \
             \nopam pin add -yn mirage-crypto-rng.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-lwt.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-eio.dev './' && \
             \nopam pin add -yn mirage-crypto-rng-async.dev './' && \
             \nopam pin add -yn mirage-crypto-pk.dev './' && \
             \nopam pin add -yn mirage-crypto-ec.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 async.v0.16.0 async_kernel.v0.16.0 async_rpc_kernel.v0.16.0 async_unix.v0.16.0 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.9.1 bin_prot.v0.16.0 cmdliner.1.2.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 core.v0.16.2 core_kernel.v0.16.0 core_unix.v0.16.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 eqaf.0.9 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 fmt.0.9.0 hmap.0.8.1 int_repr.v0.16.0 iomux.0.3 ipaddr.5.5.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.5.0 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 mtime.2.0.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics.v0.16.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.32.1 protocol_version_header.v0.16.0 psq.0.2.1 randomconv.0.2.0 re.1.11.0 result.1.5 seq.base sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 spawn.v0.15.1 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 textutils.v0.16.0 textutils_kernel.v0.16.0 thread-table.1.0.0 time_now.v0.16.0 timezone.v0.16.0 topkg.1.0.7 typerep.v0.16.0 uring.0.8 uutf.1.0.3 variantslib.v0.16.0 yojson.2.1.2 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.1 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-eio.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 08:59.38: Waiting for resource in pool OCluster
2024-04-30 21:09.07: Waiting for worker…
2024-04-30 21:11.10: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 38bde3a mirage-crypto-ec: Set bytes used for "zero" to '\000' (#226)


(from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
2024-04-30 21:11.10 ---> using "bc015d92fec2753c0129b53f1331635ff2a1fc47e22eaf22e84a5aa0f33e5da0" from cache


/: (comment fedora-39-5.1_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64 - Updates                    285 kB/s |  24 kB     00:00    
Fedora 39 - x86_64 - Updates                    2.6 MB/s | 5.1 MB     00:01    
Last metadata expiration check: 0:00:14 ago on Tue Apr 30 20:59:50 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 21:11.10 ---> using "7f4a4ef2e2bf8444bfb7fcb638605b115fb196af605d420fe20edf01f57a383c" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 21:11.10 ---> using "164fd62c572d344e48fa001356966dcceb61dee12a4163cc143ef106888a6a3d" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 21:11.10 ---> using "aceab762f34cc2302b11f8af49124b824b6debc1bdb5d737aced2b50c56ea170" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 21:11.10 ---> using "f69c099a0d3c7dbd5039bb945321edf174c4239341afab2f555dac66ccf556cb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 21:11.10 ---> using "9fdeedeacecb96a4ec3126fc13deccf0ff57509510bd11abd7d2c3acc66cba64" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..bafea8d973  master     -> origin/master
60c4208f49 Merge pull request #25714 from emillon/release-dune-3.15.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-30 21:12.26 ---> saved as "889b97b3b278877f0f65646969040b3624da8e954e59365057255b0eee422a72"


/src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-lwt.opam mirage-crypto-rng-eio.opam mirage-crypto-rng-async.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)
            (dst ./))
2024-04-30 21:12.26 ---> saved as "ff3e34701eab4b0b702e9197e584784f5fe1c521dd29ad412313f8fee1e26a0c"


/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-lwt.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng-eio.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng-async.dev './' && \
                  \nopam pin add -yn mirage-crypto-pk.dev './' && \
                  \nopam pin add -yn mirage-crypto-ec.dev './'"))
[mirage-crypto.dev] synchronised (file:///src)
mirage-crypto is now pinned to file:///src (version dev)
[mirage-crypto-rng.dev] synchronised (file:///src)
mirage-crypto-rng is now pinned to file:///src (version dev)
[mirage-crypto-rng-mirage.dev] synchronised (file:///src)
mirage-crypto-rng-mirage is now pinned to file:///src (version dev)
[mirage-crypto-rng-lwt.dev] synchronised (file:///src)
mirage-crypto-rng-lwt is now pinned to file:///src (version dev)
[mirage-crypto-rng-eio.dev] synchronised (file:///src)
mirage-crypto-rng-eio is now pinned to file:///src (version dev)
[mirage-crypto-rng-async.dev] synchronised (file:///src)
mirage-crypto-rng-async is now pinned to file:///src (version dev)
[mirage-crypto-pk.dev] synchronised (file:///src)
mirage-crypto-pk is now pinned to file:///src (version dev)
[mirage-crypto-ec.dev] synchronised (file:///src)
mirage-crypto-ec is now pinned to file:///src (version dev)
2024-04-30 21:12.35 ---> saved as "68352957fcdb42957bb855396a9602f75b11ca983a0c781d56acb4b65a1055f6"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 async.v0.16.0 async_kernel.v0.16.0 async_rpc_kernel.v0.16.0 async_unix.v0.16.0 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.9.1 bin_prot.v0.16.0 cmdliner.1.2.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 core.v0.16.2 core_kernel.v0.16.0 core_unix.v0.16.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 eqaf.0.9 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 fmt.0.9.0 hmap.0.8.1 int_repr.v0.16.0 iomux.0.3 ipaddr.5.5.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-runtime.4.5.0 mirage-time.3.0.0 mirage-time-unix.3.0.0 mirage-unix.5.0.1 mtime.2.0.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics.v0.16.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 ounit2.2.2.7 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.32.1 protocol_version_header.v0.16.0 psq.0.2.1 randomconv.0.2.0 re.1.11.0 result.1.5 seq.base sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 spawn.v0.15.1 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 textutils.v0.16.0 textutils_kernel.v0.16.0 thread-table.1.0.0 time_now.v0.16.0 timezone.v0.16.0 topkg.1.0.7 typerep.v0.16.0 uring.0.8 uutf.1.0.3 variantslib.v0.16.0 yojson.2.1.2 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.1 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-lwt.dev mirage-crypto-rng-eio.dev mirage-crypto-rng-async.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              300 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         15 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    289 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto.dev] synchronised (no changes)
[mirage-crypto-ec.dev] synchronised (no changes)
[mirage-crypto-pk.dev] synchronised (no changes)
[mirage-crypto-rng.dev] synchronised (no changes)
[mirage-crypto-rng-async.dev] synchronised (no changes)
[mirage-crypto-rng-eio.dev] synchronised (no changes)
[mirage-crypto-rng-lwt.dev] synchronised (no changes)
[mirage-crypto-rng-mirage.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:
    gmp-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:18 ago on Tue Apr 30 21:12:37 2024.
- Dependencies resolved.
- ================================================================================
-  Package           Architecture   Version                  Repository      Size
- ================================================================================
- Installing:
-  gmp-devel         x86_64         1:6.2.1-5.fc39           fedora         173 k
- Installing dependencies:
-  gmp-c++           x86_64         1:6.2.1-5.fc39           fedora          18 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 191 k
- Installed size: 382 k
- Downloading Packages:
- (1/2): gmp-c++-6.2.1-5.fc39.x86_64.rpm          651 kB/s |  18 kB     00:00    
- (2/2): gmp-devel-6.2.1-5.fc39.x86_64.rpm        3.1 MB/s | 173 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           1.2 MB/s | 191 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : gmp-c++-1:6.2.1-5.fc39.x86_64                          1/2 
-   Installing       : gmp-devel-1:6.2.1-5.fc39.x86_64                        2/2 
-   Running scriptlet: gmp-devel-1:6.2.1-5.fc39.x86_64                        2/2 
-   Verifying        : gmp-c++-1:6.2.1-5.fc39.x86_64                          1/2 
-   Verifying        : gmp-devel-1:6.2.1-5.fc39.x86_64                        2/2 
- 
- Installed:
-   gmp-c++-1:6.2.1-5.fc39.x86_64         gmp-devel-1:6.2.1-5.fc39.x86_64        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.1-5.fc39.x86_64
2024-04-30 21:12.57 ---> saved as "021d3276b411e660e5ef8483b59ae90bc910a8f7b6bc2aae68ba6d202d27699f"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 conf-bash                   1
  - install num                         1.5
  - install cmdliner                    1.2.0
  - install ocamlfind                   1.9.6
  - install conf-gmp                    4
  - install ocamlbuild                  0.14.3
  - install seq                         base
  - install dune                        3.15.2
  - install base-bytes                  base
  - install zarith                      1.13
  - install conf-gmp-powm-sec           3
  - install topkg                       1.0.7
  - install thread-table                1.0.0
  - install stdlib-shims                0.3.0
  - install spawn                       v0.15.1
  - install sexplib0                    v0.16.0
  - install result                      1.5
  - install re                          1.11.0
  - install randomconv                  0.2.0
  - install psq                         0.2.1
  - install ppx_derivers                1.2.1
  - install optint                      0.3.0
  - install ohex                        0.2.0
  - install ocaml-syntax-shims          1.0.0
  - install ocaml-compiler-libs         v0.12.4
  - install mirage-clock                4.2.0
  - install macaddr                     5.5.0
  - install lwt-dllist                  1.0.1
  - install jane-street-headers         v0.16.0
  - install duration                    0.2.1
  - install domain-name                 0.4.0
  - install csexp                       1.5.2
  - install cppo                        1.6.9
  - install uutf                        1.0.3
  - install mtime                       2.0.0
  - install hmap                        0.8.1
  - install fmt                         0.9.0
  - install astring                     0.8.5
  - install domain-local-await          1.0.1
  - install ounit2                      2.2.7
  - install parsexp                     v0.16.0
  - install ppxlib                      0.32.1
  - install ipaddr                      5.5.0
  - install dune-configurator           3.15.2
  - install yojson                      2.1.2
  - install ocplib-endian               1.2
  - install cstruct                     6.2.0
  - install alcotest                    1.7.0
  - install sexplib                     v0.16.0
  - install ppx_pipebang                v0.16.0
  - install ppx_ignore_instrumentation  v0.16.0
  - install ppx_deriving                5.2.1
  - install ocaml_intrinsics            v0.16.1
  - install mirage-clock-unix           4.2.0
  - install iomux                       0.3
  - install bigstringaf                 0.9.1
  - install base                        v0.16.3
  - install lwt                         5.7.0
  - install uring                       0.8
  - install eqaf                        0.9
  - install ppx_deriving_yojson         3.7.0
  - install eio                         1.0
  - install variantslib                 v0.16.0
  - install typerep                     v0.16.0
  - install stdio                       v0.16.0
  - install ppx_tydi                    v0.16.0
  - install ppx_stable_witness          v0.16.0
  - install ppx_stable                  v0.16.0
  - install ppx_sexp_conv               v0.16.0
  - install ppx_optional                v0.16.0
  - install ppx_here                    v0.16.0
  - install ppx_globalize               v0.16.0
  - install ppx_fixed_literal           v0.16.0
  - install ppx_enumerate               v0.16.0
  - install ppx_disable_unused_warnings v0.16.0
  - install ppx_compare                 v0.16.0
  - install ppx_cold                    v0.16.0
  - install fieldslib                   v0.16.0
  - install mirage-time                 3.0.0
  - install logs                        0.7.0
  - install digestif                    1.2.0
  - install eio_posix                   1.0
  - install eio_linux                   1.0
  - install ppx_variants_conv           v0.16.0
  - install ppx_typerep_conv            v0.16.0
  - install ppx_optcomp                 v0.16.0
  - install ppx_custom_printf           v0.16.0
  - install ppx_sexp_value              v0.16.0
  - install ppx_sexp_message            v0.16.0
  - install ppx_let                     v0.16.0
  - install ppx_hash                    v0.16.0
  - install ppx_assert                  v0.16.0
  - install ppx_fields_conv             v0.16.0
  - install mirage-time-unix            3.0.0
  - install mirage-runtime              4.5.0
  - install eio_main                    1.0
  - install ppx_log                     v0.16.0
  - install ppx_base                    v0.16.0
  - install jst-config                  v0.16.0
  - install bin_prot                    v0.16.0
  - install mirage-unix                 5.0.1
  - install sexp_pretty                 v0.16.0
  - install ppx_string                  v0.16.0
  - install time_now                    v0.16.0
  - install ppx_bin_prot                v0.16.0
  - install ppx_module_timer            v0.16.0
  - install ppx_inline_test             v0.16.1
  - install ppx_expect                  v0.16.0
  - install ppx_bench                   v0.16.0
  - install splittable_random           v0.16.0
  - install base_quickcheck             v0.16.0
  - install ppx_jane                    v0.16.0
  - install int_repr                    v0.16.0
  - install base_bigstring              v0.16.0
  - install core                        v0.16.2
  - install timezone                    v0.16.0
  - install textutils_kernel            v0.16.0
  - install protocol_version_header     v0.16.0
  - install expect_test_helpers_core    v0.16.0
  - install core_kernel                 v0.16.0
  - install core_unix                   v0.16.0
  - install async_kernel                v0.16.0
  - install textutils                   v0.16.0
  - install async_unix                  v0.16.0
  - install async_rpc_kernel            v0.16.0
  - install async                       v0.16.0
===== 126 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved async.v0.16.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved async_kernel.v0.16.0  (cached)
-> retrieved async_rpc_kernel.v0.16.0  (cached)
-> retrieved async_unix.v0.16.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base_bigstring.v0.16.0  (cached)
-> retrieved base_quickcheck.v0.16.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved core.v0.16.2  (cached)
-> installed conf-bash.1
-> installed conf-gmp.4
-> retrieved core_kernel.v0.16.0  (cached)
-> retrieved core_unix.v0.16.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eio.1.0  (cached)
-> retrieved eio_linux.1.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved eio_main.1.0  (cached)
-> retrieved eio_posix.1.0  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved expect_test_helpers_core.v0.16.0  (cached)
-> retrieved fieldslib.v0.16.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved int_repr.v0.16.0  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mirage-time-unix.3.0.0  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved mirage-runtime.4.5.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics.v0.16.1  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_bench.v0.16.0  (cached)
-> retrieved ppx_bin_prot.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> installed cmdliner.1.2.0
-> retrieved ppx_custom_printf.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.0  (cached)
-> retrieved ppx_fields_conv.v0.16.0  (cached)
-> retrieved ppx_fixed_literal.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_jane.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppx_log.v0.16.0  (cached)
-> retrieved ppx_module_timer.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_optional.v0.16.0  (cached)
-> retrieved ppx_pipebang.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_message.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved ppx_stable.v0.16.0  (cached)
-> retrieved ppx_stable_witness.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> retrieved protocol_version_header.v0.16.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved result.1.5  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexp_pretty.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved spawn.v0.15.1  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.16.0  (cached)
-> retrieved textutils_kernel.v0.16.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved timezone.v0.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved variantslib.v0.16.0  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved uring.0.8  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed jane-street-headers.v0.16.0
-> installed duration.0.2.1
-> installed ppx_derivers.1.2.1
-> installed mirage-clock.4.2.0
-> installed lwt-dllist.1.0.1
-> installed domain-name.0.4.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed macaddr.5.5.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed spawn.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed domain-local-await.1.0.1
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed alcotest.1.7.0
-> installed digestif.1.2.0
-> installed dune-configurator.3.15.2
-> installed parsexp.v0.16.0
-> installed yojson.2.1.2
-> installed mirage-clock-unix.4.2.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed sexplib.v0.16.0
-> installed ocaml_intrinsics.v0.16.1
-> installed eio.1.0
-> installed uring.0.8
-> installed eio_linux.1.0
-> installed lwt.5.7.0
-> installed eio_posix.1.0
-> installed mirage-time.3.0.0
-> installed mirage-time-unix.3.0.0
-> installed eio_main.1.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.5.0
-> installed mirage-unix.5.0.1
-> installed base.v0.16.3
-> installed variantslib.v0.16.0
-> installed fieldslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed ppxlib.0.32.1
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_deriving.5.2.1
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.7.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed ppx_log.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed bin_prot.v0.16.0
-> installed ppx_string.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.0
-> installed splittable_random.v0.16.0
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed int_repr.v0.16.0
-> installed base_bigstring.v0.16.0
-> installed core.v0.16.2
-> installed protocol_version_header.v0.16.0
-> installed textutils_kernel.v0.16.0
-> installed timezone.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed core_kernel.v0.16.0
-> installed async_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed textutils.v0.16.0
-> installed async_rpc_kernel.v0.16.0
-> installed async_unix.v0.16.0
-> installed async.v0.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 21:16.23 ---> saved as "a00e70a4e8a95b5cb5b369ebf4039c34a4234ef92fe4c74ef7448f5aae18ee5a"


/src: (copy (src .) (dst /src))
2024-04-30 21:16.23 ---> saved as "40656da9f97ae1bc9216639fe8419f1dc4b52a436682e08b35f7ca13de3155f9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/tests && ./test_entropy.exe)
test entropy OK
(cd _build/default/tests && ./test_symmetric_runner.exe)
accel: XOR AES GHASH 
........................................................
Ran: 56 tests in: 0.11 seconds.
OK
(cd _build/default/tests && ./test_random_runner.exe)
.........
Ran: 9 tests in: 0.11 seconds.
OK
(cd _build/default/tests && ./test_eio_rng.exe)
32 bit random number: "e;\227\223dV\131\161f\000}:\011\208B\225\169:\189\030\210\165M\210K\240\240+\153nT\179"
16 bit random number: "\134r\191S\196lC\012\152\243\143\236\146\174\175\244"
(cd _build/default/tests && ./test_eio_entropy_collection.exe)
reseeding:
000000  0008 35b6 9b92 554c  5801 01c8 0788 ee88  ..5...ULX.......
000010  d18b f695 569b 40a4  2ca5 76a8 f4a9 4eaf  ....V.@.,.v...N.
000020  29b8 d5b8 4fbb 1dc4  bbc4 dfc6 9dce abd5  )...O...........
000030  49da 80e0 16e2 cee7  e3f1 1cf7 6eff 9e08  I...........n...
000040  790a 3611 9814 7116  0f1d 1a20 a520 9c22  y.6...q.... . ."
000050  a729 3c2e 4834 5335  1439 1e3c bf3c fc3e  .)<.H4S5.9.<.<.>
000060  f946 fd4e fd56 0a5f  3267 c46f c479 a87e  .F.N.V._2g.o.y.~
000070  ce85 c78a 4292 6798  b799 739e 14a5 2ea8  ....B.g...s.....
000080  f0a8 a9ab 6db5 67b9  52bd 10c1 1ec4 b2c4  ....m.g.R.......
000090  c4c6 36ce 43d4 35d5  a4d8 98da 9de1 1de6  ..6.C.5.........
0000a0  d7eb 0ef6 b4fb 9005  e509 210f 7f17 d620  ..........!.... 
0000b0  4923 1b2c a62c 9d2e  ab35 4c3a 8940 3442  I#.,.,...5L:.@4B
0000c0  3b48 1b49 414c 3d4d  be50 ee52 ca5a 5862  ;H.IAL=M.P.R.ZXb
0000d0  b068 bf6a 0208 eaa1  777a ecd5 cc1c 0380  .h.j....wz......
0000e0  ea5f 2977 34b8 e326  ff6e 7473 9b59 21b1  ._)w4..&.nts.Y!.
0000f0  3adf 3c39 8cc8 233a  adc1 255a 1105 00f5  :.<9..#:..%Z....
000100  652a b567 dcdc bcad  a24d 705e 0eed cb07  e*.g.....Mp^....
000110  3bd1 216b f1c1 0608  24ad a179 0d56 efdf  ;.!k....$..y.V..
000120  75fb 15dc 807f 4cfb  913b 2626 debf 9b14  u.....L..;&&....
000130  f536 185d f8a1 a94f  4d27 0b14 5d8a fe27  .6.]...OM'..]..'
000140  0051 6d61 9031 540d  8ee7 6795 8379 3ac2  .Qma.1T...g..y:.
000150  f693 7800 98ac d16b  1b1f b71a 9699 c35c  ..x....k.......\


accumulate: (src: [1] rdrand) e869 b950 d94e b8ff  
accumulate: (src: [0] getrandom) 8c03 7941 7efc f097  
entropy sources: [0] getrandom [1] rdrand 
accumulate: (src: [1] rdrand) 039e 006e d7dc bd0e  
(cd _build/default/tests && ./test_entropy_collection.exe)
reseeding:
000000  0008 c3d7 1f5f f492  3621 0108 241b e911  ....._..6!..$...
000010  29e3 2607 02c8 a1e2  04ea 9aef 3af9 affc  ).&.........:...
000020  b8fe 0f06 a50b 5d15  3319 8c1c 471e 6b24  ......].3...G.k$
000030  ce25 c72a 3f32 5138  6e39 683d 5341 1145  .%.*?2Q8n9h=SA.E
000040  2248 bc48 f34a de52  995a 9e61 1166 bd6b  "H.H.J.R.Z.a.f.k
000050  ae75 527a 9e80 8382  5889 e38d 2893 3c9c  .uRz....X...(.<.
000060  3e9d eca0 c3a3 5daf  2db9 0cbd a8c0 d3c2  >.....].-.......
000070  b5ca abd3 7ade 8fe6  daed 58f3 a9fc fbfe  ....z.....X.....
000080  a807 e714 8b17 2121  8124 3b26 072d 4731  ......!!.$;&.-G1
000090  7636 3740 6f41 3a46  034d 3250 c551 ff57  v67@oA:F.M2P.Q.W
0000a0  8063 f76d c574 5777  8b83 db8d 5993 ba9d  .c.m.tWw....Y...
0000b0  49a4 66a5 72a9 2daf  a7b7 55c1 16c5 2dc8  I.f.r.-...U...-.
0000c0  ecc8 9ccb 32d5 98d8  6eda f6e0 bbe3 86ef  ....2...n.......
0000d0  68fd b002 ed0c bb0f  e01d 7d25 012b 0308  h.........}%.+..
0000e0  9eea c98f f64b f417                       .....K..


accumulate: (src: [0] rdrand) 3b50 0fb5 4f92 56e9  
entropy sources: [0] rdrand [1] timer 
accumulate: (src: [1] timer) 84bf fbab 
accumulate: (src: [0] rdrand) a9a1 1b1b c4a8 83c3  
accumulate: (src: [1] timer) 6366 2741 
accumulate: (src: [0] rdrand) 5426 00b8 b238 19f9  
accumulate: (src: [1] timer) 37da 37d6 
(cd _build/default/tests && ./test_ec.exe)
Testing `EC'.
This run has ID `1LO5R646'.


  [OK]          P256 Key exchange                               0   b*A.
  [OK]          P256 Key exchange                               1   a*B.
  [OK]          P256 Key exchange                               2   a*A.
  [OK]          P256 Key exchange                               3   b*B.
  [OK]          P256 Low level scalar mult                      0   Scalar mu...
  [OK]          P256 Low level scalar mult                      1   Scalar mu...
  [OK]          P256 Low level scalar mult                      2   Scalar mu...
  [OK]          P256 Low level scalar mult                      3   Scalar mu...
  [OK]          P256 Low level scalar mult                      4   Scalar mu...
  [OK]          P256 Low level scalar mult                      5   Scalar mu...
  [OK]          P256 Point validation                           0   Ok.
  [OK]          P256 Point validation                           1   P=0.
  [OK]          P256 Point validation                           2   (0, sqrt(...
  [OK]          P256 Point validation                           3   out of ra...
  [OK]          P256 Scalar validation when generating          0   0.
  [OK]          P256 Scalar validation when generating          1   1.
  [OK]          P256 Scalar validation when generating          2   n-1.
  [OK]          P256 Scalar validation when generating          3   n.
  [OK]          ECDSA NIST                                      0   ECDSA gen.
  [OK]          ECDSA NIST                                      1   ECDSA sign.
  [OK]          ECDSA NIST                                      2   ECDSA ver...
  [OK]          ECDSA RFC 6979 P256                             0   public ke...
  [OK]          ECDSA RFC 6979 P256                             1   public ke...
  [OK]          ECDSA RFC 6979 P256                             2   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             3   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             4   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             5   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             6   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             7   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             8   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                             9   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                            10   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P256                            11   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             0   public ke...
  [OK]          ECDSA RFC 6979 P384                             1   public ke...
  [OK]          ECDSA RFC 6979 P384                             2   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             3   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             4   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             5   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             6   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             7   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             8   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                             9   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                            10   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P384                            11   RFC 6979 ...
  [OK]          ECDSA RFC 6979 P521                             0   public ke...
  [OK]          ECDSA RFC 6979 P521                             1   public ke...
  [OK]          X25519                                          0   RFC 7748.
  [OK]          ED25519                                         0   RFC 8032 1.
  [OK]          ED25519                                         1   RFC 8032 2.
  [OK]          ED25519                                         2   RFC 8032 3.
  [OK]          ED25519                                         3   RFC 8032 4.
  [OK]          ED25519                                         4   RFC 8032 5.
  [OK]          ECDSA P521 regression                           0   regreesion1.


Full test results in `/src/_build/default/tests/_build/_tests/EC'.
Test Successful in 0.058s. 54 tests run.
(cd _build/default/tests && ./test_pk_runner.exe)
.......................................................................................................................................................................................................................................................................................................................................................................
Ran: 359 tests in: 1.64 seconds.
OK
(cd _build/default/tests && ./test_entropy_collection_async.exe)
reseeding:
000000  0008 899a 5f4c 5cd2  402e 01c8 8a6c b26e  ...._L\.@....l.n
000010  f075 3e7b e583 478e  6b94 ce95 c79a 3fa2  .u>{..G.k.....?.
000020  51a8 6ea9 68ad 53b1  11b5 1fb8 b3b8 d5ba  Q.n.h.S.........
000030  6bc2 fac8 cbcb e7d5  19db 72e3 9eec 86ee  k.........r.....
000040  51f5 0cf9 11fc 84fc  23fe 0b04 6004 b605  Q.......#...`...
000050  6c0a 0111 eb13 521e  a824 a526 c52d 9f32  l.....R..$.&.-.2
000060  b039 5d3e cb44 2647  8d4f 1259 265c c95c  .9]>.D&G.O.Y&\.\
000070  1e5f 8367 e370 7173  aa7c ad7e ec85 2a8b  ._.g.pqs.|.~..*.
000080  a793 689d 56a1 0da5  15a8 94a8 64aa e4b0  ..h.V.......d...
000090  75b3 b7bc d8be 84c6  4ccd fbd0 ccd3 ebdd  u.......L.......
0000a0  26e3 9deb 46f5 d9f8  52fb 3904 1305 2a08  &...F...R.9...*.
0000b0  e308 740b b314 c816  501e 9624 5f26 d32c  ..t.....P..$_&.,
0000c0  402f f037 6d42 0249  e24b 4156 665c b35d  @/.7mB.I.KAVf\.]
0000d0  6362 e368 0208 2cd6  ba91 f345 2516 0380  cb.h..,....E%...
0000e0  0fd2 dcde 435b 5cbe  07c7 2f2a ced6 dabe  ....C[\.../*....
0000f0  5393 de5c f90f e988  16ab 346c 63a2 a602  S..\......4lc...
000100  fc5a c335 2975 2424  7277 3461 dc35 1007  .Z.5)u$$rw4a.5..
000110  5a1f 2bb0 f9a1 5c3c  e05d 75c1 60b6 39ae  Z.+...\<.]u.`.9.
000120  dbe0 8ebc 9fdb ee96  e067 aa08 f1d0 ca8b  .........g......
000130  8979 3171 0ec8 6d53  d5e9 966a 09e3 d4ea  .y1q..mS...j....
000140  f920 c2d3 2efc dbe4  f937 d5fa 695a 32e6  . .......7..iZ2.
000150  2c36 f06d 37e3 03e1  c739 2626 e5c5 b72c  ,6.m7....9&&...,


entropy sources: [1] getrandom [0] rdrand [2] timer 
accumulate: (src: [2] timer) 3f53 a841 
accumulate: (src: [0] rdrand) 00b9 3e37 7c72 672d  
accumulate: (src: [1] getrandom) a419 dedb 8228 e7b2  
accumulate: (src: [2] timer) 3663 8b49 
accumulate: (src: [2] timer) 18df 0351 
accumulate: (src: [2] timer) 1b17 f658 
accumulate: (src: [2] timer) ac40 c960 
accumulate: (src: [2] timer) 1095 4268 
accumulate: (src: [2] timer) c286 ba6f 
accumulate: (src: [2] timer) 00e3 3277 
accumulate: (src: [2] timer) 1f75 ab7e 
accumulate: (src: [2] timer) 0e1a 2486 
accumulate: (src: [2] timer) dacb 9c8d 
accumulate: (src: [2] timer) 685d 1595 
accumulate: (src: [2] timer) 9dfb 8d9c 
accumulate: (src: [2] timer) 2ea2 06a4 
accumulate: (src: [2] timer) 6046 a1ab 
accumulate: (src: [2] timer) 06bc 19b3 
accumulate: (src: [2] timer) a3c7 c9ba 
accumulate: (src: [2] timer) 5370 52c2 
accumulate: (src: [2] timer) ce92 22ca 
accumulate: (src: [2] timer) 085a 9bd1 
accumulate: (src: [2] timer) 3468 a9d6 
accumulate: (src: [0] rdrand) 001c d426 a48e 02fb  
accumulate: (src: [2] timer) a6cc 23de 
accumulate: (src: [2] timer) be3c 9ce5 
accumulate: (src: [2] timer) a1a1 14ed 
accumulate: (src: [2] timer) c0fd 8cf4 
accumulate: (src: [2] timer) f427 05fc 
accumulate: (src: [2] timer) b629 7d03 
accumulate: (src: [2] timer) 747e f50a 
accumulate: (src: [2] timer) b444 6e12 
accumulate: (src: [2] timer) 8d98 e619 
accumulate: (src: [2] timer) f30a 5f21 
accumulate: (src: [2] timer) 5934 d728 
accumulate: (src: [2] timer) dd51 4f30 
accumulate: (src: [2] timer) 8d76 c737 
accumulate: (src: [2] timer) 5cee 3f3f 
accumulate: (src: [2] timer) ac7e b846 
accumulate: (src: [2] timer) a1a8 304e 
accumulate: (src: [2] timer) aac2 a855 
accumulate: (src: [2] timer) 98cb 205d 
accumulate: (src: [2] timer) a26d 9964 
accumulate: (src: [2] timer) 8a28 a96b 
accumulate: (src: [0] rdrand) 2943 6cc6 6fc5 23ef  
accumulate: (src: [2] timer) 7744 b26b 
accumulate: (src: [2] timer) 12bd 2b73 
accumulate: (src: [2] timer) ecd5 a37a 
accumulate: (src: [2] timer) a4fd 1b82 
accumulate: (src: [2] timer) 650e 9489 
accumulate: (src: [2] timer) bd5a 0c91 
accumulate: (src: [2] timer) a2dc 8498 
accumulate: (src: [2] timer) 0dfc fc9f 
accumulate: (src: [2] timer) 7264 75a7 
accumulate: (src: [2] timer) d041 eeae 
accumulate: (src: [2] timer) 9959 66b6 
accumulate: (src: [2] timer) e6ce debd 
accumulate: (src: [2] timer) a1cd 56c5 
accumulate: (src: [2] timer) 0ee6 cecc 
accumulate: (src: [2] timer) dfeb 46d4 
accumulate: (src: [2] timer) 4033 bfdb 
accumulate: (src: [2] timer) 6dde 37e3 
accumulate: (src: [2] timer) 7160 b2ea 
accumulate: (src: [2] timer) d217 2bf2 
accumulate: (src: [2] timer) 4458 a3f9 
accumulate: (src: [2] timer) 5dd5 ad00 
accumulate: (src: [0] rdrand) a712 fa46 7956 a9c2  
accumulate: (src: [2] timer) c619 b700 
accumulate: (src: [2] timer) dfb3 2e08 
accumulate: (src: [2] timer) 80bc a60f 
accumulate: (src: [2] timer) 02ec 1e17 
accumulate: (src: [2] timer) 9e64 981e 
accumulate: (src: [2] timer) 9f58 1026 
accumulate: (src: [2] timer) a739 882d 
accumulate: (src: [2] timer) 2950 0035 
accumulate: (src: [2] timer) 4ae8 783c 
accumulate: (src: [2] timer) 3a53 f143 
accumulate: (src: [2] timer) 1ddc 694b 
accumulate: (src: [2] timer) 2e11 e252 
accumulate: (src: [2] timer) 9f7e 5a5a 
accumulate: (src: [2] timer) 3c2d d361 
accumulate: (src: [2] timer) 6872 4b69 
accumulate: (src: [2] timer) 454e c370 
accumulate: (src: [2] timer) 5342 3b78 
accumulate: (src: [2] timer) 1322 b37f 
accumulate: (src: [2] timer) b0e4 2a87 
accumulate: (src: [2] timer) c435 a38e 
accumulate: (src: [2] timer) 10ab ad95 
accumulate: (src: [0] rdrand) 46fd 7078 1aed a137  
accumulate: (src: [2] timer) 2420 bc95 
accumulate: (src: [2] timer) e7cd 339d 
accumulate: (src: [2] timer) ee9b aba4 
accumulate: (src: [2] timer) b455 23ac 
accumulate: (src: [2] timer) 4c49 9bb3 
accumulate: (src: [2] timer) b267 13bb 
accumulate: (src: [2] timer) 8724 8bc2 
accumulate: (src: [2] timer) 4e20 03ca 
accumulate: (src: [2] timer) 885f 7bd1 
accumulate: (src: [2] timer) db81 f3d8 
accumulate: (src: [2] timer) 76c3 6be0 
accumulate: (src: [2] timer) b704 e4e7 
accumulate: (src: [2] timer) c14d 5cef 
accumulate: (src: [2] timer) e385 d4f6 
accumulate: (src: [2] timer) a0c3 4cfe 
accumulate: (src: [2] timer) 22ff c405 
accumulate: (src: [2] timer) 9e3d 3d0d 
accumulate: (src: [2] timer) 5179 b514 
accumulate: (src: [2] timer) 5ebc 2d1c 
accumulate: (src: [2] timer) beeb a523 
accumulate: (src: [2] timer) 042a b32a 
accumulate: (src: [0] rdrand) 9f5c 8dcd 078d 3b0a  
accumulate: (src: [2] timer) fce1 c02a 
accumulate: (src: [2] timer) 18a8 3832 
accumulate: (src: [2] timer) 48fe b039 
accumulate: (src: [2] timer) 79e1 2841 
accumulate: (src: [2] timer) 871c a148 
accumulate: (src: [2] timer) 3a98 1950 
accumulate: (src: [2] timer) c2c3 9157 
accumulate: (src: [2] timer) 432e 0a5f 
accumulate: (src: [2] timer) 3543 8266 
accumulate: (src: [2] timer) cabe fa6d 
accumulate: (src: [2] timer) 7d30 7375 
accumulate: (src: [2] timer) 4eb6 eb7c 
accumulate: (src: [2] timer) 8c67 6484 
accumulate: (src: [2] timer) a808 dd8b 
accumulate: (src: [2] timer) c895 5593 
accumulate: (src: [2] timer) 4026 ce9a 
accumulate: (src: [2] timer) aba5 46a2 
accumulate: (src: [2] timer) f801 bfa9 
accumulate: (src: [2] timer) 8f7c 37b1 
accumulate: (src: [2] timer) 90c5 afb8 
accumulate: (src: [2] timer) e9f1 b2bf 
accumulate: (src: [0] rdrand) a3c7 cada 0b03 1fee  
accumulate: (src: [2] timer) 7507 c6bf 
accumulate: (src: [2] timer) d8c4 3ec7 
accumulate: (src: [2] timer) 2149 b7ce 
accumulate: (src: [2] timer) cbcf 2fd6 
accumulate: (src: [2] timer) 2b5f a8dd 
accumulate: (src: [2] timer) b9ec 20e5 
accumulate: (src: [2] timer) ed8d 99ec 
accumulate: (src: [2] timer) 9a59 12f4 
accumulate: (src: [2] timer) 56f7 8afb 
accumulate: (src: [2] timer) 5cbc 0303 
accumulate: (src: [2] timer) b172 7c0a 
accumulate: (src: [2] timer) 913a f511 
accumulate: (src: [2] timer) 1ef4 6d19 
accumulate: (src: [2] timer) 62a3 e620 
accumulate: (src: [2] timer) 6014 5f28 
accumulate: (src: [2] timer) 0d5c d72f 
accumulate: (src: [2] timer) a088 4f37 
accumulate: (src: [2] timer) 61c5 c73e 
accumulate: (src: [2] timer) 51f4 3f46 
accumulate: (src: [2] timer) f012 b84d 
accumulate: (src: [2] timer) 90f4 b254 
accumulate: (src: [0] rdrand) baf3 342d 0a08 c908  
accumulate: (src: [2] timer) 512c cb54 
accumulate: (src: [2] timer) faed 435c 
accumulate: (src: [2] timer) 6679 bc63 
accumulate: (src: [2] timer) 223d 356b 
accumulate: (src: [2] timer) ef3b ae72 
accumulate: (src: [2] timer) 2509 277a 
accumulate: (src: [2] timer) 6a94 9f81 
accumulate: (src: [2] timer) 0c25 1889 
accumulate: (src: [2] timer) 9c97 9090 
accumulate: (src: [2] timer) 0117 0998 
accumulate: (src: [2] timer) ef32 829f 
accumulate: (src: [2] timer) 8a93 faa6 
accumulate: (src: [2] timer) 4709 73ae 
accumulate: (src: [2] timer) 5f77 ebb5 
accumulate: (src: [2] timer) f1ec 63bd 
accumulate: (src: [2] timer) 766d dcc4 
accumulate: (src: [2] timer) bbb5 54cc 
accumulate: (src: [2] timer) ef26 cdd3 
accumulate: (src: [2] timer) 3c25 45db 
accumulate: (src: [2] timer) 6f9d bde2 
accumulate: (src: [2] timer) 7a26 b8e9 
accumulate: (src: [0] rdrand) 6f5c 4abf 0319 3111  
accumulate: (src: [2] timer) ba0f d0e9 
accumulate: (src: [2] timer) 7cb1 48f1 
accumulate: (src: [2] timer) 77fd c0f8 
accumulate: (src: [2] timer) 2c6f 3900 
accumulate: (src: [2] timer) e335 b207 
accumulate: (src: [2] timer) 0fa2 2a0f 
accumulate: (src: [2] timer) 6718 a316 
accumulate: (src: [2] timer) 1d37 1b1e 
accumulate: (src: [2] timer) 1e9d 9325 
accumulate: (src: [2] timer) 06f3 0b2d 
accumulate: (src: [2] timer) 816b 8434 
accumulate: (src: [2] timer) 1329 fe3b 
accumulate: (src: [2] timer) e946 7743 
accumulate: (src: [2] timer) e589 ef4a 
accumulate: (src: [2] timer) 0c93 6752 
accumulate: (src: [2] timer) 0ce5 df59 
accumulate: (src: [2] timer) 9036 5861 
accumulate: (src: [2] timer) 92f6 ce68 
accumulate: (src: [2] timer) 8b98 4770 
accumulate: (src: [2] timer) 0e1a c077 
accumulate: (src: [2] timer) 25d0 b77e 
accumulate: (src: [0] rdrand) 596a b083 5e62 b4c5  
accumulate: (src: [2] timer) 9006 d57e 
accumulate: (src: [2] timer) 999d 4d86 
accumulate: (src: [2] timer) cd05 c68d 
accumulate: (src: [2] timer) 2bfd 3e95 
accumulate: (src: [2] timer) 7984 b79c 
accumulate: (src: [2] timer) c001 30a4 
accumulate: (src: [2] timer) a965 a8ab 
accumulate: (src: [2] timer) 2dc7 20b3 
accumulate: (src: [2] timer) aa89 99ba 
accumulate: (src: [2] timer) 4ef9 11c2 
accumulate: (src: [2] timer) 1752 8ac9 
accumulate: (src: [2] timer) cc3e 03d1 
accumulate: (src: [2] timer) 8e01 7cd8 
accumulate: (src: [2] timer) 3083 f4df 
accumulate: (src: [2] timer) 6af0 6ce7 
accumulate: (src: [2] timer) d783 e5ee 
accumulate: (src: [2] timer) f236 5ff6 
accumulate: (src: [2] timer) 28a9 d7fd 
accumulate: (src: [2] timer) 0bd7 4f05 
accumulate: (src: [2] timer) a352 c80c 
accumulate: (src: [2] timer) dfcf bd13 
accumulate: (src: [0] rdrand) 8916 2d05 4dc2 dce5  
accumulate: (src: [1] getrandom) b602 c6ea 07d9 8a9d  
(cd _build/default/tests && ./test_ec_wycheproof.exe)
Testing `Wycheproof NIST curves'.
This run has ID `JE3LQ37E'.


  [OK]          ECDH P256 test vectors                    0   1 - normal case.
  [OK]          ECDH P256 test vectors                    1   2 - compressed ...
  [OK]          ECDH P256 test vectors                    2   3 - edge case f...
  [OK]          ECDH P256 test vectors                    3   4 - edge case f...
  [OK]          ECDH P256 test vectors                    4   5 - edge case f...
  [OK]          ECDH P256 test vectors                    5   6 - edge case f...
  [OK]          ECDH P256 test vectors                    6   7 - edge case f...
  [OK]          ECDH P256 test vectors                    7   8 - edge case f...
  [OK]          ECDH P256 test vectors                    8   9 - edge case f...
  [OK]          ECDH P256 test vectors                    9   10 - edge case ...
  [OK]          ECDH P256 test vectors                   10   11 - edge case ...
  [OK]          ECDH P256 test vectors                   11   12 - edge case ...
  [OK]          ECDH P256 test vectors                   12   13 - edge case ...
  [OK]          ECDH P256 test vectors                   13   14 - edge case ...
  [OK]          ECDH P256 test vectors                   14   15 - edge case ...
  [OK]          ECDH P256 test vectors                   15   16 - edge case ...
  [OK]          ECDH P256 test vectors                   16   17 - edge case ...
  [OK]          ECDH P256 test vectors                   17   18 - edge case ...
  [OK]          ECDH P256 test vectors                   18   19 - y-coordina...
  [OK]          ECDH P256 test vectors                   19   20 - y-coordina...
  [OK]          ECDH P256 test vectors                   20   21 - y-coordina...
  [OK]          ECDH P256 test vectors                   21   22 - y-coordina...
  [OK]          ECDH P256 test vectors                   22   23 - y-coordina...
  [OK]          ECDH P256 test vectors                   23   24 - y-coordina...
  [OK]          ECDH P256 test vectors                   24   25 - y-coordina...
  [OK]          ECDH P256 test vectors                   25   26 - y-coordina...
  [OK]          ECDH P256 test vectors                   26   27 - y-coordina...
  [OK]          ECDH P256 test vectors                   27   28 - y-coordina...
  [OK]          ECDH P256 test vectors                   28   29 - y-coordina...
  [OK]          ECDH P256 test vectors                   29   30 - y-coordina...
  [OK]          ECDH P256 test vectors                   30   31 - edge cases...
  [OK]          ECDH P256 test vectors                   31   32 - edge cases...
  [OK]          ECDH P256 test vectors                   32   33 - edge cases...
  [OK]          ECDH P256 test vectors                   33   34 - edge cases...
  [OK]          ECDH P256 test vectors                   34   35 - edge cases...
  [OK]          ECDH P256 test vectors                   35   36 - edge cases...
  [OK]          ECDH P256 test vectors                   36   37 - edge cases...
  [OK]          ECDH P256 test vectors                   37   38 - edge cases...
  [OK]          ECDH P256 test vectors                   38   39 - edge cases...
  [OK]          ECDH P256 test vectors                   39   40 - edge cases...
  [OK]          ECDH P256 test vectors                   40   41 - edge cases...
  [OK]          ECDH P256 test vectors                   41   42 - edge cases...
  [OK]          ECDH P256 test vectors                   42   43 - edge cases...
  [OK]          ECDH P256 test vectors                   43   44 - edge cases...
  [OK]          ECDH P256 test vectors                   44   45 - edge cases...
  [OK]          ECDH P256 test vectors                   45   46 - edge cases...
  [OK]          ECDH P256 test vectors                   46   47 - edge cases...
  [OK]          ECDH P256 test vectors                   47   48 - edge cases...
  [OK]          ECDH P256 test vectors                   48   49 - edge cases...
  [OK]          ECDH P256 test vectors                   49   50 - edge cases...
  [OK]          ECDH P256 test vectors                   50   51 - edge cases...
  [OK]          ECDH P256 test vectors                   51   52 - edge cases...
  [OK]          ECDH P256 test vectors                   52   53 - edge cases...
  [OK]          ECDH P256 test vectors                   53   54 - edge cases...
  [OK]          ECDH P256 test vectors                   54   55 - edge cases...
  [OK]          ECDH P256 test vectors                   55   56 - edge cases...
  [OK]          ECDH P256 test vectors                   56   57 - edge cases...
  [OK]          ECDH P256 test vectors                   57   58 - edge cases...
  [OK]          ECDH P256 test vectors                   58   59 - point with...
  [OK]          ECDH P256 test vectors                   59   60 - point with...
  [OK]          ECDH P256 test vectors                   60   61 - point with...
  [OK]          ECDH P256 test vectors                   61   62 - point with...
  [OK]          ECDH P256 test vectors                   62   63 - point with...
  [OK]          ECDH P256 test vectors                   63   64 - point with...
  [OK]          ECDH P256 test vectors                   64   65 - point with...
  [OK]          ECDH P256 test vectors                   65   66 - point with...
  [OK]          ECDH P256 test vectors                   66   67 - point with...
  [OK]          ECDH P256 test vectors                   67   68 - point with...
  [OK]          ECDH P256 test vectors                   68   69 - point with...
  [OK]          ECDH P256 test vectors                   69   70 - point with...
  [OK]          ECDH P256 test vectors                   70   71 - point with...
  [OK]          ECDH P256 test vectors                   71   72 - point with...
  [OK]          ECDH P256 test vectors                   72   73 - point with...
  [OK]          ECDH P256 test vectors                   73   74 - point with...
  [OK]          ECDH P256 test vectors                   74   75 - point with...
  [OK]          ECDH P256 test vectors                   75   76 - point with...
  [OK]          ECDH P256 test vectors                   76   77 - point with...
  [OK]          ECDH P256 test vectors                   77   78 - point with...
  [OK]          ECDH P256 test vectors                   78   79 - point with...
  [OK]          ECDH P256 test vectors                   79   80 - point with...
  [OK]          ECDH P256 test vectors                   80   81 - point with...
  [OK]          ECDH P256 test vectors                   81   82 - point with...
  [OK]          ECDH P256 test vectors                   82   83 - point with...
  [OK]          ECDH P256 test vectors                   83   84 - point with...
  [OK]          ECDH P256 test vectors                   84   85 - point with...
  [OK]          ECDH P256 test vectors                   85   86 - point with...
  [OK]          ECDH P256 test vectors                   86   87 - point with...
  [OK]          ECDH P256 test vectors                   87   88 - point with...
  [OK]          ECDH P256 test vectors                   88   89 - point with...
  [OK]          ECDH P256 test vectors                   89   90 - point with...
  [OK]          ECDH P256 test vectors                   90   91 - point with...
  [OK]          ECDH P256 test vectors                   91   92 - point with...
  [OK]          ECDH P256 test vectors                   92   93 - point with...
  [OK]          ECDH P256 test vectors                   93   94 - point with...
  [OK]          ECDH P256 test vectors                   94   95 - point with...
  [OK]          ECDH P256 test vectors                   95   96 - point with...
  [OK]          ECDH P256 test vectors                   96   97 - point with...
  [OK]          ECDH P256 test vectors                   97   98 - point with...
  [OK]          ECDH P256 test vectors                   98   99 - point with...
  [OK]          ECDH P256 test vectors                   99   100 - point wit...
  [OK]          ECDH P256 test vectors                  100   101 - point wit...
  [OK]          ECDH P256 test vectors                  101   102 - point wit...
  [OK]          ECDH P256 test vectors                  102   103 - point wit...
  [OK]          ECDH P256 test vectors                  103   104 - point wit...
  [OK]          ECDH P256 test vectors                  104   105 - point wit...
  [OK]          ECDH P256 test vectors                  105   106 - point wit...
  [OK]          ECDH P256 test vectors                  106   107 - point wit...
  [OK]          ECDH P256 test vectors                  107   108 - point wit...
  [OK]          ECDH P256 test vectors                  108   109 - point wit...
  [OK]          ECDH P256 test vectors                  109   110 - point wit...
  [OK]          ECDH P256 test vectors                  110   111 - point wit...
  [OK]          ECDH P256 test vectors                  111   112 - point wit...
  [OK]          ECDH P256 test vectors                  112   113 - point wit...
  [OK]          ECDH P256 test vectors                  113   114 - point wit...
  [OK]          ECDH P256 test vectors                  114   115 - point wit...
  [OK]          ECDH P256 test vectors                  115   116 - point wit...
  [OK]          ECDH P256 test vectors                  116   117 - point wit...
  [OK]          ECDH P256 test vectors                  117   118 - point wit...
  [OK]          ECDH P256 test vectors                  118   119 - point wit...
  [OK]          ECDH P256 test vectors                  119   120 - point wit...
  [OK]          ECDH P256 test vectors                  120   121 - point wit...
  [OK]          ECDH P256 test vectors                  121   122 - point wit...
  [OK]          ECDH P256 test vectors                  122   123 - point wit...
  [OK]          ECDH P256 test vectors                  123   124 - point wit...
  [OK]          ECDH P256 test vectors                  124   125 - point wit...
  [OK]          ECDH P256 test vectors                  125   126 - point wit...
  [OK]          ECDH P256 test vectors                  126   127 - point wit...
  [OK]          ECDH P256 test vectors                  127   128 - point wit...
  [OK]          ECDH P256 test vectors                  128   129 - point wit...
  [OK]          ECDH P256 test vectors                  129   130 - point wit...
  [OK]          ECDH P256 test vectors                  130   131 - point wit...
  [OK]          ECDH P256 test vectors                  131   132 - point wit...
  [OK]          ECDH P256 test vectors                  132   133 - point wit...
  [OK]          ECDH P256 test vectors                  133   134 - point wit...
  [OK]          ECDH P256 test vectors                  134   135 - point wit...
  [OK]          ECDH P256 test vectors                  135   136 - point wit...
  [OK]          ECDH P256 test vectors                  136   137 - point wit...
  [OK]          ECDH P256 test vectors                  137   138 - point wit...
  [OK]          ECDH P256 test vectors                  138   139 - point wit...
  [OK]          ECDH P256 test vectors                  139   140 - point wit...
  [OK]          ECDH P256 test vectors                  140   141 - point wit...
  [OK]          ECDH P256 test vectors                  141   142 - point wit...
  [OK]          ECDH P256 test vectors                  142   143 - point wit...
  [OK]          ECDH P256 test vectors                  143   144 - point wit...
  [OK]          ECDH P256 test vectors                  144   145 - point wit...
  [OK]          ECDH P256 test vectors                  145   146 - point wit...
  [OK]          ECDH P256 test vectors                  146   147 - point wit...
  [OK]          ECDH P256 test vectors                  147   148 - point wit...
  [OK]          ECDH P256 test vectors                  148   149 - point wit...
  [OK]          ECDH P256 test vectors                  149   150 - point wit...
  [OK]          ECDH P256 test vectors                  150   151 - point wit...
  [OK]          ECDH P256 test vectors                  151   152 - point wit...
  [OK]          ECDH P256 test vectors                  152   153 - point wit...
  [OK]          ECDH P256 test vectors                  153   154 - point wit...
  [OK]          ECDH P256 test vectors                  154   155 - point wit...
  [OK]          ECDH P256 test vectors                  155   156 - point wit...
  [OK]          ECDH P256 test vectors                  156   157 - point wit...
  [OK]          ECDH P256 test vectors                  157   158 - point wit...
  [OK]          ECDH P256 test vectors                  158   159 - point wit...
  [OK]          ECDH P256 test vectors                  159   160 - point wit...
  [OK]          ECDH P256 test vectors                  160   161 - point wit...
  [OK]          ECDH P256 test vectors                  161   162 - point wit...
  [OK]          ECDH P256 test vectors                  162   163 - point wit...
  [OK]          ECDH P256 test vectors                  163   164 - point wit...
  [OK]          ECDH P256 test vectors                  164   165 - point wit...
  [OK]          ECDH P256 test vectors                  165   166 - point wit...
  [OK]          ECDH P256 test vectors                  166   167 - point wit...
  [OK]          ECDH P256 test vectors                  167   168 - point wit...
  [OK]          ECDH P256 test vectors                  168   169 - point wit...
  [OK]          ECDH P256 test vectors                  169   170 - point wit...
  [OK]          ECDH P256 test vectors                  170   171 - point wit...
  [OK]          ECDH P256 test vectors                  171   172 - point wit...
  [OK]          ECDH P256 test vectors                  172   173 - point wit...
  [OK]          ECDH P256 test vectors                  173   174 - point wit...
  [OK]          ECDH P256 test vectors                  174   175 - point wit...
  [OK]          ECDH P256 test vectors                  175   176 - edge case...
  [OK]          ECDH P256 test vectors                  176   177 - edge case...
  [OK]          ECDH P256 test vectors                  177   178 - edge case...
  [OK]          ECDH P256 test vectors                  178   179 - edge case...
  [OK]          ECDH P256 test vectors                  179   180 - edge case...
  [OK]          ECDH P256 test vectors                  180   181 - edge case...
  [OK]          ECDH P256 test vectors                  181   182 - edge case...
  [OK]          ECDH P256 test vectors                  182   183 - edge case...
  [OK]          ECDH P256 test vectors                  183   184 - edge case...
  [OK]          ECDH P256 test vectors                  184   185 - edge case...
  [OK]          ECDH P256 test vectors                  185   186 - edge case...
  [OK]          ECDH P256 test vectors                  186   187 - edge case...
  [OK]          ECDH P256 test vectors                  187   188 - edge case...
  [OK]          ECDH P256 test vectors                  188   189 - edge case...
  [OK]          ECDH P256 test vectors                  189   190 - edge case...
  [OK]          ECDH P256 test vectors                  190   191 - CVE-2017-...
  [OK]          ECDH P256 test vectors                  191   192 - CVE-2017-...
  [OK]          ECDH P256 test vectors                  192   193 - point is ...
  [OK]          ECDH P256 test vectors                  193   194 - point is ...
  [OK]          ECDH P256 test vectors                  194   195 - point is ...
  [OK]          ECDH P256 test vectors                  195   196 - point is ...
  [OK]          ECDH P256 test vectors                  196   197 - point is ...
  [OK]          ECDH P256 test vectors                  197   198 - point is ...
  [OK]          ECDH P256 test vectors                  198   199 - point is ...
  [OK]          ECDH P256 test vectors                  199   200 - point is ...
  [OK]          ECDH P256 test vectors                  200   201 - point is ...
  [OK]          ECDH P256 test vectors                  201   202 - point is ...
  [OK]          ECDH P256 test vectors                  202   203 - point is ...
  [OK]          ECDH P256 test vectors                  203   204 - point is ...
  [OK]          ECDH P256 test vectors                  204   205 - point is ...
  [OK]          ECDH P256 test vectors                  205   206 - point is ...
  [OK]          ECDH P256 test vectors                  206   207 - point is ...
  [OK]          ECDH P256 test vectors                  207   208 - point is ...
  [OK]          ECDH P256 test vectors                  208   209 - .
  [OK]          ECDH P256 test vectors                  209   210 - public po...
  [OK]          ECDH P256 test vectors                  210   211 - public po...
  [OK]          ECDH P256 test vectors                  211   224 - using sec...
  [OK]          ECDH P256 test vectors                  212   225 - using sec...
  [OK]          ECDH P256 test vectors                  213   228 - Public ke...
  [OK]          ECDH P256 test vectors                  214   229 - Public ke...
  [OK]          ECDH P256 test vectors                  215   230 - Public ke...
  [OK]          ECDH P256 test vectors                  216   231 - Public ke...
  [OK]          ECDH P256 test vectors                  217   232 - Public ke...
  [OK]          ECDH P256 test vectors                  218   233 - Public ke...
  [OK]          ECDH P256 test vectors                  219   234 - Public ke...
  [OK]          ECDH P256 test vectors                  220   235 - Public ke...
  [OK]          ECDH P256 test vectors                  221   236 - Public ke...
  [OK]          ECDH P256 test vectors                  222   237 - Public ke...
  [OK]          ECDH P256 test vectors                  223   238 - Public ke...
  [OK]          ECDH P256 test vectors                  224   239 - Public ke...
  [OK]          ECDH P256 test vectors                  225   240 - Public ke...
  [OK]          ECDH P256 test vectors                  226   241 - Public ke...
  [OK]          ECDH P256 test vectors                  227   242 - Public ke...
  [OK]          ECDH P256 test vectors                  228   243 - invalid p...
  [OK]          ECDH P256 test vectors                  229   244 - public ke...
  [OK]          ECDH P256 test vectors                  230   245 - public ke...
  [OK]          ECDH P256 test vectors                  231   246 - public ke...
  [OK]          ECDH P256 test vectors                  232   247 - public ke...
  [OK]          ECDH P256 test vectors                  233   248 - public ke...
  [OK]          ECDH P256 test vectors                  234   249 - public ke...
  [OK]          ECDSA P256 test vectors (SHA256)          0   1 - signature m...
  [OK]          ECDSA P256 test vectors (SHA256)          1   2 - Legacy:ASN ...
  [OK]          ECDSA P256 test vectors (SHA256)          2   3 - valid.
  [OK]          ECDSA P256 test vectors (SHA256)          3   4 - long form e...
  [OK]          ECDSA P256 test vectors (SHA256)          4   5 - length of s...
  [OK]          ECDSA P256 test vectors (SHA256)          5   6 - wrong lengt...
  [OK]          ECDSA P256 test vectors (SHA256)          6   7 - wrong lengt...
  [OK]          ECDSA P256 test vectors (SHA256)          7   8 - uint32 over...
  [OK]          ECDSA P256 test vectors (SHA256)          8   9 - uint64 over...
  [OK]          ECDSA P256 test vectors (SHA256)          9   10 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         10   11 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         11   12 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         12   13 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         13   14 - incorrect ...
  [OK]          ECDSA P256 test vectors (SHA256)         14   15 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         15   16 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         16   17 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         17   18 - removing s...
  [OK]          ECDSA P256 test vectors (SHA256)         18   19 - lonely seq...
  [OK]          ECDSA P256 test vectors (SHA256)         19   20 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         20   21 - prepending...
  [OK]          ECDSA P256 test vectors (SHA256)         21   22 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         22   23 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         23   24 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         24   25 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         25   26 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         26   27 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         27   28 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         28   29 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         29   30 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         30   31 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         31   32 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         32   33 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         33   34 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         34   35 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         35   36 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         36   37 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         37   38 - including ...
  [OK]          ECDSA P256 test vectors (SHA256)         38   39 - truncated ...
  [OK]          ECDSA P256 test vectors (SHA256)         39   40 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         40   41 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         41   42 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         42   43 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         43   44 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         44   45 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         45   46 - Replacing ...
  [OK]          ECDSA P256 test vectors (SHA256)         46   47 - changing t...
  [OK]          ECDSA P256 test vectors (SHA256)         47   48 - changing t...
  [OK]          ECDSA P256 test vectors (SHA256)         48   49 - changing t...
  [OK]          ECDSA P256 test vectors (SHA256)         49   50 - changing t...
  [OK]          ECDSA P256 test vectors (SHA256)         50   51 - changing t...
  [OK]          ECDSA P256 test vectors (SHA256)         51   52 - dropping v...
  [OK]          ECDSA P256 test vectors (SHA256)         52   53 - using comp...
  [OK]          ECDSA P256 test vectors (SHA256)         53   54 - truncated ...
  [OK]          ECDSA P256 test vectors (SHA256)         54   55 - truncated ...
  [OK]          ECDSA P256 test vectors (SHA256)         55   56 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         56   57 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         57   58 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         58   59 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         59   60 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         60   61 - indefinite...
  [OK]          ECDSA P256 test vectors (SHA256)         61   62 - prepend em...
  [OK]          ECDSA P256 test vectors (SHA256)         62   63 - append emp...
  [OK]          ECDSA P256 test vectors (SHA256)         63   64 - append gar...
  [OK]          ECDSA P256 test vectors (SHA256)         64   65 - sequence o...
  [OK]          ECDSA P256 test vectors (SHA256)         65   66 - truncated ...
  [OK]          ECDSA P256 test vectors (SHA256)         66   67 - repeating ...
  [OK]          ECDSA P256 test vectors (SHA256)         67   68 - long form ...
  [OK]          ECDSA P256 test vectors (SHA256)         68   69 - long form ...
  [OK]          ECDSA P256 test vectors (SHA256)         69   70 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         70   71 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         71   72 - wrong leng...
  [OK]          ECDSA P256 test vectors (SHA256)         72   73 - wrong leng...
  [OK]          ECDSA P256 test vectors (SHA256)         73   74 - wrong leng...
  [OK]          ECDSA P256 test vectors (SHA256)         74   75 - wrong leng...
  [OK]          ECDSA P256 test vectors (SHA256)         75   76 - uint32 ove...
  [OK]          ECDSA P256 test vectors (SHA256)         76   77 - uint32 ove...
  [OK]          ECDSA P256 test vectors (SHA256)         77   78 - uint64 ove...
  [OK]          ECDSA P256 test vectors (SHA256)         78   79 - uint64 ove...
  [OK]          ECDSA P256 test vectors (SHA256)         79   80 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         80   81 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         81   82 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         82   83 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         83   84 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         84   85 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         85   86 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         86   87 - length of ...
  [OK]          ECDSA P256 test vectors (SHA256)         87   88 - incorrect ...
  [OK]          ECDSA P256 test vectors (SHA256)         88   89 - incorrect ...
  [OK]          ECDSA P256 test vectors (SHA256)         89   90 - removing i...
  [OK]          ECDSA P256 test vectors (SHA256)         90   91 - lonely int...
  [OK]          ECDSA P256 test vectors (SHA256)         91   92 - lonely int...
  [OK]          ECDSA P256 test vectors (SHA256)         92   93 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         93   94 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         94   95 - prepending...
  [OK]          ECDSA P256 test vectors (SHA256)         95   96 - prepending...
  [OK]          ECDSA P256 test vectors (SHA256)         96   97 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         97   98 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         98   99 - appending ...
  [OK]          ECDSA P256 test vectors (SHA256)         99   100 - truncated...
  [OK]          ECDSA P256 test vectors (SHA256)        100   101 - truncated...
  [OK]          ECDSA P256 test vectors (SHA256)        101   102 - Replacing...
  [OK]          ECDSA P256 test vectors (SHA256)        102   103 - Replacing...
  [OK]          ECDSA P256 test vectors (SHA256)        103   104 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        104   105 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        105   106 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        106   107 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        107   108 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        108   109 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        109   110 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        110   111 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        111   112 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        112   113 - changing ...
  [OK]          ECDSA P256 test vectors (SHA256)        113   114 - dropping ...
  [OK]          ECDSA P256 test vectors (SHA256)        114   115 - dropping ...
  [OK]          ECDSA P256 test vectors (SHA256)        115   116 - using com...
  [OK]          ECDSA P256 test vectors (SHA256)        116   117 - using com...
  [OK]          ECDSA P256 test vectors (SHA256)        117   118 - modify fi...
  [OK]          ECDSA P256 test vectors (SHA256)        118   119 - modify fi...
  [OK]          ECDSA P256 test vectors (SHA256)        119   120 - modify la...
  [OK]          ECDSA P256 test vectors (SHA256)        120   121 - modify la...
  [OK]          ECDSA P256 test vectors (SHA256)        121   122 - truncated...
  [OK]          ECDSA P256 test vectors (SHA256)        122   123 - truncated...
  [OK]          ECDSA P256 test vectors (SHA256)        123   124 - truncated...
  [OK]          ECDSA P256 test vectors (SHA256)        124   125 - leading f...
  [OK]          ECDSA P256 test vectors (SHA256)        125   126 - leading f...
  [OK]          ECDSA P256 test vectors (SHA256)        126   127 - replaced ...
  [OK]          ECDSA P256 test vectors (SHA256)        127   128 - replaced ...
  [OK]          ECDSA P256 test vectors (SHA256)        128   129 - replacing...
  [OK]          ECDSA P256 test vectors (SHA256)        129   130 - replacing...
  [OK]          ECDSA P256 test vectors (SHA256)        130   131 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        131   132 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        132   133 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        133   134 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        134   135 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        135   136 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        136   137 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        137   138 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        138   139 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        139   140 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        140   141 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        141   142 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        142   143 - Modified ...
  [OK]          ECDSA P256 test vectors (SHA256)        143   144 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        144   145 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        145   146 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        146   147 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        147   148 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        148   149 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        149   150 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        150   151 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        151   152 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        152   153 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        153   154 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        154   155 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        155   156 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        56   157 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        157   158 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        158   159 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        159   160 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        160   161 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        161   162 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        162   163 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        163   164 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        164   165 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        165   166 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        166   167 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        167   168 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        168   169 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        169   170 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        170   171 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        171   172 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        172   173 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        173   174 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        174   175 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        175   176 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        176   177 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        177   178 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        178   179 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        179   180 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        180   181 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        181   182 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        182   183 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        183   184 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        184   185 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        185   186 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        186   187 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        187   188 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        188   189 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        189   190 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        190   191 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        191   192 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        192   193 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        193   194 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        194   195 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        195   196 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        196   197 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        197   198 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        198   199 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        199   200 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        200   201 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        201   202 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        202   203 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        203   204 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        204   205 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        205   206 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        206   207 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        207   208 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        208   209 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        209   210 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        210   211 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        211   212 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        212   213 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        213   214 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        214   215 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        215   216 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        216   217 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        217   218 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        218   219 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        219   220 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        220   221 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        221   222 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        222   223 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        223   224 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        224   225 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        225   226 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        226   227 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        227   228 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        228   229 - Signature...
  [OK]          ECDSA P256 test vectors (SHA256)        229   230 - Edge case...
  [OK]          ECDSA P256 test vectors (SHA256)        230   231 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        231   232 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        232   233 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        233   234 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        234   235 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        235   236 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        236   237 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        237   238 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        238   239 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        239   240 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        240   241 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        241   242 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        242   243 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        243   244 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        244   245 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        245   246 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        246   247 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        247   248 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        248   249 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        249   250 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        250   251 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        251   252 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        252   253 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        253   254 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        254   255 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        255   256 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        256   257 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        257   258 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        258   259 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        259   260 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        260   261 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        261   262 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        262   263 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        263   264 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        264   265 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        265   266 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        266   267 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        267   268 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        268   269 - special c...
  [OK]          ECDSA P256 test vectors (SHA256)        269   270 - special c...
...TRUNCATED BY DUNE...
  [OK]          X25519 test vectors                     157   158 - special c...
  [OK]          X25519 test vectors                     158   159 - special c...
  [OK]          X25519 test vectors                     159   160 - special c...
  [OK]          X25519 test vectors                     160   161 - special c...
  [OK]          X25519 test vectors                     161   162 - special c...
  [OK]          X25519 test vectors                     162   163 - special c...
  [OK]          X25519 test vectors                     163   164 - special c...
  [OK]          X25519 test vectors                     164   165 - D = 0 in ...
  [OK]          X25519 test vectors                     165   166 - D = 0 in ...
  [OK]          X25519 test vectors                     166   167 - special c...
  [OK]          X25519 test vectors                     167   168 - special c...
  [OK]          X25519 test vectors                     168   169 - special c...
  [OK]          X25519 test vectors                     169   170 - special c...
  [OK]          X25519 test vectors                     170   171 - special c...
  [OK]          X25519 test vectors                     171   172 - special c...
  [OK]          X25519 test vectors                     172   173 - special c...
  [OK]          X25519 test vectors                     173   174 - special c...
  [OK]          X25519 test vectors                     174   175 - special c...
  [OK]          X25519 test vectors                     175   176 - special c...
  [OK]          X25519 test vectors                     176   177 - special c...
  [OK]          X25519 test vectors                     177   178 - special c...
  [OK]          X25519 test vectors                     178   179 - special c...
  [OK]          X25519 test vectors                     179   180 - special c...
  [OK]          X25519 test vectors                     180   181 - special c...
  [OK]          X25519 test vectors                     181   182 - special c...
  [OK]          X25519 test vectors                     182   183 - special c...
  [OK]          X25519 test vectors                     183   184 - special c...
  [OK]          X25519 test vectors                     184   185 - special c...
  [OK]          X25519 test vectors                     185   186 - special c...
  [OK]          X25519 test vectors                     186   187 - special c...
  [OK]          X25519 test vectors                     187   188 - special c...
  [OK]          X25519 test vectors                     188   189 - special c...
  [OK]          X25519 test vectors                     189   190 - special c...
  [OK]          X25519 test vectors                     190   191 - special c...
  [OK]          X25519 test vectors                     191   192 - special c...
  [OK]          X25519 test vectors                     192   193 - special c...
  [OK]          X25519 test vectors                     193   194 - special c...
  [OK]          X25519 test vectors                     194   195 - special c...
  [OK]          X25519 test vectors                     195   196 - special c...
  [OK]          X25519 test vectors                     196   197 - special c...
  [OK]          X25519 test vectors                     197   198 - special c...
  [OK]          X25519 test vectors                     198   199 - special c...
  [OK]          X25519 test vectors                     199   200 - special c...
  [OK]          X25519 test vectors                     200   201 - special c...
  [OK]          X25519 test vectors                     201   202 - special c...
  [OK]          X25519 test vectors                     202   203 - special c...
  [OK]          X25519 test vectors                     203   204 - special c...
  [OK]          X25519 test vectors                     204   205 - special c...
  [OK]          X25519 test vectors                     205   206 - special c...
  [OK]          X25519 test vectors                     206   207 - special c...
  [OK]          X25519 test vectors                     207   208 - special c...
  [OK]          X25519 test vectors                     208   209 - special c...
  [OK]          X25519 test vectors                     209   210 - special c...
  [OK]          X25519 test vectors                     210   211 - special c...
  [OK]          X25519 test vectors                     211   212 - special c...
  [OK]          X25519 test vectors                     212   213 - special c...
  [OK]          X25519 test vectors                     213   214 - special c...
  [OK]          X25519 test vectors                     214   215 - special c...
  [OK]          X25519 test vectors                     215   216 - special c...
  [OK]          X25519 test vectors                     216   217 - special c...
  [OK]          X25519 test vectors                     217   218 - special c...
  [OK]          X25519 test vectors                     218   219 - special c...
  [OK]          X25519 test vectors                     219   220 - special c...
  [OK]          X25519 test vectors                     220   221 - special c...
  [OK]          X25519 test vectors                     221   222 - special c...
  [OK]          X25519 test vectors                     222   223 - special c...
  [OK]          X25519 test vectors                     223   224 - special c...
  [OK]          X25519 test vectors                     224   225 - special c...
  [OK]          X25519 test vectors                     225   226 - special c...
  [OK]          X25519 test vectors                     226   227 - special c...
  [OK]          X25519 test vectors                     227   228 - special c...
  [OK]          X25519 test vectors                     228   229 - special c...
  [OK]          X25519 test vectors                     229   230 - special c...
  [OK]          X25519 test vectors                     230   231 - special c...
  [OK]          X25519 test vectors                     231   232 - special c...
  [OK]          X25519 test vectors                     232   233 - special c...
  [OK]          X25519 test vectors                     233   234 - special c...
  [OK]          X25519 test vectors                     234   235 - special c...
  [OK]          X25519 test vectors                     235   236 - special c...
  [OK]          X25519 test vectors                     236   237 - special c...
  [OK]          X25519 test vectors                     237   238 - special c...
  [OK]          X25519 test vectors                     238   239 - special c...
  [OK]          X25519 test vectors                     239   240 - special c...
  [OK]          X25519 test vectors                     240   241 - special c...
  [OK]          X25519 test vectors                     241   242 - special c...
  [OK]          X25519 test vectors                     242   243 - special c...
  [OK]          X25519 test vectors                     243   244 - special c...
  [OK]          X25519 test vectors                     244   245 - special c...
  [OK]          X25519 test vectors                     245   246 - special c...
  [OK]          X25519 test vectors                     246   247 - special c...
  [OK]          X25519 test vectors                     247   248 - special c...
  [OK]          X25519 test vectors                     248   249 - special c...
  [OK]          X25519 test vectors                     249   250 - special c...
  [OK]          X25519 test vectors                     250   251 - special c...
  [OK]          X25519 test vectors                     251   252 - special c...
  [OK]          X25519 test vectors                     252   253 - special c...
  [OK]          X25519 test vectors                     253   254 - special c...
  [OK]          X25519 test vectors                     254   255 - special c...
  [OK]          X25519 test vectors                     255   256 - special c...
  [OK]          X25519 test vectors                     256   257 - special c...
  [OK]          X25519 test vectors                     257   258 - special c...
  [OK]          X25519 test vectors                     258   259 - special c...
  [OK]          X25519 test vectors                     259   260 - special c...
  [OK]          X25519 test vectors                     260   261 - special c...
  [OK]          X25519 test vectors                     261   262 - special c...
  [OK]          X25519 test vectors                     262   263 - special c...
  [OK]          X25519 test vectors                     263   264 - special c...
  [OK]          X25519 test vectors                     264   265 - special c...
  [OK]          X25519 test vectors                     265   266 - special c...
  [OK]          X25519 test vectors                     266   267 - special c...
  [OK]          X25519 test vectors                     267   268 - special c...
  [OK]          X25519 test vectors                     268   269 - special c...
  [OK]          X25519 test vectors                     269   270 - special c...
  [OK]          X25519 test vectors                     270   271 - special c...
  [OK]          X25519 test vectors                     271   272 - special c...
  [OK]          X25519 test vectors                     272   273 - special c...
  [OK]          X25519 test vectors                     273   274 - special c...
  [OK]          X25519 test vectors                     274   275 - special c...
  [OK]          X25519 test vectors                     275   276 - special c...
  [OK]          X25519 test vectors                     276   277 - special c...
  [OK]          X25519 test vectors                     277   278 - special c...
  [OK]          X25519 test vectors                     278   279 - special c...
  [OK]          X25519 test vectors                     279   280 - special c...
  [OK]          X25519 test vectors                     280   281 - special c...
  [OK]          X25519 test vectors                     281   282 - special c...
  [OK]          X25519 test vectors                     282   283 - special c...
  [OK]          X25519 test vectors                     283   284 - special c...
  [OK]          X25519 test vectors                     284   285 - special c...
  [OK]          X25519 test vectors                     285   286 - special c...
  [OK]          X25519 test vectors                     286   287 - special c...
  [OK]          X25519 test vectors                     287   288 - special c...
  [OK]          X25519 test vectors                     288   289 - special c...
  [OK]          X25519 test vectors                     289   290 - special c...
  [OK]          X25519 test vectors                     290   291 - special c...
  [OK]          X25519 test vectors                     291   292 - special c...
  [OK]          X25519 test vectors                     292   293 - special c...
  [OK]          X25519 test vectors                     293   294 - special c...
  [OK]          X25519 test vectors                     294   295 - special c...
  [OK]          X25519 test vectors                     295   296 - special c...
  [OK]          X25519 test vectors                     296   297 - special c...
  [OK]          X25519 test vectors                     297   298 - special c...
  [OK]          X25519 test vectors                     298   299 - special c...
  [OK]          X25519 test vectors                     299   300 - special c...
  [OK]          X25519 test vectors                     300   301 - special c...
  [OK]          X25519 test vectors                     301   302 - special c...
  [OK]          X25519 test vectors                     302   303 - special c...
  [OK]          X25519 test vectors                     303   304 - special c...
  [OK]          X25519 test vectors                     304   305 - special c...
  [OK]          X25519 test vectors                     305   306 - special c...
  [OK]          X25519 test vectors                     306   307 - special c...
  [OK]          X25519 test vectors                     307   308 - special c...
  [OK]          X25519 test vectors                     308   309 - special c...
  [OK]          X25519 test vectors                     309   310 - special c...
  [OK]          X25519 test vectors                     310   311 - special c...
  [OK]          X25519 test vectors                     311   312 - special c...
  [OK]          X25519 test vectors                     312   313 - special c...
  [OK]          X25519 test vectors                     313   314 - special c...
  [OK]          X25519 test vectors                     314   315 - special c...
  [OK]          X25519 test vectors                     315   316 - special c...
  [OK]          X25519 test vectors                     316   317 - special c...
  [OK]          X25519 test vectors                     317   318 - special c...
  [OK]          X25519 test vectors                     318   319 - special c...
  [OK]          X25519 test vectors                     319   320 - special c...
  [OK]          X25519 test vectors                     320   321 - special c...
  [OK]          X25519 test vectors                     321   322 - special c...
  [OK]          X25519 test vectors                     322   323 - special c...
  [OK]          X25519 test vectors                     323   324 - special c...
  [OK]          X25519 test vectors                     324   325 - special c...
  [OK]          X25519 test vectors                     325   326 - special c...
  [OK]          X25519 test vectors                     326   327 - special c...
  [OK]          X25519 test vectors                     327   328 - special c...
  [OK]          X25519 test vectors                     328   329 - special c...
  [OK]          X25519 test vectors                     329   330 - special c...
  [OK]          X25519 test vectors                     330   331 - special c...
  [OK]          X25519 test vectors                     331   332 - special c...
  [OK]          X25519 test vectors                     332   333 - special c...
  [OK]          X25519 test vectors                     333   334 - special c...
  [OK]          X25519 test vectors                     334   335 - special c...
  [OK]          X25519 test vectors                     335   336 - special c...
  [OK]          X25519 test vectors                     336   337 - special c...
  [OK]          X25519 test vectors                     337   338 - special c...
  [OK]          X25519 test vectors                     338   339 - special c...
  [OK]          X25519 test vectors                     339   340 - special c...
  [OK]          X25519 test vectors                     340   341 - special c...
  [OK]          X25519 test vectors                     341   342 - special c...
  [OK]          X25519 test vectors                     342   343 - special c...
  [OK]          X25519 test vectors                     343   344 - special c...
  [OK]          X25519 test vectors                     344   345 - special c...
  [OK]          X25519 test vectors                     345   346 - special c...
  [OK]          X25519 test vectors                     346   347 - special c...
  [OK]          X25519 test vectors                     347   348 - special c...
  [OK]          X25519 test vectors                     348   349 - special c...
  [OK]          X25519 test vectors                     349   350 - special c...
  [OK]          X25519 test vectors                     350   351 - special c...
  [OK]          X25519 test vectors                     351   352 - special c...
  [OK]          X25519 test vectors                     352   353 - special c...
  [OK]          X25519 test vectors                     353   354 - special c...
  [OK]          X25519 test vectors                     354   355 - special c...
  [OK]          X25519 test vectors                     355   356 - special c...
  [OK]          X25519 test vectors                     356   357 - special c...
  [OK]          X25519 test vectors                     357   358 - special c...
  [OK]          X25519 test vectors                     358   359 - special c...
  [OK]          X25519 test vectors                     359   360 - special c...
  [OK]          X25519 test vectors                     360   361 - special c...
  [OK]          X25519 test vectors                     361   362 - special c...
  [OK]          X25519 test vectors                     362   363 - special c...
  [OK]          X25519 test vectors                     363   364 - special c...
  [OK]          X25519 test vectors                     364   365 - special c...
  [OK]          X25519 test vectors                     365   366 - special c...
  [OK]          X25519 test vectors                     366   367 - special c...
  [OK]          X25519 test vectors                     367   368 - special c...
  [OK]          X25519 test vectors                     368   369 - special c...
  [OK]          X25519 test vectors                     369   370 - special c...
  [OK]          X25519 test vectors                     370   371 - special c...
  [OK]          X25519 test vectors                     371   372 - special c...
  [OK]          X25519 test vectors                     372   373 - special c...
  [OK]          X25519 test vectors                     373   374 - special c...
  [OK]          X25519 test vectors                     374   375 - special c...
  [OK]          X25519 test vectors                     375   376 - special c...
  [OK]          X25519 test vectors                     376   377 - special c...
  [OK]          X25519 test vectors                     377   378 - special c...
  [OK]          X25519 test vectors                     378   379 - special c...
  [OK]          X25519 test vectors                     379   380 - special c...
  [OK]          X25519 test vectors                     380   381 - special c...
  [OK]          X25519 test vectors                     381   382 - special c...
  [OK]          X25519 test vectors                     382   383 - special c...
  [OK]          X25519 test vectors                     383   384 - special c...
  [OK]          X25519 test vectors                     384   385 - special c...
  [OK]          X25519 test vectors                     385   386 - special c...
  [OK]          X25519 test vectors                     386   387 - special c...
  [OK]          X25519 test vectors                     387   388 - special c...
  [OK]          X25519 test vectors                     388   389 - special c...
  [OK]          X25519 test vectors                     389   390 - special c...
  [OK]          X25519 test vectors                     390   391 - special c...
  [OK]          X25519 test vectors                     391   392 - special c...
  [OK]          X25519 test vectors                     392   393 - special c...
  [OK]          X25519 test vectors                     393   394 - special c...
  [OK]          X25519 test vectors                     394   395 - special c...
  [OK]          X25519 test vectors                     395   396 - special c...
  [OK]          X25519 test vectors                     396   397 - special c...
  [OK]          X25519 test vectors                     397   398 - special c...
  [OK]          X25519 test vectors                     398   399 - special c...
  [OK]          X25519 test vectors                     399   400 - special c...
  [OK]          X25519 test vectors                     400   401 - special c...
  [OK]          X25519 test vectors                     401   402 - special c...
  [OK]          X25519 test vectors                     402   403 - special c...
  [OK]          X25519 test vectors                     403   404 - special c...
  [OK]          X25519 test vectors                     404   405 - special c...
  [OK]          X25519 test vectors                     405   406 - special c...
  [OK]          X25519 test vectors                     406   407 - special c...
  [OK]          X25519 test vectors                     407   408 - special c...
  [OK]          X25519 test vectors                     408   409 - special c...
  [OK]          X25519 test vectors                     409   410 - special c...
  [OK]          X25519 test vectors                     410   411 - special c...
  [OK]          X25519 test vectors                     411   412 - special c...
  [OK]          X25519 test vectors                     412   413 - special c...
  [OK]          X25519 test vectors                     413   414 - special c...
  [OK]          X25519 test vectors                     414   415 - special c...
  [OK]          X25519 test vectors                     415   416 - special c...
  [OK]          X25519 test vectors                     416   417 - special c...
  [OK]          X25519 test vectors                     417   418 - special c...
  [OK]          X25519 test vectors                     418   419 - special c...
  [OK]          X25519 test vectors                     419   420 - special c...
  [OK]          X25519 test vectors                     420   421 - special c...
  [OK]          X25519 test vectors                     421   422 - special c...
  [OK]          X25519 test vectors                     422   423 - special c...
  [OK]          X25519 test vectors                     423   424 - special c...
  [OK]          X25519 test vectors                     424   425 - special c...
  [OK]          X25519 test vectors                     425   426 - special c...
  [OK]          X25519 test vectors                     426   427 - special c...
  [OK]          X25519 test vectors                     427   428 - special c...
  [OK]          X25519 test vectors                     428   429 - special c...
  [OK]          X25519 test vectors                     429   430 - special c...
  [OK]          X25519 test vectors                     430   431 - special c...
  [OK]          X25519 test vectors                     431   432 - special c...
  [OK]          X25519 test vectors                     432   433 - special c...
  [OK]          X25519 test vectors                     433   434 - special c...
  [OK]          X25519 test vectors                     434   435 - special c...
  [OK]          X25519 test vectors                     435   436 - special c...
  [OK]          X25519 test vectors                     436   437 - special c...
  [OK]          X25519 test vectors                     437   438 - special c...
  [OK]          X25519 test vectors                     438   439 - special c...
  [OK]          X25519 test vectors                     439   440 - special c...
  [OK]          X25519 test vectors                     440   441 - special c...
  [OK]          X25519 test vectors                     441   442 - special c...
  [OK]          X25519 test vectors                     442   443 - special c...
  [OK]          X25519 test vectors                     443   444 - special c...
  [OK]          X25519 test vectors                     444   445 - special c...
  [OK]          X25519 test vectors                     445   446 - special c...
  [OK]          X25519 test vectors                     446   447 - special c...
  [OK]          X25519 test vectors                     447   448 - special c...
  [OK]          X25519 test vectors                     448   449 - special c...
  [OK]          X25519 test vectors                     449   450 - special c...
  [OK]          X25519 test vectors                     450   451 - special c...
  [OK]          X25519 test vectors                     451   452 - special c...
  [OK]          X25519 test vectors                     452   453 - special c...
  [OK]          X25519 test vectors                     453   454 - special c...
  [OK]          X25519 test vectors                     454   455 - special c...
  [OK]          X25519 test vectors                     455   456 - special c...
  [OK]          X25519 test vectors                     456   457 - special c...
  [OK]          X25519 test vectors                     457   458 - special c...
  [OK]          X25519 test vectors                     458   459 - special c...
  [OK]          X25519 test vectors                     459   460 - special c...
  [OK]          X25519 test vectors                     460   461 - special c...
  [OK]          X25519 test vectors                     461   462 - special c...
  [OK]          X25519 test vectors                     462   463 - special c...
  [OK]          X25519 test vectors                     463   464 - special c...
  [OK]          X25519 test vectors                     464   465 - special c...
  [OK]          X25519 test vectors                     465   466 - special c...
  [OK]          X25519 test vectors                     466   467 - special c...
  [OK]          X25519 test vectors                     467   468 - special c...
  [OK]          X25519 test vectors                     468   469 - special c...
  [OK]          X25519 test vectors                     469   470 - special c...
  [OK]          X25519 test vectors                     470   471 - special c...
  [OK]          X25519 test vectors                     471   472 - special c...
  [OK]          X25519 test vectors                     472   473 - special c...
  [OK]          X25519 test vectors                     473   474 - special c...
  [OK]          X25519 test vectors                     474   475 - special c...
  [OK]          X25519 test vectors                     475   476 - special c...
  [OK]          X25519 test vectors                     476   477 - special c...
  [OK]          X25519 test vectors                     477   478 - special c...
  [OK]          X25519 test vectors                     478   479 - special c...
  [OK]          X25519 test vectors                     479   480 - special c...
  [OK]          X25519 test vectors                     480   481 - special c...
  [OK]          X25519 test vectors                     481   482 - special c...
  [OK]          X25519 test vectors                     482   483 - special c...
  [OK]          X25519 test vectors                     483   484 - special c...
  [OK]          X25519 test vectors                     484   485 - special c...
  [OK]          X25519 test vectors                     485   486 - special c...
  [OK]          X25519 test vectors                     486   487 - special c...
  [OK]          X25519 test vectors                     487   488 - special c...
  [OK]          X25519 test vectors                     488   489 - special c...
  [OK]          X25519 test vectors                     489   490 - special c...
  [OK]          X25519 test vectors                     490   491 - special c...
  [OK]          X25519 test vectors                     491   492 - special c...
  [OK]          X25519 test vectors                     492   493 - special c...
  [OK]          X25519 test vectors                     493   494 - special c...
  [OK]          X25519 test vectors                     494   495 - special c...
  [OK]          X25519 test vectors                     495   496 - special c...
  [OK]          X25519 test vectors                     496   497 - special c...
  [OK]          X25519 test vectors                     497   498 - special c...
  [OK]          X25519 test vectors                     498   499 - special c...
  [OK]          X25519 test vectors                     499   500 - special c...
  [OK]          X25519 test vectors                     500   501 - special c...
  [OK]          X25519 test vectors                     501   502 - special c...
  [OK]          X25519 test vectors                     502   503 - special c...
  [OK]          X25519 test vectors                     503   504 - special c...
  [OK]          X25519 test vectors                     504   505 - special c...
  [OK]          X25519 test vectors                     505   506 - special c...
  [OK]          X25519 test vectors                     506   507 - special c...
  [OK]          X25519 test vectors                     507   508 - special c...
  [OK]          X25519 test vectors                     508   509 - special c...
  [OK]          X25519 test vectors                     509   510 - special c...
  [OK]          X25519 test vectors                     510   511 - private k...
  [OK]          X25519 test vectors                     511   512 - private k...
  [OK]          X25519 test vectors                     512   513 - special c...
  [OK]          X25519 test vectors                     513   514 - special c...
  [OK]          X25519 test vectors                     514   515 - special c...
  [OK]          X25519 test vectors                     515   516 - special c...
  [OK]          X25519 test vectors                     516   517 - special c...
  [OK]          X25519 test vectors                     517   518 - special c...
  [OK]          ED25519 test vectors                      0   1 - .
  [OK]          ED25519 test vectors                      1   2 - .
  [OK]          ED25519 test vectors                      2   3 - .
  [OK]          ED25519 test vectors                      3   4 - .
  [OK]          ED25519 test vectors                      4   5 - .
  [OK]          ED25519 test vectors                      5   6 - .
  [OK]          ED25519 test vectors                      6   7 - .
  [OK]          ED25519 test vectors                      7   8 - .
  [OK]          ED25519 test vectors                      8   9 - .
  [OK]          ED25519 test vectors                      9   10 - special va...
  [OK]          ED25519 test vectors                     10   11 - special va...
  [OK]          ED25519 test vectors                     11   12 - special va...
  [OK]          ED25519 test vectors                     12   13 - special va...
  [OK]          ED25519 test vectors                     13   14 - special va...
  [OK]          ED25519 test vectors                     14   15 - special va...
  [OK]          ED25519 test vectors                     15   16 - special va...
  [OK]          ED25519 test vectors                     16   17 - special va...
  [OK]          ED25519 test vectors                     17   18 - special va...
  [OK]          ED25519 test vectors                     18   19 - special va...
  [OK]          ED25519 test vectors                     19   20 - special va...
  [OK]          ED25519 test vectors                     20   21 - special va...
  [OK]          ED25519 test vectors                     21   22 - special va...
  [OK]          ED25519 test vectors                     22   23 - special va...
  [OK]          ED25519 test vectors                     23   24 - special va...
  [OK]          ED25519 test vectors                     24   25 - special va...
  [OK]          ED25519 test vectors                     25   26 - special va...
  [OK]          ED25519 test vectors                     26   27 - special va...
  [OK]          ED25519 test vectors                     27   28 - special va...
  [OK]          ED25519 test vectors                     28   29 - special va...
  [OK]          ED25519 test vectors                     29   30 - empty sign...
  [OK]          ED25519 test vectors                     30   31 - s missing.
  [OK]          ED25519 test vectors                     31   32 - signature ...
  [OK]          ED25519 test vectors                     32   33 - signature ...
  [OK]          ED25519 test vectors                     33   34 - include pk...
  [OK]          ED25519 test vectors                     34   35 - prepending...
  [OK]          ED25519 test vectors                     35   36 - prepending...
  [OK]          ED25519 test vectors                     36   37 - appending ...
  [OK]          ED25519 test vectors                     37   38 - removing 0...
  [OK]          ED25519 test vectors                     38   39 - removing 0...
  [OK]          ED25519 test vectors                     39   40 - removing l...
  [OK]          ED25519 test vectors                     40   41 - dropping b...
  [OK]          ED25519 test vectors                     41   42 - modified b...
  [OK]          ED25519 test vectors                     42   43 - modified b...
  [OK]          ED25519 test vectors                     43   44 - modified b...
  [OK]          ED25519 test vectors                     44   45 - modified b...
  [OK]          ED25519 test vectors                     45   46 - modified b...
  [OK]          ED25519 test vectors                     46   47 - modified b...
  [OK]          ED25519 test vectors                     47   48 - modified b...
  [OK]          ED25519 test vectors                     48   49 - modified b...
  [OK]          ED25519 test vectors                     49   50 - modified b...
  [OK]          ED25519 test vectors                     50   51 - modified b...
  [OK]          ED25519 test vectors                     51   52 - modified b...
  [OK]          ED25519 test vectors                     52   53 - modified b...
  [OK]          ED25519 test vectors                     53   54 - modified b...
  [OK]          ED25519 test vectors                     54   55 - modified b...
  [OK]          ED25519 test vectors                     55   56 - modified b...
  [OK]          ED25519 test vectors                     56   57 - modified b...
  [OK]          ED25519 test vectors                     57   58 - modified b...
  [OK]          ED25519 test vectors                     58   59 - modified b...
  [OK]          ED25519 test vectors                     59   60 - R==0.
  [OK]          ED25519 test vectors                     60   61 - invalid R.
  [OK]          ED25519 test vectors                     61   62 - all bits f...
  [OK]          ED25519 test vectors                     62   63 - checking m...
  [OK]          ED25519 test vectors                     63   64 - checking m...
  [OK]          ED25519 test vectors                     64   65 - checking m...
  [OK]          ED25519 test vectors                     65   66 - checking m...
  [OK]          ED25519 test vectors                     66   67 - checking m...
  [OK]          ED25519 test vectors                     67   68 - checking m...
  [OK]          ED25519 test vectors                     68   69 - checking m...
  [OK]          ED25519 test vectors                     69   70 - checking m...
  [OK]          ED25519 test vectors                     70   71 - .
  [OK]          ED25519 test vectors                     71   72 - .
  [OK]          ED25519 test vectors                     72   73 - .
  [OK]          ED25519 test vectors                     73   74 - .
  [OK]          ED25519 test vectors                     74   75 - .
  [OK]          ED25519 test vectors                     75   76 - .
  [OK]          ED25519 test vectors                     76   77 - .
  [OK]          ED25519 test vectors                     77   78 - .
  [OK]          ED25519 test vectors                     78   79 - .
  [OK]          ED25519 test vectors                     79   80 - draft-jose...
  [OK]          ED25519 test vectors                     80   81 - draft-jose...
  [OK]          ED25519 test vectors                     81   82 - draft-jose...
  [OK]          ED25519 test vectors                     82   83 - draft-jose...
  [OK]          ED25519 test vectors                     83   84 - Random tes...
  [OK]          ED25519 test vectors                     84   85 - Random tes...
  [OK]          ED25519 test vectors                     85   86 - Random tes...
  [OK]          ED25519 test vectors                     86   87 - Random tes...
  [OK]          ED25519 test vectors                     87   88 - Random tes...
  [OK]          ED25519 test vectors                     88   89 - Random tes...
  [OK]          ED25519 test vectors                     89   90 - Random tes...
  [OK]          ED25519 test vectors                     90   91 - Random tes...
  [OK]          ED25519 test vectors                     91   92 - Random tes...
  [OK]          ED25519 test vectors                     92   93 - Random tes...
  [OK]          ED25519 test vectors                     93   94 - Random tes...
  [OK]          ED25519 test vectors                     94   95 - Random tes...
  [OK]          ED25519 test vectors                     95   96 - Random tes...
  [OK]          ED25519 test vectors                     96   97 - Random tes...
  [OK]          ED25519 test vectors                     97   98 - Random tes...
  [OK]          ED25519 test vectors                     98   99 - Random tes...
  [OK]          ED25519 test vectors                     99   100 - Random te...
  [OK]          ED25519 test vectors                    100   101 - Random te...
  [OK]          ED25519 test vectors                    101   102 - Random te...
  [OK]          ED25519 test vectors                    102   103 - Random te...
  [OK]          ED25519 test vectors                    103   104 - Random te...
  [OK]          ED25519 test vectors                    104   105 - Random te...
  [OK]          ED25519 test vectors                    105   106 - Random te...
  [OK]          ED25519 test vectors                    106   107 - Random te...
  [OK]          ED25519 test vectors                    107   108 - Random te...
  [OK]          ED25519 test vectors                    108   109 - Random te...
  [OK]          ED25519 test vectors                    109   110 - Random te...
  [OK]          ED25519 test vectors                    110   111 - Random te...
  [OK]          ED25519 test vectors                    111   112 - Test case...
  [OK]          ED25519 test vectors                    112   113 - Test case...
  [OK]          ED25519 test vectors                    113   114 - Test case...
  [OK]          ED25519 test vectors                    114   115 - Test case...
  [OK]          ED25519 test vectors                    115   116 - Test case...
  [OK]          ED25519 test vectors                    116   117 - regressio...
  [OK]          ED25519 test vectors                    117   118 - regressio...
  [OK]          ED25519 test vectors                    118   119 - regressio...
  [OK]          ED25519 test vectors                    119   120 - regressio...
  [OK]          ED25519 test vectors                    120   121 - regressio...
  [OK]          ED25519 test vectors                    121   122 - regressio...
  [OK]          ED25519 test vectors                    122   123 - regressio...
  [OK]          ED25519 test vectors                    123   124 - regressio...
  [OK]          ED25519 test vectors                    124   125 - regressio...
  [OK]          ED25519 test vectors                    125   126 - regressio...
  [OK]          ED25519 test vectors                    126   127 - regressio...
  [OK]          ED25519 test vectors                    127   128 - regressio...
  [OK]          ED25519 test vectors                    128   129 - regressio...
  [OK]          ED25519 test vectors                    129   130 - regressio...
  [OK]          ED25519 test vectors                    130   131 - regressio...
  [OK]          ED25519 test vectors                    131   132 - regressio...
  [OK]          ED25519 test vectors                    132   133 - regressio...
  [OK]          ED25519 test vectors                    133   134 - regressio...
  [OK]          ED25519 test vectors                    134   135 - regressio...
  [OK]          ED25519 test vectors                    135   136 - regressio...
  [OK]          ED25519 test vectors                    136   137 - regressio...
  [OK]          ED25519 test vectors                    137   138 - regressio...
  [OK]          ED25519 test vectors                    138   139 - regressio...
  [OK]          ED25519 test vectors                    139   140 - regressio...
  [OK]          ED25519 test vectors                    140   141 - regressio...
  [OK]          ED25519 test vectors                    141   142 - regressio...
  [OK]          ED25519 test vectors                    142   143 - regressio...
  [OK]          ED25519 test vectors                    143   144 - regressio...
  [OK]          ED25519 test vectors                    144   145 - regressio...


Full test results in `/src/_build/default/tests/_build/_tests/Wycheproof NIST curves'.
Test Successful in 9.205s. 3502 tests run.
2024-04-30 21:16.42 ---> saved as "8b6de67c3fbfdc839ca1d296a3ae32d93f3290271cf128ea69ff22427d57b6bd"
Job succeeded
2024-04-30 21:16.44: Job succeeded