//go:build signal_legacy package libsignal /* #include #include */ import "C" // Vanilla libsignal-protocol-c's signed prekeys carry only the one // (legacy) signature - there is no second OMEMO signature to extract. func signedPreKeyOmemoSignature(spk *C.session_signed_pre_key) []byte { return nil }