ExSRTP.Cipher.AesCmHmacSha1 (ExSRTP v0.4.1)
View SourceImplementation of SRTP cipher using AES Counter Mode for encryption and HMAC-SHA1 for authentication, as specified in RFC 3711.
Summary
Types
Functions
@spec new( profile :: ExSRTP.Policy.profile(), master_key :: binary(), master_salt :: binary() ) :: t()