File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -350,4 +350,4 @@ pub fn parse_tbf_footer(
350350 }
351351 _ => Err ( types:: TbfParseError :: BadTlvEntry ( tlv_header. tipe as usize ) ) ,
352352 }
353- }
353+ }
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ impl<const L: usize> TbfFooterV2RSA<L> {
341341 }
342342}
343343
344- impl < const L : usize > TbfFooterV2Ecdsa < L > {
344+ impl < const L : usize > TbfFooterV2Ecdsa < L > {
345345 pub fn get_format ( & self ) -> Result < TbfFooterV2CredentialsType , TbfParseError > {
346346 Ok ( TbfFooterV2CredentialsType :: EcdsaNistP256 )
347347 }
@@ -363,7 +363,6 @@ impl<const L: usize> TbfFooterV2Ecdsa<L>{
363363 }
364364}
365365
366-
367366impl core:: convert:: TryFrom < & [ u8 ] > for TbfHeaderV2Base {
368367 type Error = TbfParseError ;
369368
@@ -1200,4 +1199,4 @@ impl TbfHeader {
12001199 _ => None ,
12011200 }
12021201 }
1203- }
1202+ }
Original file line number Diff line number Diff line change 1- use tbf_parser:: { parse:: * } ;
1+ use tbf_parser:: parse:: * ;
22use tbf_parser:: types:: { TbfFooterV2Credentials , TbfFooterV2CredentialsType } ;
33
44#[ test]
You can’t perform that action at this time.
0 commit comments