mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
smol fix 🐱
This commit is contained in:
@@ -7,7 +7,8 @@ import {
|
||||
formatAndConcatenateDataHashes,
|
||||
formatMrz,
|
||||
} from './utils';
|
||||
const sha256 = require('js-sha256');
|
||||
// const sha256 = require('js-sha256');
|
||||
import {sha256} from 'js-sha256';
|
||||
|
||||
export function computeAndCheckEContent(passportData: PassportData) {
|
||||
const mrz = assembleMrz(passportData.mrzInfo);
|
||||
|
||||
Reference in New Issue
Block a user