Skip to content

Commit

Permalink
Add docs for root module.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 3, 2025
1 parent 5601c71 commit 83c1ed5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
throw new Error('noble-post-quantum has no entry-point: consult README for usage');
/**
* Auditable & minimal JS implementation of post-quantum public-key cryptography.
* Check out individual modules.
* @module
*/
throw new Error('root module cannot be imported: import submodules instead. Check out README');

0 comments on commit 83c1ed5

Please sign in to comment.