one_step.js 111 B

12345
  1. var XXH = require('..')
  2. var h = XXH.h32( 'abcd', 0xABCD ).toString(16)
  3. console.log( '0x' + h.toUpperCase() )