value()

in src/ristretto255.js [58:60]


    value(begin, end) {
      return new Uint8Array(Array.prototype.slice.call(this, begin, end));
    }