• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any cryptography pros out there?

dds14u

Golden Member
So I'm trying to understand Linux's crypto.h library to handle encryption for a class project, and the scatterlist structure appears throughout the header file. what exactly is a scatterlist though? I've googled for a while and haven't come to any clear definitions.
 
Originally posted by: corkyg
This is pretty clear . . .

Scatter

Somewhat clearer, although I thought scatterlists were some concrete structure. From what I understand, they are more of a "black box" data structure that the algorithm can use as its workspace?
 
Right - it is in simple terms, a programming API, not actually part of the crypto process.
 
Back
Top