tangled
alpha
login
or
join now
mary.my.id
/
boat
22
fork
atom
handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
22
fork
atom
overview
issues
pulls
pipelines
refactor: unused file
mary.my.id
1 year ago
ce6c3e3d
a882f9a0
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
-5
1 changed file
expand all
collapse all
unified
split
src
lib
utils
crypto.ts
-5
src/lib/utils/crypto.ts
···
1
1
-
export const P256_PRIVATE_PREFIX = Uint8Array.from([0x86, 0x26]);
2
2
-
export const P256_PUBLIC_PREFIX = Uint8Array.from([0x80, 0x24]);
3
3
-
4
4
-
export const K256_PRIVATE_PREFIX = Uint8Array.from([0x81, 0x26]);
5
5
-
export const K256_PUBLIC_PREFIX = Uint8Array.from([0xe7, 0x01]);