IV.fromUtf8 constructor

IV.fromUtf8(
  1. String input
)

Creates an Initialization Vector object from a UTF-8 string.

Implementation

IV.fromUtf8(String input) : super.fromUtf8(input);