cagstech / lwip-ce

An IP stack implementation for the TI-84+ CE derived from lwIP code.
Other
13 stars 7 forks source link

Implement SHA-384 #12

Open acagliano opened 3 months ago

acagliano commented 3 months ago

To work on this issue. git clone -b implement-sha384 git@github.com:cagstech/lwip-ce.git Location: src/tls/hashes/sha384.asm Please mirror the API of sha-256

Once stable submit a pull request to branch tls, not master.