Part of the PQ-JWT ecosystem. Built on @pq-jwt/core for post-quantum signing; adds JWE, JWK, and JWKS (jose-compatible API). A complete post-quantum JOSE library for JavaScript/Node.js — JWT, JWS, JWE ...
We can use 2 pointers on start and at end. We iterate till i< j, & first we calculate sum = num[i]+num[j]. if sum == target return [i+1,j+1] (as 1-based indexing). As the array is sorted moving in ...