☰
AsymKeyPub
Methods
to_der
In btlib::crypto
?
Type Definition
btlib
::
crypto
::
AsymKeyPub
source
·
[
−
]
pub type AsymKeyPub<S> =
AsymKey
<
Public
, S>;
Implementations
§
source
§
impl
AsymKeyPub
<
Sign
>
source
pub fn
to_der
(&self) ->
Result
<
Vec
<
u8
>>