Create a new multiple precision integer from the given big endian-encoded byte slice. Note that this method expects a leading zero on positive integers whose MSB is set, but does NOT* expect a 4-byte length prefix. # Errors Returns [`Error::MpintEncoding`] in the event of an unnecessary leading `0`.
(bytes: &[u8])
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected