Update PSL library to latest official version

This commit is contained in:
Raymond Hill 2019-02-12 12:00:20 -05:00
parent 8c4249a870
commit 2fb4dc8358
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -482,7 +482,7 @@ const toSelfie = function(encoder) {
return {
magic: SELFIE_MAGIC,
buf32: Array.from(
new Uint32Array(this.buf32.buffer, 0, pslByteLength >>> 2)
new Uint32Array(pslBuffer8.buffer, 0, pslByteLength >>> 2)
),
};
};