JS implementation of Threefish-1024.
The C implementation has been used as a base for this code, edited mostly with query-replace-regexp; CBC and UTF-8 support added.
Replacement patterns could be found in comments.
int64.js (the link is dead, added to the repository), utf8utils.js.