Daniel Dai
Results
22
comments of
Daniel Dai
https://github.com/svetlyak40wt/django-fields/blob/master/src/django_fields/fields.py#L55 This is my be the reason why filtering is not supported here. ``` self.iv = Random.new().read(self.cipher_object.block_size) self.cipher = self.cipher_object.new( self.secret_key, getattr(self.cipher_object, self.block_type), self.iv) ``` self.iv is different on every...
Flutter的一个缺陷导致用Swift编写的Flutter插件使用objc编写的库是会有问题,这个帖子有相关说明https://zhuanlan.zhihu.com/p/503166746。根治的问题的方式是用objc重写iOS部分的代码。