The _______ package in Go provides support for hashing and encryption functions commonly used in authentication.

  • crypto
  • encoding
  • net
  • fmt
The correct option is crypto. The crypto package in Go provides implementations for various cryptographic functions, including hashing and encryption, which are essential for authentication systems.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *