ltonetwork / seasalt

NaCl compatible cryptography library using Bouncy Castle (Java)
Apache License 2.0
3 stars 1 forks source link

Create Binary from a string #47

Open jasny opened 11 months ago

jasny commented 11 months ago
binary = new Binary('test');

Should convert the string into a byte array and use that for the Binary object.