Petar Ivanov

Results 6 comments of Petar Ivanov

Thank you for pointing that out @HCastano. I haven't run into the issue, but I haven't done extensive testing and benchmarking. The use case is implementing computation on encrypted data...

> Did you already consider adding this as a const to the `Environment` trait? > > I realize that adding that `E: Environment` trait bound to `StaticBuffer` could be hairy...

@ascjones I looked at different parts of code and, essentially, I am not exactly sure how to get the actual `Environment` type in the `ink_env` crate to use in the...

@wilx Thank you for the explanation. I'd like to discuss another case (generally, not related to Windows only). The documentation says that the library cannot be used before **main()** -...

@wilx Thanks for the answer. But I was wondering if I am initializing my static logger instances via a call to `getInstance()` - wouldn’t that trigger initialization of the library...