-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently the conversion between Ruby strings and Crypt::Binary objects involves using FFI to read raw bytes into an array of Ruby one-character byte strings which are then joined into the final Ruby string. Instead it is possible to directly read and write complete byte strings using put_bytes and read_string FFI methods.