ocaml-pbkdf2: bind salt and assert key length
The example used [random_salt] as a free variable. Bind a constant
zero salt (with a comment that production should pass random bytes,
per the mdx determinism rule) and [assert (String.length key = 32)]
so the round-trip claim is checked.