lib/universa/contract.rb in universa-3.12.6.1 vs lib/universa/contract.rb in universa-3.13.1.1

- old
+ new

@@ -33,9 +33,16 @@ salt = salt.force_encoding('binary') if salt && salt.is_a?(String) invoke_static :derive, hash, password, salt, rounds, length end end + class Safe58 < RemoteAdapter + remote_class "net.sergeych.utils.Safe58" + + static_method :encode + static_method :decode + end + class Parcel < RemoteAdapter remote_class "com.icodici.universa.contract.Parcel" static_method :of static_method :unpack \ No newline at end of file