Home
last modified time | relevance | path

Searched defs:FromBytes (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs59 internal static ByteString FromBytes(byte[] bytes) in FromBytes() method in Google.Protobuf.ByteString.Unsafe
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go716 func (p *ExtendedGroupElement) FromBytes(s *[32]byte) bool { func