I’d like to put `secret` first, that we can easily expose a `calculateSessionId(username, salt, timestamp)` method with ``` js calculateSessionId = require('couchdb-calculate-session-id').bind(null, 'secret') ``` I think that order makes also more sense in terms of grade of security