in the Crypto module, is hash.update("foo"); hash.update("bar"); the same as hash.update("foo" + "bar");?