Skip to content

Commit

Permalink
Fix RSA source
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson authored Sep 22, 2020
1 parent fa0578e commit c784dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export {
} from "https://deno.land/[email protected]/encoding/hex.ts";
export { HmacSha256 } from "https://deno.land/[email protected]/hash/sha256.ts";
export { HmacSha512 } from "https://deno.land/[email protected]/hash/sha512.ts";
export { RSA } from "https://cdn.jsdelivr.net/gh/invisal/god_crypto@22eb70429c998d84a57e786217c277373fbeca9f/aes.ts";
export { RSA } from "https://cdn.jsdelivr.net/gh/invisal/god_crypto@22eb70429c998d84a57e786217c277373fbeca9f/mod.ts";
export { addPaddingToBase64url } from "https://deno.land/[email protected]/encoding/base64url.ts";

0 comments on commit c784dde

Please sign in to comment.