File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @hpke/hpke-js" ,
3
3
"version" : " 1.6.3" ,
4
4
"exports" : " ./mod.ts" ,
5
- "imports" : {
6
- "@noble/hashes" : " npm:@noble/hashes@^1.8.0"
7
- },
8
5
"publish" : {
9
6
"exclude" : [
10
7
" dnt.ts" ,
Original file line number Diff line number Diff line change 1
- import { hmac } from "@noble/hashes/hmac" ;
2
- import { sha384 } from "@noble/hashes/sha512" ;
3
-
4
- import { HkdfSha384Native } from "@hpke/common" ;
1
+ import { HkdfSha384Native , hmac , sha384 } from "@hpke/common" ;
5
2
6
3
export class HkdfSha384 extends HkdfSha384Native {
7
4
public override async extract (
Original file line number Diff line number Diff line change 7
7
"@hpke/core" : [" ../core/mod.ts" ],
8
8
"@hpke/chacha20poly1305" : [" ../chacha20poly1305/mod.ts" ],
9
9
"@hpke/dhkem-x25519" : [" ../dhkem-x25519/mod.ts" ],
10
- "@hpke/dhkem-x448" : [" ../dhkem-x448/mod.ts" ],
11
- "@noble/*" : [" ../../npm/node_modules/@noble/*" ]
10
+ "@hpke/dhkem-x448" : [" ../dhkem-x448/mod.ts" ]
12
11
},
13
12
"noEmit" : true ,
14
13
"allowImportingTsExtensions" : true
You can’t perform that action at this time.
0 commit comments