ArraySource
From Crypto++ Wiki
An ArraySource, intorduced in version 5.6 of Crypto++, is a byte source. An ArraySource is typedef'd from a StringSource's third constructor. Prior to version 5.6 of the library, use a StringSource.
An ArraySource, intorduced in version 5.6 of Crypto++, is a byte source. An ArraySource is typedef'd from a StringSource's third constructor. Prior to version 5.6 of the library, use a StringSource.