Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aes.h #3

Closed
wants to merge 1 commit into from
Closed

Update aes.h #3

wants to merge 1 commit into from

Commits on Aug 27, 2016

  1. Update aes.h

    found small mistake in it
    
    we have:
    
    PROVIDE ( ets_aes_crypt = 0x4005c9b8 );
    PROVIDE ( ets_aes_disable = 0x4005c8f8 );
    PROVIDE ( ets_aes_enable = 0x4005c8cc );
    PROVIDE ( ets_aes_set_endian = 0x4005c928 );
    PROVIDE ( ets_aes_setkey_dec = 0x4005c994 );
    PROVIDE ( ets_aes_setkey_enc = 0x4005c97c );
    ESP32DE authored Aug 27, 2016
    Configuration menu
    Copy the full SHA
    a32e123 View commit details
    Browse the repository at this point in the history