* Constant time password DK compare

* Minor View update
* Test module. Start work on module switching functionality. NYW!
This commit is contained in:
Bryan Ashby 2014-11-03 22:53:01 -07:00
parent 1264cdde01
commit eaf2aae48d
4 changed files with 73 additions and 21 deletions

View file

@ -82,4 +82,6 @@ TextView.prototype.setText = function(text) {
if(!this.multiLine && !this.dimens.width) {
this.dimens.width = this.text.length;
}
this.redraw();
};