7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
export function createHmac() {
|
|
throw new Error('Not implemented');
|
|
}
|
|
|
|
export function timingSafeEqual() {
|
|
throw new Error('Not implemented');
|
|
}
|