yodalee / rsa256

An RSA 256 bits hardware implementation with verification
Other
5 stars 1 forks source link

Vstruct should automatically generate ostream<< for convenience #74

Closed yodalee closed 1 year ago

yodalee commented 1 year ago

Right now we have to manually write ostream code. I wonder if it can be generated automatically.

johnjohnlin commented 1 year ago

closed in https://github.com/yodalee/rsa256/pull/75 You can use the experimental VSTRUCT_HAS_PROCESS.