Create a new AES block cipher instance. Supports `key` whose length is 16-bytes (128-bit), 24-bytes (192-bits), or 32-bytes (256-bits). # Errors Returns [`InvalidLength`] if the length of `key` is not any of the above.
(key: &[u8])
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected