Skip to content

Commit 79f7550

Browse files
committed
generate_local_name
Co-authored-by: ciaokitty [email protected]
1 parent bf532e0 commit 79f7550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { AttendanceHeader, Semester, AttendanceMeta } from "./attendance.js";
77
import { RegisteredSubject, Registrations } from "./registration.js";
88
import { ExamEvent } from "./exam.js";
99
import { APIError, LoginError, AccountAPIError, NotLoggedIn, SessionError, SessionExpired } from "./exceptions.js";
10+
import {generate_local_name} from "./encryption.js";
1011

1112
// Re-export everything
1213
export {
@@ -26,4 +27,5 @@ export {
2627
SessionExpired,
2728
AccountAPIError,
2829
NotLoggedIn,
30+
generate_local_name,
2931
};

0 commit comments

Comments
 (0)