]> git.proxmox.com Git - mirror_novnc.git/commit
include/des.js: trim some fat.
authorJoel Martin <github@martintribe.org>
Thu, 30 Sep 2010 16:17:52 +0000 (11:17 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 30 Sep 2010 16:17:52 +0000 (11:17 -0500)
commita99959719d72ee792fb8b576d04fad173046355e
treec163a4efc91cc393d07a31bb6193c3fc451ee659
parenta59f1cd2691c50036ee895e993b7aa10b2ea03bb
include/des.js: trim some fat.

DES is just used once during authentication and is not performance
sensitive so we save some space by generating and/or removing some
lookup tables. Also, shorten some very frequently used variables.

Shaves off about 100 lines.
include/des.js
include/rfb.js