diff --git a/src/lib.rs b/src/lib.rs index 2917a23..75d1875 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -97,11 +97,11 @@ impl Did { // } // } - /// Constructs a [`Did`] from a plain `did:plc` identifier (only the part after `did:plc:`). - pub fn from_plc_ident(_ident: &str) -> Option { - todo!("Reimplement or remove") - // plc_ident_to_bytes(ident).map(DidInner::Plc).map(Did) - } + // /// Constructs a [`Did`] from a plain `did:plc` identifier (only the part after `did:plc:`). + // pub fn from_plc_ident(_ident: &str) -> Option { + // todo!("Reimplement or remove") + // // plc_ident_to_bytes(ident).map(DidInner::Plc).map(Did) + // } /// Constructs a [`Did`] directly from the identifier's bytes. pub fn from_plc_bytes(bytes: [u8; 15]) -> Self {