Skip to content

Commit

Permalink
Exported Functions to generator Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kalik1 authored Sep 23, 2023
1 parent 6799bb1 commit fd02ea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {
encrypt,
generateSessionKeys11,
generateSessionKeys10,
generateWORSessionKeys,
generateWORKey,
generateJSKeys,
} from "./lib/crypto";
import { calculateMIC, recalculateMIC, verifyMIC } from "./lib/mic";
Expand All @@ -19,6 +21,8 @@ const modules = {
generateSessionKeys,
generateSessionKeys10,
generateSessionKeys11,
generateWORSessionKeys,
generateWORKey,
generateJSKeys,
decryptJoinAccept,
encrypt,
Expand Down

0 comments on commit fd02ea5

Please sign in to comment.