hex method

String hex(
  1. List<int> password
)

Returns the derived key in hexadecimal.

Implementation

@pragma('vm:prefer-inline')
String hex(List<int> password) => convert(password).hex();