tangled
alpha
login
or
join now
ptr.pet
/
jacquard
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
make code_of public
ptr.pet
1 week ago
68181911
da72566f
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+1
-1
1 changed file
expand all
collapse all
unified
split
crates
jacquard-common
src
types
crypto.rs
+1
-1
crates/jacquard-common/src/types/crypto.rs
···
53
53
}
54
54
55
55
#[cfg(feature = "crypto")]
56
56
-
fn code_of(codec: KeyCodec) -> u64 {
56
56
+
pub fn code_of(codec: KeyCodec) -> u64 {
57
57
match codec {
58
58
KeyCodec::Ed25519 => 0xED,
59
59
KeyCodec::Secp256k1 => 0xE7,