Function: erc-sasl--scram-sha512
erc-sasl--scram-sha512 is a byte-compiled function defined in
erc-sasl.el.gz.
Signature
(erc-sasl--scram-sha512 OBJECT &optional START END BINARY)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(defun erc-sasl--scram-sha512 (object &optional start end binary)
(secure-hash 'sha512 object start end binary))