2026-01-13 12:34.55: New job: test hannesm/mirage-crypto https://github.com/hannesm/mirage-crypto.git#refs/heads/cirrus-ci (294c9a2f1be6ae60e019ed512628ed2491468469) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/hannesm/mirage-crypto.git" -b "cirrus-ci" && cd "mirage-crypto" && git reset --hard 294c9a2fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 7d1fb286296d718144483329f5f6765c4633b465 || git fetch origin master) && git reset -q --hard 7d1fb286296d718144483329f5f6765c4633b465 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./src/./RUN opam pin add -yn mirage-crypto.dev './src/./' && \opam pin add -yn mirage-crypto-rng.dev './src/./' && \opam pin add -yn mirage-crypto-rng-mirage.dev './src/./' && \opam pin add -yn mirage-crypto-rng-miou-unix.dev './src/./' && \opam pin add -yn mirage-crypto-pk.dev './src/./' && \opam pin add -yn mirage-crypto-ec.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.1 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-13 12:34.55: Using cache hint "hannesm/mirage-crypto-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-6b88504972257fabcb985538708ec22a"2026-01-13 12:34.55: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_arm64_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7d1fb286296d718144483329f5f6765c4633b465 || git fetch origin master) && git reset -q --hard 7d1fb286296d718144483329f5f6765c4633b465 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)(dst ./src/./))(run (network host)(shell "opam pin add -yn mirage-crypto.dev './src/./' && \\nopam pin add -yn mirage-crypto-rng.dev './src/./' && \\nopam pin add -yn mirage-crypto-rng-mirage.dev './src/./' && \\nopam pin add -yn mirage-crypto-rng-miou-unix.dev './src/./' && \\nopam pin add -yn mirage-crypto-pk.dev './src/./' && \\nopam pin add -yn mirage-crypto-ec.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.1 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-01-13 12:34.55: Waiting for resource in pool OCluster2026-01-13 12:34.55: Waiting for worker…2026-01-13 13:49.11: Got resource from pool OClusterBuilding on m1-worker-03All commits already cachedHEAD is now at 294c9a2 use freebsd-14-3 on cirrus(from macos-homebrew-ocaml-5.4)2026-01-13 13:49.12 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_arm64_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-01-13 13:49.12 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-01-13 13:49.12 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-01-13 13:49.12 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7d1fb286296d718144483329f5f6765c4633b465 || git fetch origin master) && git reset -q --hard 7d1fb286296d718144483329f5f6765c4633b465 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..7d1fb28629 master -> origin/master7d1fb28629 Merge pull request #29219 from hannesm/mirage-runtime-not-lwt-6<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-13 13:49.12 ---> using "e46bb0df2dc55788ed429e9199541c5033ab516fc129ccde22e90e4585982275" from cache/: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam)(dst ./src/./))2026-01-13 13:49.13 ---> saved as "b72d2acefe897d7f9a34e7cf644306ce8a22b97cdacfe3101a5edc1968137260"/: (run (network host)(shell "opam pin add -yn mirage-crypto.dev './src/./' && \\nopam pin add -yn mirage-crypto-rng.dev './src/./' && \\nopam pin add -yn mirage-crypto-rng-mirage.dev './src/./' && \\nopam pin add -yn mirage-crypto-rng-miou-unix.dev './src/./' && \\nopam pin add -yn mirage-crypto-pk.dev './src/./' && \\nopam pin add -yn mirage-crypto-ec.dev './src/./'"))[mirage-crypto.dev] synchronised (file:///Users/mac1000/src)mirage-crypto is now pinned to file:///Users/mac1000/src (version dev)[mirage-crypto-rng.dev] synchronised (file:///Users/mac1000/src)mirage-crypto-rng is now pinned to file:///Users/mac1000/src (version dev)[mirage-crypto-rng-mirage.dev] synchronised (file:///Users/mac1000/src)mirage-crypto-rng-mirage is now pinned to file:///Users/mac1000/src (version dev)[mirage-crypto-rng-miou-unix.dev] synchronised (file:///Users/mac1000/src)mirage-crypto-rng-miou-unix is now pinned to file:///Users/mac1000/src (version dev)[mirage-crypto-pk.dev] synchronised (file:///Users/mac1000/src)mirage-crypto-pk is now pinned to file:///Users/mac1000/src (version dev)[mirage-crypto-ec.dev] synchronised (file:///Users/mac1000/src)mirage-crypto-ec is now pinned to file:///Users/mac1000/src (version dev)2026-01-13 13:49.46 ---> saved as "45cd1413c6aa799a41917745f3e5e364e94978c8229def6b75e95ab2df1211a3"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-01-13 13:49.47 ---> saved as "93b4a20f6b2ba3fbd18d2ef56d4327ca240882c58c32c7b3da576502a273425d"/: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.1 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-crypto-pk.dev] synchronised (file:///Users/mac1000/src)[mirage-crypto-ec.dev] synchronised (file:///Users/mac1000/src)[mirage-crypto.dev] synchronised (file:///Users/mac1000/src)[mirage-crypto-rng.dev] synchronised (file:///Users/mac1000/src)[mirage-crypto-rng-miou-unix.dev] synchronised (file:///Users/mac1000/src)[mirage-crypto-rng-mirage.dev] synchronised (file:///Users/mac1000/src)[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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-effects 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 pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "gmp" "pkgconf"- ==> Fetching downloads for: gmp and pkgconf- ✔︎ Bottle Manifest gmp (6.3.0)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest gmp (6.3.0)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle gmp (6.3.0)- ✔︎ Bottle pkgconf (2.5.1)- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB- ==> Running `brew cleanup gmp`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB- ==> Running `brew cleanup pkgconf`...# To update the current shell environment, run: eval $(opam env)2026-01-13 13:50.13 ---> saved as "5c2f852bf780c58000a9bf1121de072885f5d98ebbe3961b554c66cfe1fb33bf"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-effects 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 48 packages- install alcotest 1.9.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install eqaf 0.10- install fmt 0.11.0- install ipaddr 5.6.1- install logs 0.10.0- install lwt 5.9.2- install macaddr 5.6.1- install miou 0.5.1- install mirage-mtime 5.2.0- install mirage-runtime 4.10.4- install mirage-sleep 4.1.0- install mirage-unix 5.0.1- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_deriving_yojson 3.10.0- install ppxlib 0.37.0- install ptime 1.2.0- install randomconv 0.2.0- install re 1.14.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved alcotest.1.9.1 (cached)-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved miou.0.5.1 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-unix.5.0.1 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved mirage-runtime.4.10.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_deriving_yojson.3.10.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed duration.0.2.1-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed ocaml-compiler-libs.v0.17.0-> installed mirage-mtime.5.2.0-> installed macaddr.5.6.1-> installed eqaf.0.10-> installed cppo.1.8.0-> installed asn1-combinators.0.3.2-> installed ohex.0.2.0-> installed ppx_derivers.1.2.1-> installed randomconv.0.2.0-> installed ocaml-syntax-shims.1.0.0-> installed ocplib-endian.1.2-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed ipaddr.5.6.1-> installed digestif.1.3.0-> installed dune-configurator.3.20.2-> installed re.1.14.0-> installed ounit2.2.2.7-> installed yojson.3.0.0-> installed miou.0.5.1-> installed alcotest.1.9.1-> installed lwt.5.9.2-> installed mirage-sleep.4.1.0-> installed logs.0.10.0-> installed mirage-runtime.4.10.4-> installed mirage-unix.5.0.1-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.1-> installed ppx_deriving_yojson.3.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-13 13:51.19 ---> saved as "730953cb3455a3462e63d4b8d1337ba75fdd4ef1c0f591322b79cd01dc350872"/: (copy (src .) (dst ./src))2026-01-13 13:51.21 ---> saved as "ed28754fef5b16a7f75e18d2edb1a26ee8a34c6a0dc5121f44c25e4982437fef"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/tests && ./test_symmetric_runner.exe)accel:................................................................Ran: 64 tests in: 0.31 seconds.OK(cd _build/default/tests && ./test_random_runner.exe).........Ran: 9 tests in: 0.26 seconds.OK(cd _build/default/tests && ./test_ec.exe)Testing `EC'.This run has ID `ZXOGLJST'.[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] ECDSA RFC 6979 P521 2 RFC 6979 ...[OK] ECDSA RFC 6979 P521 3 RFC 6979 ...[OK] ECDSA RFC 6979 P521 4 RFC 6979 ...[OK] ECDSA RFC 6979 P521 5 RFC 6979 ...[OK] ECDSA RFC 6979 P521 6 RFC 6979 ...[OK] ECDSA RFC 6979 P521 7 RFC 6979 ...[OK] ECDSA RFC 6979 P521 8 RFC 6979 ...[OK] ECDSA RFC 6979 P521 9 RFC 6979 ...[OK] ECDSA RFC 6979 P521 10 RFC 6979 ...[OK] ECDSA RFC 6979 P521 11 RFC 6979 ...[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.043s. 64 tests run.(cd _build/default/tests && ./test_miou_entropy_collection.exe)reseeding:000000 00c8 4ee1 5de1 6ae1 78e1 87e1 95e1 a4e1 ..N.].j.x.......000010 b3e1 c3e1 d3e1 e4e1 f5e1 07e2 1ae2 2de2 ..............-.000020 41e2 56e2 6ce2 82e2 99e2 b1e2 c9e2 e3e2 A.V.l...........000030 fde2 18e3 35e3 52e3 70e3 8fe3 b0e3 d1e3 ....5.R.p.......000040 f4e3 18e4 19e4 1be4 1ce4 1ee4 20e4 21e4 ............ .!.000050 23e4 25e4 27e4 29e4 2be4 2de4 2fe4 31e4 #.%.'.).+.-./.1.000060 34e4 36e4 38e4 3be4 3ee4 40e4 43e4 46e4 4.6.8.;.>.@.C.F.000070 49e4 4ce4 4fe4 53e4 56e4 5ae4 5ee4 61e4 I.L.O.S.V.Z.^.a.000080 65e4 6ae4 6ee4 72e4 77e4 7ce4 80e4 86e4 e.j.n.r.w.|.....000090 8be4 90e4 96e4 9ce4 a2e4 a8e4 aee4 b5e4 ................0000a0 bce4 c3e4 cae4 d2e4 dae4 e1e4 eae4 f2e4 ................0000b0 fbe4 05e5 0ee5 18e5 23e5 2ee5 39e5 44e5 ........#...9.D.0000c0 50e5 5ce5 69e5 76e5 84e5 01c8 95e5 a4e5 P.\.i.v.........0000d0 b3e5 c3e5 d3e5 e4e5 f6e5 08e6 1be6 2ee6 ................0000e0 42e6 57e6 6ce6 82e6 99e6 b1e6 cae6 e3e6 B.W.l...........0000f0 fee6 19e7 35e7 52e7 71e7 90e7 b0e7 d3e7 ....5.R.q.......000100 f6e7 1ae8 1be8 1de8 1ee8 20e8 21e8 23e8 .......... .!.#.000110 25e8 27e8 29e8 2be8 2de8 2fe8 31e8 34e8 %.'.).+.-./.1.4.000120 36e8 38e8 3be8 3ee8 40e8 43e8 46e8 49e8 6.8.;.>.@.C.F.I.000130 4ce8 4fe8 53e8 56e8 5ae8 5ee8 61e8 65e8 L.O.S.V.Z.^.a.e.000140 6ae8 6ee8 72e8 77e8 7ce8 80e8 86e8 8be8 j.n.r.w.|.......000150 90e8 96e8 9ce8 a2e8 a8e8 aee8 b5e8 bce8 ................000160 c3e8 cae8 d2e8 dae8 e2e8 ebe8 f3e8 fde8 ................000170 06e9 10e9 1ae9 24e9 2fe9 3ae9 46e9 52e9 ......$./.:.F.R.000180 5ee9 6be9 78e9 86e9 94e9 a3e9 b2e9 c2e9 ^.k.x...........000190 d2e9 e3e9 02c8 f8e9 0aea 1dea 30ea 44ea ............0.D.0001a0 59ea 6fea 85ea 9bea b3ea ccea e5ea 00eb Y.o.............0001b0 1beb 37eb 55eb 73eb 92eb b3eb d6eb f9eb ..7.U.s.........0001c0 1dec 1eec 20ec 22ec 23ec 25ec 27ec 29ec .... .".#.%.'.).0001d0 2bec 2dec 2fec 31ec 34ec 36ec 39ec 3bec +.-./.1.4.6.9.;.0001e0 3eec 41ec 43ec 46ec 49ec 4dec 50ec 53ec >.A.C.F.I.M.P.S.0001f0 57ec 5aec 5eec 62ec 66ec 6aec 6eec 73ec W.Z.^.b.f.j.n.s.000200 77ec 7cec 81ec 86ec 8bec 91ec 96ec 9cec w.|.............000210 a2ec a9ec afec b6ec bdec c4ec cbec d3ec ................000220 dbec e3ec ecec f4ec feec 07ed 11ed 1ced ................000230 28ed 33ed 3eed 4aed 56ed 63ed 71ed 7eed (.3.>.J.V.c.q.~.000240 8ced 9aed a9ed b9ed c9ed d9ed eaed fced ................000250 0eee 21ee 35ee 49ee 5eee 74ee 8aee 0380 ..!.5.I.^.t.....000260 118b 3fb0 1b59 4d3a d2ed e7df 4298 664d ..?..YM:....B.fM000270 4992 342d 827a f43c 3ecf 57ad f1ac 6ab6 I.4-.z.<>.W...j.000280 2a62 31ee 0631 384b 9a51 5dff 524b e36b *b1..18K.Q].RK.k000290 681e a225 b48f 1f5d e927 9c5b 997b af65 h..%...].'.[.{.e0002a0 7706 8981 8bd9 68ed f49b 294f 0793 dc8b w.....h...)O....0002b0 359f 87b2 dc5d 7ced e896 2222 f276 aded 5....]|..."".v..0002c0 ef78 c1bc b14d e3f1 dc60 61f4 0a67 d64b .x...M...`a..g.K0002d0 0456 251f 1c82 abe9 b69e ca0d e3b1 2384 .V%...........#.entropy sources:accumulate: (src: [0] getrandom) 8e88 362a e83e 5d98(cd _build/default/tests && ./test_miou_rng.exe)32 bit random number: 269efdc346fd1eb753e71ea6492a44beec0c48b1eea7e0f5427f2c548d0143ca16 bit random number: 0e2213648422d5603010b24b6564d1da(cd _build/default/tests && ./test_ec_wycheproof.exe)Testing `Wycheproof NIST curves'.This run has ID `7QA956JA'.[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) 156 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 vectors332 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 1.997s. 3502 tests run.(cd _build/default/tests && ./test_entropy_collection.exe)reseeding:000000 00c8 68e3 78e3 87e3 97e3 a6e3 b6e3 c5e3 ..h.x...........000010 d5e3 e6e3 f6e3 07e4 07e4 08e4 09e4 09e4 ................000020 0ae4 0be4 0be4 0ce4 0de4 0de4 0ee4 0ee4 ................000030 0fe4 10e4 11e4 11e4 12e4 13e4 13e4 14e4 ................000040 15e4 15e4 16e4 17e4 18e4 19e4 19e4 1ae4 ................000050 1be4 1ce4 1de4 1ee4 1fe4 1fe4 20e4 21e4 ............ .!.000060 22e4 23e4 24e4 25e4 27e4 28e4 29e4 2ae4 ".#.$.%.'.(.).*.000070 2be4 2ce4 2de4 2fe4 30e4 31e4 32e4 34e4 +.,.-./.0.1.2.4.000080 35e4 36e4 38e4 39e4 3be4 3ce4 3de4 3fe4 5.6.8.9.;.<.=.?.000090 40e4 43e4 44e4 46e4 48e4 49e4 4be4 4de4 @.C.D.F.H.I.K.M.0000a0 4ee4 50e4 52e4 54e4 55e4 57e4 59e4 5be4 N.P.R.T.U.W.Y.[.0000b0 5de4 5fe4 61e4 63e4 65e4 67e4 69e4 6be4 ]._.a.c.e.g.i.k.0000c0 6ee4 70e4 72e4 74e4 77e4 01c8 7be4 7ee4 n.p.r.t.w...{.~.0000d0 80e4 83e4 85e4 88e4 8be4 8de4 90e4 93e4 ................0000e0 96e4 99e4 9ce4 9fe4 a2e4 a5e4 a8e4 abe4 ................0000f0 aee4 b1e4 b5e4 b8e4 bce4 bfe4 c3e4 c6e4 ................000100 cae4 cee4 d1e4 d5e4 d9e4 dde4 e1e4 e5e4 ................000110 e9e4 eee4 f2e4 f6e4 fbe4 ffe4 04e5 08e5 ................000120 0de5 12e5 17e5 1ce5 21e5 26e5 2be5 31e5 ........!.&.+.1.000130 36e5 3be5 41e5 47e5 4ce5 52e5 58e5 5ee5 6.;.A.G.L.R.X.^.000140 64e5 6ae5 71e5 77e5 7ee5 84e5 8be5 92e5 d.j.q.w.~.......000150 99e5 a0e5 a7e5 aee5 b6e5 bde5 c5e5 cce5 ................000160 d4e5 dce5 e4e5 ede5 f5e5 fee5 06e6 0fe6 ................000170 18e6 21e6 2ae6 34e6 3de6 47e6 51e6 5be6 ..!.*.4.=.G.Q.[.000180 65e6 6fe6 7ae6 84e6 8fe6 9ae6 a5e6 b1e6 e.o.z...........000190 bce6 c8e6 02c8 d5e6 e2e6 eee6 fbe6 07e7 ................0001a0 14e7 20e7 2ee7 3be7 49e7 57e7 65e7 74e7 .. ...;.I.W.e.t.0001b0 82e7 91e7 a0e7 b0e7 bfe7 cfe7 dfe7 f0e7 ................0001c0 00e8 01e8 01e8 02e8 02e8 03e8 04e8 04e8 ................0001d0 05e8 05e8 06e8 06e8 07e8 07e8 08e8 08e8 ................0001e0 09e8 0ae8 0ae8 0be8 0be8 0ce8 0de8 0de8 ................0001f0 0ee8 0ee8 0fe8 10e8 10e8 11e8 12e8 12e8 ................000200 13e8 14e8 14e8 15e8 16e8 17e8 17e8 18e8 ................000210 19e8 1ae8 1be8 1be8 1ce8 1de8 1ee8 1fe8 ................000220 20e8 21e8 22e8 23e8 24e8 25e8 26e8 27e8 .!.".#.$.%.&.'.000230 28e8 29e8 2ae8 2be8 2ce8 2ee8 2fe8 30e8 (.).*.+.,.../.0.000240 31e8 33e8 34e8 35e8 36e8 38e8 39e8 3be8 1.3.4.5.6.8.9.;.000250 3ce8 3de8 3fe8 40e8 42e8 43e8 45e8 03c8 <.=.?.@.B.C.E...000260 47e8 49e8 4be8 4ce8 4ee8 50e8 51e8 53e8 G.I.K.L.N.P.Q.S.000270 55e8 57e8 59e8 5be8 5ce8 5ee8 60e8 62e8 U.W.Y.[.\.^.`.b.000280 64e8 67e8 69e8 6be8 6de8 6fe8 72e8 74e8 d.g.i.k.m.o.r.t.000290 76e8 79e8 7be8 7de8 80e8 82e8 85e8 88e8 v.y.{.}.........0002a0 8ae8 8de8 90e8 92e8 95e8 98e8 9be8 9ee8 ................0002b0 a1e8 a4e8 a7e8 aae8 aee8 b1e8 b4e8 b8e8 ................0002c0 bbe8 bee8 c2e8 c6e8 c9e8 cee8 d1e8 d5e8 ................0002d0 d9e8 dde8 e1e8 e5e8 e9e8 eee8 f2e8 f6e8 ................0002e0 fbe8 ffe8 04e9 08e9 0de9 12e9 17e9 1ce9 ................0002f0 21e9 26e9 2be9 30e9 36e9 3be9 41e9 46e9 !.&.+.0.6.;.A.F.000300 4ce9 52e9 58e9 5ee9 64e9 6ae9 70e9 77e9 L.R.X.^.d.j.p.w.000310 7de9 84e9 8be9 91e9 98e9 9fe9 a6e9 aee9 }...............000320 b5e9 bde9 c4e9 cce9 ........entropy sources: [0] timeraccumulate: (src: [0] timer) a004 db87(cd _build/default/tests && ./test_pk_runner.exe).......................................................................................................................................................................................................................................................................................................................................................................Ran: 359 tests in: 1.24 seconds.OK2026-01-13 13:51.29 ---> saved as "26c4a89b35ebc7ee01d08aae8e9d05abca7592aa38ef2aa305e6fb72b117e205"Job succeeded2026-01-13 13:51.36: Job succeeded