Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed checks on deprecated crypto:sha/1 & random:uniform/0 #167

Merged
merged 2 commits into from
Jan 12, 2024

Commits on Jan 12, 2024

  1. Removed conditions on deprecated cryptos and rand modoles

    * CI/CD lowest OTP version is 19.3
    * from 19.3, `rand` module exists (https://www.erlang.org/docs/19/man/rand)
    * from 19.3, `crypto:hash/1` exists (https://www.erlang.org/docs/19/man/crypto).
    Ariel Otilibili committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    685f086 View commit details
    Browse the repository at this point in the history
  2. Removed checks on deprecated random module

    Ariel Otilibili committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5118421 View commit details
    Browse the repository at this point in the history