kokke / kokke/tiny-AES-c

Acknowledgement

Open
#234 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
5k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

Hi
I'm including the code in MMbasic which is a modern Basic environment that runs on the Raspberry Pi Pico. I'd like to include an acknowledgement for the author in the manual. Please could you let me have a name I could include

Thanks

`MATH AES128 ENCRYPT/DECRYPT CBC/ECB/CTR key$/key(), in$/in(), out$/out() [,iv$/iv()]
This command encrypts or decrypts the data in in and puts the answer in out using the AES128 encryption method specified
The parameters can each be either a string, integer array, or float array with any mix possible
The key must be 16 elements long (16*8=128bits)
in and out must be a multiple of 16 elements long.
In the case of out being specified as a string (e.g. out$), the string variable must exist and should be set to empty (DIM out$="")
The maximum number of elements in in and out is 256 when defined as arrays or 128 if one or other is defined as a string
For CBC and CTR versions you can optionally specify an initiallisation vector iv. iv must be 16 elements long (16*8=128bits)`

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the manual and the supplied MMBasic AES command excerpt to find the appropriate acknowledgement section. The issue is ready when the author's name is provided and the acknowledgement is added to the manual; no file or test is named in the report.

Written by the indexing model from the issue text.

Assessment

Tech stack
raspberry-pi
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.