Subject: | get_random_bytes does not exist |
Hi,
In the documentation there is a get_random_bytes function, but the
module contains only a random_bytes and a _get_random_bytes method
(exactly equivalent). Even if these methods do not need an instance of
the Crypt::CBC, they can't be called as a function as per the documentation.
Is it possible that the documentation and code be brought in accord ?
Preferably to what the documentation states :)
Anyway, many thanks for your work !
Mathias