Function: sasl-unique-id
sasl-unique-id is a byte-compiled function defined in sasl.el.gz.
Signature
(sasl-unique-id)
Documentation
Compute a data string which must be different each time.
It contain at least 64 bits of entropy.
Source Code
;; Defined in /usr/src/emacs/lisp/net/sasl.el.gz
(defun sasl-unique-id ()
"Compute a data string which must be different each time.
It contain at least 64 bits of entropy."
(concat (funcall sasl-unique-id-function)(funcall sasl-unique-id-function)))