+/*
+ ROM functions for hardware AES support.
+
+ It is not recommended to use these functions directly,
+ use the wrapper functions in hwcrypto/aes.h instead.
+
+ */
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
+/*
+ ROM functions for hardware bigint support.
+
+ It is not recommended to use these functions directly,
+ use the wrapper functions in hwcrypto/mpi.h instead.
+
+ */
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
+/*
+ ROM functions for hardware SHA support.
+
+ It is not recommended to use these functions directly,
+ use the wrapper functions in hwcrypto/sha.h instead.
+
+ */
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");