fn write_public_key(f: impl Write, key: &HsClientDescEncKey) -> Result<()>
Available on crate feature
hsc
only.Expand description
Write the public part of key
to f
.
fn write_public_key(f: impl Write, key: &HsClientDescEncKey) -> Result<()>
hsc
only.Write the public part of key
to f
.