View Single Post
  #2 (permalink)  
Old 06-01-2008, 03:16 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,337
Default

Secret is an array of bytes, so you can't directly assign a string to secret.
You need to again use Secret() = Bit.StringToBytes(...)
Reply With Quote