ocaml-bpsec: wire MDX RNG seeding + tighten README example
The README's bpsec example needs an RNG initialised — the BIB/BCB
helpers pull from the default generator. Add the
'Crypto_rng_unix.use_default ()' call at the top of the OCaml block
and pull in 'nox-crypto-rng.unix' via the (mdx ...) stanza so the
example compiles in the test sandbox.
While here, replace the throwaway '_valid'/'let () = match ... with
| _ -> ()' bindings with an 'assert ...' / a real let-binding so a
bug in verify_bib or decrypt_bcb actually fails the build.