| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -113,6 +113,38 @@ async function generateKeysToWrap() { | |||
| 113 | 113 | publicUsages: [], | |
| 114 | 114 | pair: true, | |
| 115 | 115 | }, | |
| 116 | + { | ||
| 117 | + algorithm: { | ||
| 118 | + name: 'Ed25519', | ||
| 119 | + }, | ||
| 120 | + privateUsages: ['sign'], | ||
| 121 | + publicUsages: ['verify'], | ||
| 122 | + pair: true, | ||
| 123 | + }, | ||
| 124 | + { | ||
| 125 | + algorithm: { | ||
| 126 | + name: 'Ed448', | ||
| 127 | + }, | ||
| 128 | + privateUsages: ['sign'], | ||
| 129 | + publicUsages: ['verify'], | ||
| 130 | + pair: true, | ||
| 131 | + }, | ||
| 132 | + { | ||
| 133 | + algorithm: { | ||
| 134 | + name: 'X25519', | ||
| 135 | + }, | ||
| 136 | + privateUsages: ['deriveBits'], | ||
| 137 | + publicUsages: [], | ||
| 138 | + pair: true, | ||
| 139 | + }, | ||
| 140 | + { | ||
| 141 | + algorithm: { | ||
| 142 | + name: 'X448', | ||
| 143 | + }, | ||
| 144 | + privateUsages: ['deriveBits'], | ||
| 145 | + publicUsages: [], | ||
| 146 | + pair: true, | ||
| 147 | + }, | ||
| 116 | 148 | { | |
| 117 | 149 | algorithm: { | |
| 118 | 150 | name: 'AES-CTR', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments