Calvin Metcalf

Results 71 issues of Calvin Metcalf

there is some room to bring more functions that don't require closures out of the body of other functions, and also some stuff is repeated (operators at first glance) this...

running `npm test --coverage` we are at ``` ================== Coverage summary ================== Statements : 53.61% ( 267/498 ) Branches : 36.84% ( 98/266 ) Functions : 48.84% ( 63/129 )...

we need to add tests, wrap it in a umd, and make it available at least via npm

fix for #7

attempt at making it browserifable based on discussions crypto-browserify/scrypt#1 currently failing tests because dev dependencies use features not available in older node, unclear if that is a problem for this...

the ability to parameterize queries would be extremely helpful, something like ``` ?q=select foo from bar where bat=? and baz = ?&param[0]=$something$fiz$something$&param[1]=9 ``` currently I've been able to do a...

I found this code very useful for figuring out how to use SIMD instructions with chacha and would love to reuse some bits of it but don't see a license...

ok added a raw pub example for ecdh and also added a test to see if the browser handled the case for derive bits where length is set to null...

base64 encoded buffers - p-256 BNbYUKk5s/QIApkUNNF4BBrQVNHhzkjvqMYGOqzfjBIA2L+wS6mGubHbuhBxMR28hdqiyQ6jxBwf7acREo5rsCY= - p-384 BJyWMhw1NwdXV4PikA1hHEOLtE8JtrXSDqn0EVByEujnB82Ksihe66yWy2J6b0ik4zvccFlq5SMQHiAFV6kUwOgoUn+95SvDwTxAZjc2yzjmiS1qby6D20ykZXfKDaT9Qg== - p-521 BAA94rPJwztJ8MAdlKyKt75uSvbiEjlpcOXI20sbbKMNlqePKaJZYHFv/7niqAAfL97KnSGnFUrQ/47aMVIIk0dOWQBak+ehcBhBUS9Iewk7EUJaEWAXcTV2zfig7Ut0ii3r4NRITH40nGIePf/FUUnfCadKvGfS7pqzV8135CSk/6Tahw== I can do a pull as well to add these in