| 770 | } |
| 771 | |
| 772 | void BufferedTransformation::Attach(BufferedTransformation *newOut) |
| 773 | { |
| 774 | if (AttachedTransformation() && AttachedTransformation()->Attachable()) |
| 775 | AttachedTransformation()->Attach(newOut); |
| 776 | else |
| 777 | Detach(newOut); |
| 778 | } |
| 779 | |
| 780 | void GeneratableCryptoMaterial::GenerateRandomWithKeySize(RandomNumberGenerator &rng, unsigned int keySize) |
| 781 | { |